HomeSort by relevance Sort by last modified time
    Searched refs:TF_OperationOutputListLength (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/go/
operation.go 65 n := C.TF_OperationOutputListLength(op.c, cname, status.c)
  /external/tensorflow/tensorflow/java/src/main/native/
operation_jni.cc 79 int result = TF_OperationOutputListLength(op, cname, status);
  /external/tensorflow/tensorflow/c/
c_api_experimental_test.cc 465 EXPECT_EQ(TF_OperationOutputListLength(graph_op, "output", status_),
c_api.h 631 TF_CAPI_EXPORT extern int TF_OperationOutputListLength(TF_Operation* oper,
    [all...]
c_api_test.cc 470 EXPECT_EQ(1, TF_OperationOutputListLength(feed, "output", s));
482 EXPECT_EQ(-1, TF_OperationOutputListLength(feed, "bogus", s));
503 EXPECT_EQ(1, TF_OperationOutputListLength(add, "sum", s));
    [all...]
c_api.cc     [all...]

Completed in 286 milliseconds