Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib_test.cc64 "VarHandleOp", TFE_OpGetAttrs(handle_op.get()), in TEST()
78 TFE_OpGetAttrs(read_op.get()), in TEST()
85 "VarHandleOp", TFE_OpGetAttrs(handle_op.get()), in TEST()
120 "VarHandleOp", TFE_OpGetAttrs(handle_op.get()), in TEST()
197 "AssertAndCollective", TFE_OpGetAttrs(call_op.get()), in TEST()
209 "AssertAndCollective", TFE_OpGetAttrs(call_op.get()), in TEST()
279 TFE_OpGetAttrs(size_op.get()), 1, status.get()); in TEST()
Dparallel_device.cc292 const TFE_OpAttrs* attributes = TFE_OpGetAttrs(original_op); in ParallelDeviceExecute()
/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc107 const TFE_OpAttrs* attributes = TFE_OpGetAttrs(original_op); in LoggingDeviceExecute()
Dc_api_experimental.h413 TF_CAPI_EXPORT extern const TFE_OpAttrs* TFE_OpGetAttrs(const TFE_Op* op);
Dc_api_test.cc1676 const TFE_OpAttrs* attributes = TFE_OpGetAttrs(var_op); in TEST()
1712 const TFE_OpAttrs* attributes = TFE_OpGetAttrs(var_op); in TEST()
1762 TFE_OpAddAttrs(ret, TFE_OpGetAttrs(other)); in CloneOp()
Dc_api.cc998 const TFE_OpAttrs* TFE_OpGetAttrs(const TFE_Op* op) { in TFE_OpGetAttrs() function