Home
last modified time | relevance | path

Searched refs:InferDynamically (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.h48 Status InferDynamically(Cluster* cluster);
Dgraph_properties.h100 Status InferDynamically(Cluster* cluster);
Dgraph_memory.cc51 Status GraphMemory::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphMemory
Dgraph_properties_test.cc201 Status s = properties.InferDynamically(cluster_.get()); in TEST_F()
276 TF_CHECK_OK(dynamic_properties.InferDynamically(cluster_.get())); in TEST_F()
Dvirtual_scheduler.cc304 TF_RETURN_IF_ERROR(graph_properties_->InferDynamically(cluster_)); in Init()
Dgraph_properties.cc2253 Status GraphProperties::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i398 status = memory.InferDynamically(cluster.get()); in TF_DeterminePeakMemoryUsage()