Searched defs:graph_properties (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | scoped_allocator_optimizer.h | 85 void SetGraphProperties(const GraphProperties& graph_properties) { in SetGraphProperties()
|
D | scoped_allocator_optimizer.cc | 78 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()
|
D | graph_optimizer_stage.h | 63 GraphProperties* graph_properties; member
|
D | layout_optimizer.cc | 397 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
|
D | remapper.cc | 58 GraphProperties graph_properties; member
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.h | 66 const grappler::GraphProperties* graph_properties = nullptr; member
|
D | convert_graph_test.cc | 98 grappler::GraphProperties graph_properties(item); in TEST() local
|
D | convert_graph.cc | 69 const grappler::GraphProperties& graph_properties, in TrtCandidateSelector() 196 const grappler::GraphProperties& graph_properties, in GetEngineInfo()
|
D | convert_nodes_test.cc | 403 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
|
D | convert_nodes.cc | 233 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()
|