Searched refs:TFE_OpGetAttrs (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device_lib_test.cc | 64 "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()
|
D | parallel_device.cc | 292 const TFE_OpAttrs* attributes = TFE_OpGetAttrs(original_op); in ParallelDeviceExecute()
|
/external/tensorflow/tensorflow/c/eager/ |
D | custom_device_testutil.cc | 107 const TFE_OpAttrs* attributes = TFE_OpGetAttrs(original_op); in LoggingDeviceExecute()
|
D | c_api_experimental.h | 413 TF_CAPI_EXPORT extern const TFE_OpAttrs* TFE_OpGetAttrs(const TFE_Op* op);
|
D | c_api_test.cc | 1676 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()
|
D | c_api.cc | 998 const TFE_OpAttrs* TFE_OpGetAttrs(const TFE_Op* op) { in TFE_OpGetAttrs() function
|