Searched refs:FastGFile (Results 1 – 6 of 6) sorted by relevance
56 class FastGFile(_FileIO): class68 super(FastGFile, self).__init__(name=name, mode=mode)
1 path: "tensorflow.gfile.FastGFile"3 is_instance: "<class \'tensorflow.python.platform.gfile.FastGFile\'>"
4 name: "FastGFile"
91 with gfile.FastGFile(asset_filepath_orig, "w") as f:96 with gfile.FastGFile(ignored_asset, "w") as f:
192 with gfile.FastGFile(filename, 'rb') as f:
167 "with tf.gfile.FastGFile(model_fn, 'rb') as f:\n",