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

  /external/tensorflow/tensorflow/security/advisory/
tfsa-2018-003.md 10 reading from some fields within TFLite files.
12 As background, TFLite files are based on the FlatBuffers serialization format,
28 Users passing a malformed or malicious version of a TFLite graph into TOCO will
40 If users are running the TensorFlow TFLite TOCO compiler in production or on
  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
README.md 3 This binary can evaluate the accuracy of TFLite models trained for the [ILSVRC 2012 image classification task]
5 The binary takes the path to validation images and labels as inputs. It outputs the accuracy after running the TFLite model on the validation sets.
13 Path to the TFlite model file.
101 (4) Push the TFLite model that you need to test. For example:
104 adb push mobilenet_quant_v1_224.tflite /data/local/tmp
130 --model_file=/data/local/tmp/mobilenet_quant_v1_224.tflite \
147 --model_file=mobilenet_quant_v1_224.tflite \
  /external/tensorflow/tensorflow/lite/python/
convert.py 15 """Converts a frozen graph into a TFLite FlatBuffer."""
59 # Map of tf.dtypes to TFLite types_flag_pb2.
83 """Converts tf.dtype to TFLite proto type.
102 """Enum class defining the sets of ops available to generate TFLite models.
142 Converted model in serialized form (e.g. a TFLITE model is common).
238 output_format=lite_constants.TFLITE,
252 Typically this is to convert from TensorFlow GraphDef to TFLite, in which
268 output_format: Output file format. Currently must be `{TFLITE,
269 GRAPHVIZ_DOT}`. (default TFLITE)
279 dependencies silently. This is due to TFLite not supporting contro
    [all...]
  /external/tensorflow/tensorflow/lite/g3doc/performance/
delegates.md 82 // the subrgaph in the main TfLite graph.
85 // the TFLite graph instead of the subGraph it replaces.

Completed in 319 milliseconds