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

  /external/tensorflow/tensorflow/c/
c_api.h 589 TF_CAPI_EXPORT extern const char* TF_OperationDevice(TF_Operation* oper);
    [all...]
c_api_test.cc 446 EXPECT_EQ(string(""), string(TF_OperationDevice(feed)));
479 EXPECT_EQ(string(""), string(TF_OperationDevice(add)));
    [all...]
c_api.cc     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 308 milliseconds