Searched refs:CopyInferenceShape (Results 1 – 4 of 4) sorted by relevance
41 EXPECT_TRUE(async_th->CopyInferenceShape(sync_th).ok()); in TEST()
179 Status CopyInferenceShape(TensorHandle* other);
364 Status TensorHandle::CopyInferenceShape(TensorHandle* other) { in CopyInferenceShape() function in tensorflow::TensorHandle
339 TF_RETURN_IF_ERROR(captured_state_->dst()->CopyInferenceShape(src_)); in Prepare()