Home
last modified time | relevance | path

Searched refs:TFE_OpAddAttrs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc111 TFE_OpAddAttrs(op, attributes); in LoggingDeviceExecute()
Dc_api_experimental.h417 TF_CAPI_EXPORT extern void TFE_OpAddAttrs(TFE_Op* op, const TFE_OpAttrs* attrs);
Dc_api_test.cc1680 TFE_OpAddAttrs(copy_op, attributes); in TEST()
1762 TFE_OpAddAttrs(ret, TFE_OpGetAttrs(other)); in CloneOp()
Dc_api.cc1002 void TFE_OpAddAttrs(TFE_Op* op, const TFE_OpAttrs* attrs) { in TFE_OpAddAttrs() function
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.cc111 TFE_OpAddAttrs(op.get(), attributes); in ExecuteWithSpecialOps()
Dparallel_device_lib.cc237 TFE_OpAddAttrs(op_.get(), attributes); in Execute()