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

  /external/tensorflow/tensorflow/python/platform/
gfile.py 48 @tf_export('gfile.FastGFile')
49 class FastGFile(_FileIO):
53 super(FastGFile, self).__init__(name=name, mode=mode)
65 'FastGFile',
  /external/tensorflow/tensorflow/python/tools/
import_pb_to_tensorboard.py 46 with gfile.FastGFile(model_dir, "rb") as f:
freeze_graph.py 172 with gfile.FastGFile(input_graph, mode) as f:
187 with gfile.FastGFile(input_graph, mode) as f:
202 with gfile.FastGFile(input_saver, mode) as f:
optimize_for_inference.py 93 f = gfile.FastGFile(FLAGS.output, "w")
strip_unused_lib.py 105 with gfile.FastGFile(input_graph, mode) as f:
  /external/tensorflow/tensorflow/examples/speech_commands/
label_wav.py 48 with tf.gfile.FastGFile(filename, 'rb') as f:
label_wav_dir.py 49 with tf.gfile.FastGFile(filename, 'rb') as f:
  /external/tensorflow/tensorflow/contrib/session_bundle/
exporter_test.py 91 with gfile.FastGFile(asset_filepath_orig, "w") as f:
96 with gfile.FastGFile(ignored_asset, "w") as f:
  /external/tensorflow/tensorflow/contrib/gan/python/eval/python/
classifier_metrics_impl.py 184 with gfile.FastGFile(filename, 'rb') as f:
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 290 with gfile.FastGFile(model_path, 'rb') as f:
385 image_data = gfile.FastGFile(image_path, 'rb').read()
607 jpeg_data = gfile.FastGFile(image_path, 'rb').read()
    [all...]
  /external/tensorflow/tensorflow/tools/quantization/
quantize_graph.py     [all...]

Completed in 482 milliseconds