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

  /external/tensorflow/tensorflow/java/src/main/native/
operation_jni.cc 170 int result = TF_OperationInputListLength(op, cname, status);
  /external/tensorflow/tensorflow/c/
c_api.h 599 TF_CAPI_EXPORT extern int TF_OperationInputListLength(TF_Operation* oper,
    [all...]
c_api.cc     [all...]
c_api_test.cc 485 EXPECT_EQ(2, TF_OperationInputListLength(add, "inputs", s));
    [all...]

Completed in 723 milliseconds