Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgraph_transformations.cc130 bool GraphTransformationsPass(int increment, Model* model, in GraphTransformationsPass() function
199 while (GraphTransformationsPass((pass_index % 2) ? -1 : 1, model, in RunGraphTransformationsWithStatus()