Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils.h182 struct ReplaceMatchingOpTypesOptions { struct
203 const ReplaceMatchingOpTypesOptions& options, GraphDef* output_graph_def); argument
H A Dtransform_utils.cc368 const ReplaceMatchingOpTypesOptions& options, GraphDef* output_graph_def) { in ReplaceMatchingOpTypes()