Home
last modified time | relevance | path

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

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