Home
last modified time | relevance | path

Searched refs:InferFromCostGraph (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h122 Status InferFromCostGraph(const CostGraphDef& cost_graph);
Dgraph_properties.cc2724 return InferFromCostGraph(metadata.cost_graph()); in InferDynamically()
2746 Status GraphProperties::InferFromCostGraph(const CostGraphDef& cost_graph) { in InferFromCostGraph() function in tensorflow::grappler::GraphProperties