Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DDirItem.h26 UInt64 GetTotalBytes() const { return FilesSize + AltStreamsSize; } in GetTotalBytes() function
/external/tensorflow/tensorflow/core/framework/
Ddataset.cc434 int64_t GetTotalBytes(const std::vector<Tensor>& element) { in GetTotalBytes() function