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

  /external/tensorflow/tensorflow/go/
operation.go 51 return C.GoString(C.TF_OperationDevice(op.c))
  /external/tensorflow/tensorflow/c/
c_api.h 627 TF_CAPI_EXPORT extern const char* TF_OperationDevice(TF_Operation* oper);
    [all...]
c_api_test.cc 467 EXPECT_EQ(string(""), string(TF_OperationDevice(feed)));
500 EXPECT_EQ(string(""), string(TF_OperationDevice(add)));
    [all...]
c_api.cc     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 60 milliseconds