Searched defs:GetAllocatedBytes (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/tfrt/utils/ | ||
D | fallback_tensor.cc | 47 bool GetAllocatedBytes(size_t*) const override { return false; } in GetAllocatedBytes() function in tensorflow::tfrt_stub::__anonf555a6100111::ImmutableTensorBuffer |
/external/tensorflow/tensorflow/core/framework/ | ||
D | tensor.cc | 73 bool TensorBuffer::GetAllocatedBytes(size_t* out_bytes) const { in GetAllocatedBytes() function in tensorflow::TensorBuffer |
D | dataset.cc | 420 int64_t GetAllocatedBytes(const std::vector<Tensor>& element) { in GetAllocatedBytes() function |