Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.cc267 auto* remove_trivial_reshape = new RemoveTrivialReshape; in TransformWithStatus() local
268 transformations.Add(remove_trivial_reshape); in TransformWithStatus()
DBUILD230 "graph_transformations/remove_trivial_reshape.cc",