Home
last modified time | relevance | path

Searched refs:GetTotalBytes (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddataset_test.cc59 EXPECT_LE(data::GetTotalBytes(test_case.tensor_factory()), in TEST_P()
62 EXPECT_EQ(data::GetTotalBytes(test_case.tensor_factory()), in TEST_P()
Ddataset.cc372 int64 GetTotalBytes(const std::vector<Tensor>& element) { in GetTotalBytes() function
Ddataset.h784 int64 GetTotalBytes(const std::vector<Tensor>& element);
/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc61 total_bytes += GetTotalBytes(element); in TotalBytes()
Diterator_ops.cc152 metrics::RecordTFDataBytesFetched(GetTotalBytes(*out_tensors)); in GetNext()
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h26 UInt64 GetTotalBytes() const { return FilesSize + AltStreamsSize; } in GetTotalBytes() function
DHashCalc.cpp243 RINOK(callback->SetTotal(dirItems.Stat.GetTotalBytes())); in HashCalc()
/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp41 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
DUpdateCallbackConsole.cpp171 _percent.Completed = st.GetTotalBytes(); in ScanProgress()
DExtractCallbackConsole.cpp49 _percent.Completed = st.GetTotalBytes(); in ScanProgress()