Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h226 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function
Dtensor.cc866 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor