Searched refs:kBlockIndex (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | interleave_dataset_op.cc | 45 constexpr char kBlockIndex[] = "block_index"; variable 300 writer->WriteScalar(full_name(kBlockIndex), block_index_)); in SaveInternal() 318 reader->ReadScalar(full_name(kBlockIndex), &block_index_)); in RestoreInternal()
|
D | parallel_interleave_dataset_op.cc | 89 constexpr char kBlockIndex[] = "block_index"; variable 498 writer->WriteScalar(prefix(), kBlockIndex, block_index_)); in SaveInternal() 522 reader->ReadScalar(prefix(), kBlockIndex, &block_index_)); in RestoreInternal()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 624 else if (indexType == NArchive::NEventIndexType::kBlockIndex) in ReportOperation() 682 else if (indexType == NArchive::NEventIndexType::kBlockIndex) in ReportExtractResult()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zExtract.cpp | 398 … RINOK(callbackMessage->ReportExtractResult(NEventIndexType::kBlockIndex, folderIndex, resOp)); in Extract()
|
D | 7zUpdate.cpp | 1993 NEventIndexType::kBlockIndex, (UInt32)folderIndex, in Update() 2043 NEventIndexType::kBlockIndex, (UInt32)folderIndex, in Update() 2231 NEventIndexType::kBlockIndex, (UInt32)folderIndex, in Update()
|
/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 97 kBlockIndex, enumerator
|