Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.h48 Status InferDynamically(Cluster* cluster);
Dgraph_properties.h119 Status InferDynamically(Cluster* cluster);
Dgraph_memory.cc51 Status GraphMemory::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphMemory
Dvirtual_scheduler.cc427 TF_RETURN_IF_ERROR(graph_properties_->InferDynamically(cluster_)); in Init()
Dgraph_properties_test.cc229 Status s = properties.InferDynamically(cluster_.get()); in TEST_F()
314 TF_ASSERT_OK(dynamic_properties.InferDynamically(cluster_.get())); in TEST_F()
Dgraph_properties.cc2716 Status GraphProperties::InferDynamically(Cluster* cluster) { in InferDynamically() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc309 MaybeRaiseRegisteredFromStatus(memory.InferDynamically(cluster)); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt309 tensorflow::grappler::GraphMemory::InferDynamically