/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | export.h | 30 bool allow_custom_ops = false; member 49 inline void Export(const Model& model, bool allow_custom_ops, in Export() argument 52 params.allow_custom_ops = allow_custom_ops; in Export() 62 const Model& model, bool allow_custom_ops, bool quantize_weights, in Export() argument 66 params.allow_custom_ops = allow_custom_ops; in Export() 77 params.allow_custom_ops = true; in Export()
|
D | export_test.cc | 246 params.allow_custom_ops = true; in TEST_F() 260 params.allow_custom_ops = true; in TEST_F() 281 params.allow_custom_ops = true; in TEST_F() 300 params.allow_custom_ops = false; in TEST_F() 324 params.allow_custom_ops = false; in TEST_F() 354 params.allow_custom_ops = false; in TEST_F() 382 params.allow_custom_ops = false; in TEST_F() 433 params_.allow_custom_ops = false; in SetAllowedOpSets() 446 params_.allow_custom_ops = true; in SetAllowedOpSets()
|
D | export.cc | 534 if (!params.allow_custom_ops) { in Export()
|
/external/tensorflow/tensorflow/lite/python/ |
D | convert.py | 316 allow_custom_ops=False, argument 339 toco.allow_custom_ops = allow_custom_ops 374 allow_custom_ops=False, argument 485 allow_custom_ops, custom_opdefs,
|
D | tflite_convert.py | 185 if flags.allow_custom_ops: 186 converter.allow_custom_ops = flags.allow_custom_ops 335 if flags.custom_opdefs and not flags.allow_custom_ops:
|
D | lite.py | 435 self.allow_custom_ops = False 511 "allow_custom_ops": self.allow_custom_ops,
|
D | lite_v2_test.py | 875 converter.allow_custom_ops = True
|
D | lite_test.py | 1888 converter.allow_custom_ops = True
|
/external/tflite-support/tensorflow_lite_support/custom_ops/python/ |
D | sentencepiece_tokenizer_test.py | 127 converter.allow_custom_ops = True 170 converter.allow_custom_ops = True 208 converter.allow_custom_ops = True
|
D | ragged_tensor_to_tensor_test.py | 39 converter.allow_custom_ops = True
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_cmdline_flags.cc | 123 Flag("allow_custom_ops", parsed_flags.allow_custom_ops.bind(), in ParseTocoFlagsFromCommandLineFlags() 124 parsed_flags.allow_custom_ops.default_value(), in ParseTocoFlagsFromCommandLineFlags() 276 READ_TOCO_FLAG(allow_custom_ops, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags()
|
D | toco_tooling.h | 45 bool allow_custom_ops,
|
D | toco_tooling.cc | 476 bool allow_custom_ops, in Export() argument 487 params.allow_custom_ops = allow_custom_ops; in Export()
|
D | toco_convert.cc | 82 TF_RETURN_IF_ERROR(Export(toco_flags, *model, toco_flags.allow_custom_ops(), in Convert()
|
D | args.h | 174 Arg<bool> allow_custom_ops = Arg<bool>(false); member
|
D | toco_flags.proto | 138 optional bool allow_custom_ops = 10; field 198 // `enable_select_tf_ops` should always be used with `allow_custom_ops`.
|
/external/tensorflow/tensorflow/lite/toco/python/ |
D | toco_from_protos_test.py | 53 toco_flags.allow_custom_ops = True
|
/external/tensorflow/tensorflow/lite/testing/ |
D | toco_convert.py | 66 if extra_toco_options.allow_custom_ops:
|
D | zip_test_utils.py | 95 self.allow_custom_ops = False
|
/external/tensorflow/tensorflow/compiler/mlir/lite/python/ |
D | tf_tfl_flatbuffer_helpers.cc | 297 bool emit_custom_ops = toco_flags.allow_custom_ops(); in ConvertMLIRToTFLiteFlatBuffer()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
D | ngrams_test.py | 101 converter.allow_custom_ops = not flex
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_custom.md | 101 attribute `allow_custom_ops` as shown below: 105 <b>converter.allow_custom_ops = True</b>
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | index.md | 183 converter.allow_custom_ops = True
|
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/ |
D | cmdline_reference.md | 161 * `--allow_custom_ops`. Type: bool. Default: False. Indicates whether to allow
|