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