Home
last modified time | relevance | path

Searched refs:TENSORFLOW_GRAPHDEF (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_convert_test.cc46 toco_flags.set_input_format(TENSORFLOW_GRAPHDEF); in TEST()
59 toco_flags.set_input_format(TENSORFLOW_GRAPHDEF); in TEST()
74 toco_flags.set_input_format(TENSORFLOW_GRAPHDEF); in TEST()
96 toco_flags.set_input_format(TENSORFLOW_GRAPHDEF); in TEST()
97 toco_flags.set_output_format(TENSORFLOW_GRAPHDEF); in TEST()
130 toco_flags.set_input_format(TENSORFLOW_GRAPHDEF); in TEST()
Dtoco_tooling.cc133 return (format == TENSORFLOW_GRAPHDEF || format == GRAPHVIZ_DOT || in SupportsLstmCell()
210 case TENSORFLOW_GRAPHDEF: { in Import()
215 : (toco_flags.output_format() != TENSORFLOW_GRAPHDEF); in Import()
307 if (output_format == TENSORFLOW_GRAPHDEF) { in TransformWithStatus()
408 if (output_format == TENSORFLOW_GRAPHDEF) { in TransformWithStatus()
443 case TENSORFLOW_GRAPHDEF: in Export()
Dtoco_flags.proto24 TENSORFLOW_GRAPHDEF = 1; enumerator
139 // Applies only to the case when the input format is TENSORFLOW_GRAPHDEF.
143 // - Default to false if the output format is TENSORFLOW_GRAPHDEF.
/external/tensorflow/tensorflow/lite/python/
Dlite_constants.py32 TENSORFLOW_GRAPHDEF = _toco_flags_pb2.TENSORFLOW_GRAPHDEF variable
Dlite.py292 "input_format": constants.TENSORFLOW_GRAPHDEF,
732 "input_format": constants.TENSORFLOW_GRAPHDEF,
Dconvert.py236 input_format=lite_constants.TENSORFLOW_GRAPHDEF,
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_from_protos_test.py49 toco_flags.input_format = toco_flags_pb2.TENSORFLOW_GRAPHDEF
/external/tensorflow/tensorflow/contrib/quantize/
DREADME.md100 --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE \
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl165 "--input_format=TENSORFLOW_GRAPHDEF",