Searched refs:TF_OperationInputListLength (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/java/src/main/native/ |
D | operation_jni.cc | 170 int result = TF_OperationInputListLength(op, cname, status); in Java_org_tensorflow_Operation_inputListLength()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental_test.cc | 462 EXPECT_EQ(TF_OperationInputListLength(graph_op, "input", status_), in TEST_F()
|
D | c_api.h | 637 TF_CAPI_EXPORT extern int TF_OperationInputListLength(TF_Operation* oper,
|
D | c_api_test.cc | 506 EXPECT_EQ(2, TF_OperationInputListLength(add, "inputs", s)); in TEST()
|
D | c_api.cc | 1544 int TF_OperationInputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationInputListLength() function
|