Searched refs:InferDynamically (Results 1 – 8 of 8) sorted by relevance
48 Status InferDynamically(Cluster* cluster);
119 Status InferDynamically(Cluster* cluster);
51 Status GraphMemory::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphMemory
427 TF_RETURN_IF_ERROR(graph_properties_->InferDynamically(cluster_)); in Init()
229 Status s = properties.InferDynamically(cluster_.get()); in TEST_F()314 TF_ASSERT_OK(dynamic_properties.InferDynamically(cluster_.get())); in TEST_F()
2716 Status GraphProperties::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphProperties
309 MaybeRaiseRegisteredFromStatus(memory.InferDynamically(cluster)); in PYBIND11_MODULE()
309 tensorflow::grappler::GraphMemory::InferDynamically