Home | History | Annotate | Download | only in ops

Lines Matching refs:buffer_size

37   def __init__(self, filenames, compression_type=None, buffer_size=None):
44 buffer_size: (Optional.) A `tf.int64` scalar denoting the number of bytes
57 "buffer_size", buffer_size, _DEFAULT_READER_BUFFER_SIZE_BYTES)
80 def __init__(self, filenames, compression_type=None, buffer_size=None):
87 buffer_size: (Optional.) A `tf.int64` scalar representing the number of
100 "buffer_size",
101 buffer_size,
130 buffer_size=None):
141 buffer_size: (Optional.) A `tf.int64` scalar representing the number of
155 "buffer_size", buffer_size, _DEFAULT_READER_BUFFER_SIZE_BYTES)