Home
last modified time | relevance | path

Searched defs:graph_properties (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.h85 void SetGraphProperties(const GraphProperties& graph_properties) { in SetGraphProperties()
Dscoped_allocator_optimizer.cc78 Status CheckTypesAndGetShapes(const GraphProperties& graph_properties, in CheckTypesAndGetShapes()
683 GraphProperties graph_properties(item); in Optimize() local
818 GraphDef* graph, const GraphProperties& graph_properties) { in ProcessGraphDef()
Dgraph_optimizer_stage.h63 GraphProperties* graph_properties; member
Dlayout_optimizer.cc397 GraphProcessor(const GraphProperties& graph_properties, in GraphProcessor()
485 const GraphProperties& graph_properties; member
1962 const GraphProperties& graph_properties, in DataLayoutOptimizer()
2182 const GraphProperties& graph_properties, in Tune()
2212 GraphProperties graph_properties(item); in Optimize() local
Dremapper.cc58 GraphProperties graph_properties; member
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.h66 const grappler::GraphProperties* graph_properties = nullptr; member
Dconvert_graph_test.cc98 grappler::GraphProperties graph_properties(item); in TEST() local
Dconvert_graph.cc69 const grappler::GraphProperties& graph_properties, in TrtCandidateSelector()
196 const grappler::GraphProperties& graph_properties, in GetEngineInfo()
Dconvert_nodes_test.cc403 const grappler::GraphProperties& graph_properties, in ConvertToTensorOrWeights()
427 grappler::GraphProperties graph_properties(item); in TEST_F() local
443 grappler::GraphProperties graph_properties(item); in TEST_F() local
481 grappler::GraphProperties graph_properties(item); in TEST_F() local
1249 grappler::GraphProperties graph_properties(item); in RunValidation() local
Dconvert_nodes.cc233 void GetOutputProperties(const grappler::GraphProperties& graph_properties, in GetOutputProperties()
247 void GetInputProperties(const grappler::GraphProperties& graph_properties, in GetInputProperties()
895 const grappler::GraphProperties& graph_properties, in ConvertToTensorOrWeights()
939 const grappler::GraphProperties& graph_properties) { in ValidateNode()
4169 const Graph* graph, const grappler::GraphProperties& graph_properties, in ConvertSegmentToGraphDef()