Searched refs:OpsSet (Results 1 – 25 of 30) sorted by relevance
12
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.lite.-ops-set.pbtxt | 1 path: "tensorflow.lite.OpsSet" 3 is_instance: "<enum \'OpsSet\'>" 6 mtype: "<enum \'OpsSet\'>" 10 mtype: "<enum \'OpsSet\'>" 14 mtype: "<enum \'OpsSet\'>" 18 mtype: "<enum \'OpsSet\'>"
|
D | tensorflow.lite.pbtxt | 8 name: "OpsSet"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.lite.-ops-set.pbtxt | 1 path: "tensorflow.lite.OpsSet" 3 is_instance: "<enum \'OpsSet\'>" 6 mtype: "<enum \'OpsSet\'>" 10 mtype: "<enum \'OpsSet\'>" 14 mtype: "<enum \'OpsSet\'>" 18 mtype: "<enum \'OpsSet\'>"
|
D | tensorflow.lite.pbtxt | 12 name: "OpsSet"
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite_flex_test.py | 60 converter.target_spec.supported_ops = set([lite.OpsSet.SELECT_TF_OPS]) 87 converter.target_ops = set([lite.OpsSet.SELECT_TF_OPS]) 90 self.assertEqual(converter.target_ops, set([lite.OpsSet.SELECT_TF_OPS])) 92 set([lite.OpsSet.SELECT_TF_OPS])) 128 converter.target_spec.supported_ops = set([lite.OpsSet.SELECT_TF_OPS]) 189 converter.target_spec.supported_ops = set([lite.OpsSet.SELECT_TF_OPS]) 208 converter.target_spec.supported_ops = set([lite.OpsSet.SELECT_TF_OPS])
|
D | lite_v2_test.py | 249 lite.OpsSet.\ 254 lite.OpsSet.TFLITE_BUILTINS_INT8 259 lite.OpsSet.\ 261 lite.OpsSet.TFLITE_BUILTINS 294 lite.OpsSet.\ 296 lite.OpsSet.TFLITE_BUILTINS 317 converter.target_spec.supported_ops = [lite.OpsSet.TFLITE_BUILTINS_INT8] 416 lite.OpsSet.TFLITE_BUILTINS_INT8 540 lite.OpsSet.\ 542 lite.OpsSet.SELECT_TF_OPS [all …]
|
D | convert.py | 81 class OpsSet(enum.Enum): class 118 return [str(option) for option in list(OpsSet)] 355 if OpsSet.SELECT_TF_OPS in set(target_ops): 357 if set(target_ops) == set([OpsSet.SELECT_TF_OPS]):
|
D | tflite_convert.py | 189 ops_set_options = lite.OpsSet.get_options() 195 converter.target_spec.supported_ops.add(lite.OpsSet(option)) 198 if lite.OpsSet.SELECT_TF_OPS not in converter.target_spec.supported_ops: 518 "".format(",".join(lite.OpsSet.get_options()))))
|
D | lite.py | 45 from tensorflow.lite.python.convert import OpsSet 200 supported_ops = {OpsSet.TFLITE_BUILTINS} 383 return (OpsSet.TFLITE_BUILTINS_INT8 in set( 388 return (OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8 392 return (OpsSet.TFLITE_BUILTINS in set( 393 self._target_spec.supported_ops)) or (OpsSet.SELECT_TF_OPS in set( 464 set([OpsSet.SELECT_TF_OPS]) == set(self.target_spec.supported_ops))
|
D | lite_test.py | 348 lite.OpsSet.\ 350 lite.OpsSet.TFLITE_BUILTINS 354 lite.OpsSet.TFLITE_BUILTINS_INT8, lite.OpsSet.TFLITE_BUILTINS 359 lite.OpsSet.\ 361 lite.OpsSet.TFLITE_BUILTINS 365 lite.OpsSet.TFLITE_BUILTINS 915 [lite.OpsSet.TFLITE_BUILTINS_INT8], True), 918 [lite.OpsSet.TFLITE_BUILTINS_INT8], False), 921 [lite.OpsSet.\ 925 [lite.OpsSet.\ [all …]
|
D | util_test.py | 307 converter.target_spec.supported_ops = {tf.lite.OpsSet.TFLITE_BUILTINS_INT8} 310 tf.lite.OpsSet
|
/external/tflite-support/tensorflow_lite_support/custom_ops/python/ |
D | sentencepiece_tokenizer_test.py | 125 supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS] 168 supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS] 206 supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS]
|
/external/tensorflow/tensorflow/lite/testing/model_coverage/ |
D | model_coverage_lib_test.py | 138 target_ops=set([lite.OpsSet.SELECT_TF_OPS])) 232 target_ops=set([lite.OpsSet.TFLITE_BUILTINS, 233 lite.OpsSet.SELECT_TF_OPS]))
|
D | model_coverage_lib.py | 148 converter.target_spec.supported_ops = [_lite.OpsSet.TFLITE_BUILTINS_INT8] 156 [_lite.OpsSet.\ 654 set(kwargs["target_ops"]) == set([_lite.OpsSet.SELECT_TF_OPS])):
|
D | model_coverage_quantization_test.py | 112 tf.lite.OpsSet
|
/external/tensorflow/tensorflow/lite/testing/ |
D | toco_convert.py | 141 tf.lite.OpsSet.\ 146 tf.lite.OpsSet.TFLITE_BUILTINS_INT8
|
/external/tensorflow/tensorflow/lite/tools/optimize/python/ |
D | modify_model_interface_lib_test.py | 32 supported_ops=tf.lite.OpsSet.TFLITE_BUILTINS_INT8): 101 supported_ops=tf.lite.OpsSet
|
/external/tensorflow/tensorflow/lite/micro/testing/ |
D | generate_test_models.py | 65 converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS_INT8]
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | post_training_quantization.md | 121 <b>converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS_INT8]</b> 175 converter.target_spec.supported_ops = [tf.lite.OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT1… 187 converter.target_spec.supported_ops = [tf.lite.OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT1… 188 <b>tf.lite.OpsSet.TFLITE_BUILTINS</b>]
|
D | post_training_integer_quant_16x8.ipynb | 139 "tf.lite.OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8" 274 …"converter.target_spec.supported_ops = [tf.lite.OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_IN…
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
D | ngrams_test.py | 104 tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 723 tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS 748 tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS
|
D | ops_select.md | 31 tf.lite.OpsSet.TFLITE_BUILTINS, # enable TensorFlow Lite ops. 32 tf.lite.OpsSet.SELECT_TF_OPS # enable TensorFlow ops.
|
/external/tensorflow/tensorflow/lite/experimental/quantization_debugger/ |
D | debugger_test.py | 64 converter.target_spec.supported_ops = [lite.OpsSet.TFLITE_BUILTINS_INT8]
|
D | README.md | 43 converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS_INT8]
|
12