Searched defs:graph_properties (Results  1 – 14 of 14) sorted by relevance
| /external/tensorflow/tensorflow/c/experimental/grappler/ | 
| D | grappler.cc | 263 void TF_DeleteGraphProperties(TF_GraphProperties* graph_properties) {  in TF_DeleteGraphProperties() 269 void TF_InferStatically(TF_GraphProperties* graph_properties,  in TF_InferStatically() 286 void TF_GetInputPropertiesListSize(TF_GraphProperties* graph_properties,  in TF_GetInputPropertiesListSize() 296 void TF_GetOutputPropertiesListSize(TF_GraphProperties* graph_properties,  in TF_GetOutputPropertiesListSize() 306 void TF_GetInputPropertiesList(TF_GraphProperties* graph_properties,  in TF_GetInputPropertiesList() 325 void TF_GetOutputPropertiesList(TF_GraphProperties* graph_properties,  in TF_GetOutputPropertiesList()
  | 
| D | grappler_test.cc | 195   TF_GraphProperties* graph_properties =  in TEST()  local 243   TF_GraphProperties* graph_properties =  in TEST()  local
  | 
| /external/tensorflow/tensorflow/core/grappler/optimizers/ | 
| D | scoped_allocator_optimizer.h | 96     void SetGraphProperties(const GraphProperties& graph_properties) {  in SetGraphProperties()
  | 
| D | scoped_allocator_optimizer.cc | 93 Status CheckTypesAndGetShapes(const GraphProperties& graph_properties,  in CheckTypesAndGetShapes() 259                  GraphDef* graph, const GraphProperties& graph_properties,  in GetInputs() 919   GraphProperties graph_properties(item);  in Optimize()  local 1079     GraphDef* graph, const GraphProperties& graph_properties) {  in ProcessGraphDef()
  | 
| D | graph_optimizer_stage.h | 63   GraphProperties* graph_properties;  member
  | 
| D | generic_layout_optimizer_transposer.h | 76   std::unique_ptr<GraphProperties> graph_properties;  member
  | 
| D | remapper.cc | 99   GraphProperties graph_properties;  member
  | 
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ | 
| D | segment.cc | 516     const grappler::GraphProperties* graph_properties, const Node* node) {  in OperationCanBeTranslatedToImplicitBatch() 565     const grappler::GraphProperties* graph_properties, const Node* node) {  in OperationHasDynamicNonBatchDimension() 640     const grappler::GraphProperties* graph_properties, const Node* node,  in GetClusterBatchSizeForNode() 672 void AddSegmentForNode(const grappler::GraphProperties* graph_properties,  in AddSegmentForNode() 841                     const grappler::GraphProperties* graph_properties,  in SegmentGraph()
  | 
| D | segment_test.cc | 63                const grappler::GraphProperties* graph_properties,  in RunTest()
  | 
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ | 
| D | convert_graph_test.cc | 148     grappler::GraphProperties graph_properties(item);  in RunConvertGraph()  local
  | 
| D | convert_graph.cc | 137                      const grappler::GraphProperties& graph_properties,  in GetEngineInfo()
  | 
| D | convert_nodes.cc | 181 void GetOutputProperties(const grappler::GraphProperties& graph_properties,  in GetOutputProperties() 195 void GetInputProperties(const grappler::GraphProperties& graph_properties,  in GetInputProperties() 869     const grappler::GraphProperties& graph_properties,  in TrtNodeValidator() 6020     const Graph* graph, const grappler::GraphProperties& graph_properties,  in ConvertSegmentToGraphDef()
  | 
| D | convert_nodes_test.cc | 316     grappler::GraphProperties graph_properties(item);  in ConvertToTensorOrWeights()  local 393   grappler::GraphProperties graph_properties(item);  in TEST_F()  local 477   grappler::GraphProperties graph_properties(item);  in TEST()  local 1462     grappler::GraphProperties graph_properties(item);  in RunValidation()  local
  | 
| /external/tensorflow/tensorflow/core/grappler/costs/ | 
| D | graph_properties_test.cc | 371     GraphProperties graph_properties(item);  in RunTestAndValidate()  local
  |