Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc57 int64 AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anon1e3d86f60111::Window
/external/scudo/standalone/
Dsecondary.h477 uptr AllocatedBytes = 0; variable
/external/tensorflow/tensorflow/core/framework/
Ddataset.h957 virtual int64 AllocatedBytes() const { return 0; } in AllocatedBytes() function
Dtensor.cc976 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor