Searched refs:TENSORFLOW_GRAPHDEF (Results 1 – 9 of 9) sorted by relevance
46 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()
133 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()
24 TENSORFLOW_GRAPHDEF = 1; enumerator139 // Applies only to the case when the input format is TENSORFLOW_GRAPHDEF.143 // - Default to false if the output format is TENSORFLOW_GRAPHDEF.
32 TENSORFLOW_GRAPHDEF = _toco_flags_pb2.TENSORFLOW_GRAPHDEF variable
292 "input_format": constants.TENSORFLOW_GRAPHDEF,732 "input_format": constants.TENSORFLOW_GRAPHDEF,
236 input_format=lite_constants.TENSORFLOW_GRAPHDEF,
49 toco_flags.input_format = toco_flags_pb2.TENSORFLOW_GRAPHDEF
100 --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE \
165 "--input_format=TENSORFLOW_GRAPHDEF",