Home
last modified time | relevance | path

Searched defs:FixedLengthRecordDataset (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Dreaders.py697 FixedLengthRecordDataset = FixedLengthRecordDatasetV2 variable
701 FixedLengthRecordDataset = FixedLengthRecordDatasetV1 variable
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go16921 func FixedLengthRecordDataset(scope *Scope, filenames tf.Output, header_bytes tf.Output, record_byt… func