Home
last modified time | relevance | path

Searched defs:footer_bytes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfixed_length_record_reader_op.cc36 int64_t record_bytes, int64_t footer_bytes, in FixedLengthRecordReader()
166 int64_t header_bytes = -1, record_bytes = -1, footer_bytes = -1, in FixedLengthRecordReaderOp() local
/external/tensorflow/tensorflow/core/kernels/data/
Dfixed_length_record_dataset_op.cc55 int64_t footer_bytes, int64_t buffer_size, in Dataset()
110 Node* footer_bytes = nullptr; in AsGraphDefInternal() local
494 int64_t footer_bytes = -1; in MakeDataset() local
Dfixed_length_record_dataset_op_test.cc33 int64_t footer_bytes, int64_t buffer_size, in FixedLengthRecordDatasetParams()
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py514 footer_bytes=None, argument
604 footer_bytes=None, argument
669 footer_bytes=None, argument
/external/tensorflow/tensorflow/python/ops/
Dio_ops.py513 footer_bytes=None, argument
/external/crosvm/disk/src/
Dcomposite.rs1487 let mut footer_bytes = [0u8; SECTOR_SIZE as usize]; in create_composite_disk_success() localVariable