Home
last modified time | relevance | path

Searched refs:OpsSet (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.lite.-ops-set.pbtxt1 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\'>"
Dtensorflow.lite.pbtxt8 name: "OpsSet"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.-ops-set.pbtxt1 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\'>"
Dtensorflow.lite.pbtxt12 name: "OpsSet"
/external/tensorflow/tensorflow/lite/python/
Dlite_flex_test.py60 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])
Dlite_v2_test.py249 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 …]
Dconvert.py81 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]):
Dtflite_convert.py189 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()))))
Dlite.py45 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))
Dlite_test.py348 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 …]
Dutil_test.py307 converter.target_spec.supported_ops = {tf.lite.OpsSet.TFLITE_BUILTINS_INT8}
310 tf.lite.OpsSet
/external/tflite-support/tensorflow_lite_support/custom_ops/python/
Dsentencepiece_tokenizer_test.py125 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/
Dmodel_coverage_lib_test.py138 target_ops=set([lite.OpsSet.SELECT_TF_OPS]))
232 target_ops=set([lite.OpsSet.TFLITE_BUILTINS,
233 lite.OpsSet.SELECT_TF_OPS]))
Dmodel_coverage_lib.py148 converter.target_spec.supported_ops = [_lite.OpsSet.TFLITE_BUILTINS_INT8]
156 [_lite.OpsSet.\
654 set(kwargs["target_ops"]) == set([_lite.OpsSet.SELECT_TF_OPS])):
Dmodel_coverage_quantization_test.py112 tf.lite.OpsSet
/external/tensorflow/tensorflow/lite/testing/
Dtoco_convert.py141 tf.lite.OpsSet.\
146 tf.lite.OpsSet.TFLITE_BUILTINS_INT8
/external/tensorflow/tensorflow/lite/tools/optimize/python/
Dmodify_model_interface_lib_test.py32 supported_ops=tf.lite.OpsSet.TFLITE_BUILTINS_INT8):
101 supported_ops=tf.lite.OpsSet
/external/tensorflow/tensorflow/lite/micro/testing/
Dgenerate_test_models.py65 converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS_INT8]
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dpost_training_quantization.md121 <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>]
Dpost_training_integer_quant_16x8.ipynb139 "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/
Dngrams_test.py104 tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md723 tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS
748 tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS
Dops_select.md31 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/
Ddebugger_test.py64 converter.target_spec.supported_ops = [lite.OpsSet.TFLITE_BUILTINS_INT8]
DREADME.md43 converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS_INT8]

12