Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc225 bool clear_output_shapes; in FoldConstants() local
227 &clear_output_shapes)); in FoldConstants()
228 if (clear_output_shapes) { in FoldConstants()
DREADME.md388 * clear_output_shapes: Clears tensor shape information saved as attributes.
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h414 node_.clear_output_shapes(); in ToProto()