Home
last modified time | relevance | path

Searched defs:AllocatedBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dwindow_dataset.cc57 int64_t AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anon2a1301800111::Window
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h981 virtual int64_t AllocatedBytes() const { return 0; } in AllocatedBytes() function
H A Dtensor.cc1042 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor