Home
last modified time | relevance | path

Searched refs:FormatName (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp198 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile() local
234 printDatum(OS, "format", FormatName); in collectStatsForObjectFile()
/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc107 string FormatName(size_t item_index, size_t tensor_index) const { in FormatName() function in tensorflow::data::__anonaac336970111::CacheDatasetOp::FileDataset
244 string key = dataset()->FormatName(cur_index_, tensor_index++); in GetNextInternal()
478 DCHECK_EQ(key, dataset()->FormatName(cur_index_, i)); in GetNextInternal()
518 reader_.Seek(dataset()->FormatName(cur_index_, 0)); in RestoreInternal()