Searched defs:AllocatedBytes (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ | ||
D | window_dataset.cc | 44 int64 AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anon8ba9a6530111::WindowDataset |
/external/tensorflow/tensorflow/core/framework/ | ||
D | dataset.h | 646 virtual int64 AllocatedBytes() const { return 0; } in AllocatedBytes() function |
D | tensor.cc | 916 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor |
D | op_kernel.h | 258 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function |