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