Searched refs:TF_OperationOutputListLength (Results 1 – 5 of 5) 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 | graph_operation_jni.cc | 73 int result = TF_OperationOutputListLength(op, cname, status); in Java_org_tensorflow_GraphOperation_outputListLength()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 431 TF_CAPI_EXPORT extern int TF_OperationOutputListLength(TF_Operation* oper,
|
D | c_api_test.cc | 473 EXPECT_EQ(1, TF_OperationOutputListLength(feed, "output", s)); in TEST() 485 EXPECT_EQ(-1, TF_OperationOutputListLength(feed, "bogus", s)); in TEST() 506 EXPECT_EQ(1, TF_OperationOutputListLength(add, "sum", s)); in TEST()
|
D | c_api.cc | 1101 int TF_OperationOutputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationOutputListLength() function
|