Home
last modified time | relevance | path

Searched refs:CopyInferenceShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_test.cc41 EXPECT_TRUE(async_th->CopyInferenceShape(sync_th).ok()); in TEST()
Dtensor_handle.h179 Status CopyInferenceShape(TensorHandle* other);
Dtensor_handle.cc364 Status TensorHandle::CopyInferenceShape(TensorHandle* other) { in CopyInferenceShape() function in tensorflow::TensorHandle
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc339 TF_RETURN_IF_ERROR(captured_state_->dst()->CopyInferenceShape(src_)); in Prepare()