Home
last modified time | relevance | path

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

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