Home
last modified time | relevance | path

Searched refs:GFile (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/python/platform/
Dgfile.py41 class GFile(_FileIO): class
52 super(GFile, self).__init__(name=name, mode=mode)
73 Open = GFile
/external/tensorflow/tensorflow/python/tools/
Dstrip_unused_lib.py105 with gfile.GFile(input_graph, mode) as f:
117 with gfile.GFile(output_graph, "wb") as f:
120 with gfile.GFile(output_graph, "w") as f:
Dfreeze_graph.py236 with gfile.GFile(output_graph, "wb") as f:
249 with gfile.GFile(input_graph, mode) as f:
264 with gfile.GFile(input_graph, mode) as f:
279 with gfile.GFile(input_saver, mode) as f:
Dimport_pb_to_tensorboard.py56 with gfile.GFile(model_dir, "rb") as f:
Dprint_selective_registration_header_test.py92 with gfile.GFile(fname, 'wb') as f:
Dselective_registration_header_lib.py53 file_data = gfile.GFile(proto_file, 'rb').read()
Doptimize_for_inference.py95 f = gfile.GFile(FLAGS.output, "w")
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.gfile.-g-file.pbtxt1 path: "tensorflow.io.gfile.GFile"
3 is_instance: "<class \'tensorflow.python.platform.gfile.GFile\'>"
Dtensorflow.gfile.-g-file.pbtxt1 path: "tensorflow.gfile.GFile"
3 is_instance: "<class \'tensorflow.python.platform.gfile.GFile\'>"
Dtensorflow.io.gfile.pbtxt4 name: "GFile"
Dtensorflow.gfile.pbtxt8 name: "GFile"
Dtensorflow.gfile.-open.pbtxt3 is_instance: "<class \'tensorflow.python.platform.gfile.GFile\'>"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.gfile.-g-file.pbtxt1 path: "tensorflow.io.gfile.GFile"
3 is_instance: "<class \'tensorflow.python.platform.gfile.GFile\'>"
Dtensorflow.io.gfile.pbtxt4 name: "GFile"
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.py48 with tf.gfile.GFile(filename, 'rb') as f:
56 return [line.rstrip() for line in tf.gfile.GFile(filename)]
Dlabel_wav_dir.py49 with tf.gfile.GFile(filename, 'rb') as f:
57 return [line.rstrip() for line in tf.gfile.GFile(filename)]
Dwav_to_features.py80 with gfile.GFile(output_c_file, 'w') as f:
/external/tensorflow/tensorflow/tools/test/
Dsystem_info_lib.py83 with gfile.GFile('/proc/self/status', 'rb') as fh:
107 gfile.GFile(f, 'r').readline().rstrip()
Drun_and_gather_logs.py95 gfile.GFile(output_path + ".json", "w").write(json_test_results)
Drun_and_gather_logs_lib.py92 content = gfile.GFile(f, "rb").read()
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
Dprojector_api_test.py50 with gfile.GFile(os.path.join(temp_dir, 'projector_config.pbtxt')) as f:
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/examples/
Dcompute_rf.py66 f = gfile.GFile('%s' % cmd_args.output_path, 'w')
/external/tensorflow/tensorflow/lite/python/
Dcreate_custom_op.py65 with gfile.GFile(filename, "rb") as f:
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_simple_text_embedding.py41 with tf.io.gfile.GFile(vocabulary_file, "w") as f:
/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer_tool.py42 with gfile.GFile(FLAGS.input) as input_file:

12