Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc105 const char* operation_name = TFE_OpGetName(original_op, s); in LoggingDeviceExecute()
Dc_api.h256 TF_CAPI_EXPORT extern const char* TFE_OpGetName(const TFE_Op* op,
Dc_api_test.cc1754 const char* op_name = TFE_OpGetName(other, status); in CloneOp()
1798 EXPECT_EQ("VarHandleOp", std::string(TFE_OpGetName(cloned, status))); in TEST()
Dc_api.cc656 const char* TFE_OpGetName(const TFE_Op* op, TF_Status* status) { in TFE_OpGetName() function
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.cc290 const char* operation_name = TFE_OpGetName(original_op, status); in ParallelDeviceExecute()