Home
last modified time | relevance | path

Searched refs:GraphTransformationsSet (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgraph_transformations.h58 class GraphTransformationsSet {
69 GraphTransformationsSet() {} in GraphTransformationsSet() function
70 GraphTransformationsSet( in GraphTransformationsSet() function
91 GraphTransformationsSet(const GraphTransformationsSet& other) = delete;
92 GraphTransformationsSet(const GraphTransformationsSet&& other) = delete;
107 const GraphTransformationsSet& transformations);
111 const GraphTransformationsSet& transformations) { in RunGraphTransformations()
Dgraph_transformations.cc131 const GraphTransformationsSet& transformations, in GraphTransformationsPass()
195 const GraphTransformationsSet& transformations) { in RunGraphTransformationsWithStatus()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dresolve_constant_concatenation_test.cc166 GraphTransformationsSet graph_transformation_set; in TEST_F()
188 GraphTransformationsSet graph_transformation_set; in TEST_F()
210 GraphTransformationsSet graph_transformation_set; in TEST_F()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.cc53 GraphTransformationsSet* transformations) { in MakeGeneralGraphTransformationsSet()
265 GraphTransformationsSet transformations; in TransformWithStatus()
329 GraphTransformationsSet bidirectional_transformations; in TransformWithStatus()
396 GraphTransformationsSet dequantization_transformations{new Dequantize}; in TransformWithStatus()