Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h180 bool HasResourceShapeMirror(const Device* d, uint64 context_view_id) const;
Dtensor_handle.cc752 bool TensorHandle::HasResourceShapeMirror(const Device* d, in HasResourceShapeMirror() function in tensorflow::TensorHandle
Dexecute.cc891 (!input->HasResourceShapeMirror(op_device, in EagerRemoteExecute()