Searched defs:graph_properties (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/grappler/ |
H A 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()
|
H A D | grappler_test.cc | 195 TF_GraphProperties* graph_properties = in TEST() local 243 TF_GraphProperties* graph_properties = in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
H A 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()
|
H A D | segment_test.cc | 63 const grappler::GraphProperties* graph_properties, in RunTest()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A 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()
|
H A D | scoped_allocator_optimizer.h | 96 void SetGraphProperties(const GraphProperties& graph_properties) { in SetGraphProperties()
|
H A D | graph_optimizer_stage.h | 63 GraphProperties* graph_properties; member
|
H A D | generic_layout_optimizer_transposer.h | 76 std::unique_ptr<GraphProperties> graph_properties; member
|
H A D | remapper.cc | 99 GraphProperties graph_properties; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_graph_test.cc | 148 grappler::GraphProperties graph_properties(item); in RunConvertGraph() local
|
H A D | convert_graph.cc | 137 const grappler::GraphProperties& graph_properties, in GetEngineInfo()
|
H A 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()
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | graph_properties_test.cc | 371 GraphProperties graph_properties(item); in RunTestAndValidate() local
|