tf.train.match_filenames_once

tf.train.match_filenames_once

tf.train.match_filenames_once

match_filenames_once(
    pattern,
    name=None
)

Defined in tensorflow/python/training/input.py.

See the guide: Inputs and Readers > Input pipeline

Save the list of files matching pattern, so it is only computed once.

Args:

  • pattern: A file pattern (glob), or 1D tensor of file patterns.
  • name: A name for the operations (optional).

Returns:

A variable that is initialized to the list of files matching the pattern(s).

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/train/match_filenames_once

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部