Home
last modified time | relevance | path

Searched refs:AddResourceShapeMirror (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h190 Status AddResourceShapeMirror(const Device* d, int64_t op_id, int output_num,
Dtensor_handle.cc794 Status TensorHandle::AddResourceShapeMirror(const Device* d, int64_t op_id, in AddResourceShapeMirror() function in tensorflow::TensorHandle
Dexecute.cc1615 input->AddResourceShapeMirror(op_device, input_handle->op_id(), in EagerRemoteExecute()