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
432 TF_RETURN_IF_ERROR(graph_properties_->InferDynamically(cluster_)); in Init()
244 Status s = properties.InferDynamically(cluster_.get()); in TEST_F()482 TF_ASSERT_OK(dynamic_properties.InferDynamically(cluster_.get())); in TEST_F()
2760 Status GraphProperties::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphProperties
309 MaybeRaiseRegisteredFromStatus(memory.InferDynamically(cluster)); in PYBIND11_MODULE()
351 tensorflow::grappler::GraphMemory::InferDynamically