Home
last modified time | relevance | path

Searched refs:TF_OperationOutputListLength (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/go/
Doperation.go65 n := C.TF_OperationOutputListLength(op.c, cname, status.c)
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_operation_jni.cc73 int result = TF_OperationOutputListLength(op, cname, status); in Java_org_tensorflow_GraphOperation_outputListLength()
/external/tensorflow/tensorflow/c/
Dc_api.h431 TF_CAPI_EXPORT extern int TF_OperationOutputListLength(TF_Operation* oper,
Dc_api_test.cc473 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()
Dc_api.cc1101 int TF_OperationOutputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationOutputListLength() function