Searched defs:AllocatedBytes (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/data/ | ||
| D | window_dataset.cc | 57   int64_t AllocatedBytes() const override {  in AllocatedBytes()  function in tensorflow::data::__anone003808f0111::Window | 
| /external/tensorflow/tensorflow/core/framework/ | ||
| D | dataset.h | 981   virtual int64_t AllocatedBytes() const { return 0; }  in AllocatedBytes()  function | 
| D | tensor.cc | 1042 size_t Tensor::AllocatedBytes() const {  in AllocatedBytes()  function in tensorflow::Tensor |