Searched refs:InferDynamically (Results 1 – 7 of 7) sorted by relevance
48 Status InferDynamically(Cluster* cluster);
100 Status InferDynamically(Cluster* cluster);
51 Status GraphMemory::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphMemory
201 Status s = properties.InferDynamically(cluster_.get()); in TEST_F()276 TF_CHECK_OK(dynamic_properties.InferDynamically(cluster_.get())); in TEST_F()
304 TF_RETURN_IF_ERROR(graph_properties_->InferDynamically(cluster_)); in Init()
2253 Status GraphProperties::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphProperties
398 status = memory.InferDynamically(cluster.get()); in TF_DeterminePeakMemoryUsage()