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.cc44 int64 AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anon8ba9a6530111::WindowDataset
/external/tensorflow/tensorflow/core/framework/
Ddataset.h646 virtual int64 AllocatedBytes() const { return 0; } in AllocatedBytes() function
Dtensor.cc916 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor
Dop_kernel.h258 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function