Home
last modified time | relevance | path

Searched refs:AnnotateOutputShapes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h106 Status AnnotateOutputShapes(GraphDef* output_graph_def) const;
Dgraph_properties.cc2264 Status GraphProperties::AnnotateOutputShapes(GraphDef* output_graph_def) const { in AnnotateOutputShapes() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc2184 auto status = graph_properties.AnnotateOutputShapes(output); in Tune()