Searched defs:AllocatedBytes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ | ||
H A D | window_dataset.cc | 57 int64_t AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anon2a1301800111::Window |
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ | ||
H A D | dataset.h | 981 virtual int64_t AllocatedBytes() const { return 0; } in AllocatedBytes() function |
H A D | tensor.cc | 1042 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor |