HomeSort by relevance Sort by last modified time
    Searched refs:allow_custom_ops (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_tooling.h 40 bool allow_custom_ops, string* output_file_contents);
toco_cmdline_flags.cc 104 Flag("allow_custom_ops", parsed_flags.allow_custom_ops.bind(),
105 parsed_flags.allow_custom_ops.default_value(),
173 READ_TOCO_FLAG(allow_custom_ops, FlagRequirement::kNone);
toco.cc 80 Export(toco_flags, *model, toco_flags.allow_custom_ops(),
toco_tooling.cc 308 bool allow_custom_ops, string* output_file_contents) {
314 toco::tflite::Export(model, allow_custom_ops, output_file_contents);
args.h 228 Arg<bool> allow_custom_ops = Arg<bool>(false); member in struct:toco::ParsedTocoFlags
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
export.h 26 void Export(const Model& model, bool allow_custom_ops,
export.cc 280 void Export(const Model& model, bool allow_custom_ops,
303 if (!allow_custom_ops && !error_summary.empty()) {
307 "--allow_custom_ops. Here is a list of operators for which "

Completed in 373 milliseconds