Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtoco_cmdline_flags.cc148 parsed_flags.debug_disable_recurrent_cell_fusion.bind(), in ParseTocoFlagsFromCommandLineFlags()
149 parsed_flags.debug_disable_recurrent_cell_fusion.default_value(), in ParseTocoFlagsFromCommandLineFlags()
290 READ_TOCO_FLAG(debug_disable_recurrent_cell_fusion, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags()
Dargs.h185 Arg<bool> debug_disable_recurrent_cell_fusion = Arg<bool>(false); member
Dtoco_tooling.cc299 if (!toco_flags.debug_disable_recurrent_cell_fusion()) { in TransformWithStatus()
Dtoco_flags.proto150 optional bool debug_disable_recurrent_cell_fusion = 13; field