HomeSort by relevance Sort by last modified time
    Searched full:three_port (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/c/
c_api_test.cc 513 TF_Input three_port; local
515 TF_OperationOutputConsumers(TF_Output{three, 0}, &three_port, 1));
516 EXPECT_EQ(add, three_port.oper);
517 EXPECT_EQ(1, three_port.index);
    [all...]

Completed in 90 milliseconds