Searched refs:TF_OperationOutputListLength (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/go/ |
D | operation.go | 65 n := C.TF_OperationOutputListLength(op.c, cname, status.c)
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | operation_jni.cc | 79 int result = TF_OperationOutputListLength(op, cname, status); in Java_org_tensorflow_Operation_outputListLength()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental_test.cc | 465 EXPECT_EQ(TF_OperationOutputListLength(graph_op, "output", status_), in TEST_F()
|
D | c_api.h | 631 TF_CAPI_EXPORT extern int TF_OperationOutputListLength(TF_Operation* oper,
|
D | c_api_test.cc | 470 EXPECT_EQ(1, TF_OperationOutputListLength(feed, "output", s)); in TEST() 482 EXPECT_EQ(-1, TF_OperationOutputListLength(feed, "bogus", s)); in TEST() 503 EXPECT_EQ(1, TF_OperationOutputListLength(add, "sum", s)); in TEST()
|
D | c_api.cc | 1522 int TF_OperationOutputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationOutputListLength() function
|