Searched refs:GetMemorySizeInBytes (Results 1 – 7 of 7) sorted by relevance
47 uint64_t GetMemorySizeInBytes() const { return size_; } in GetMemorySizeInBytes() function
68 uint64_t GetMemorySizeInBytes() const;
359 uint64_t MetalSpatialTensor::GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function in tflite::gpu::metal::MetalSpatialTensor
49 uint64_t GetMemorySizeInBytes() const { return size_; } in GetMemorySizeInBytes() function
76 uint64_t GetMemorySizeInBytes() const;
688 total_memory += t.second.GetMemorySizeInBytes(); in GetSizeOfMemoryAllocatedForIntermediateTensors()691 total_memory += b.GetMemorySizeInBytes(); in GetSizeOfMemoryAllocatedForIntermediateTensors()694 total_memory += t.second.GetMemorySizeInBytes(); in GetSizeOfMemoryAllocatedForIntermediateTensors()
462 uint64_t Tensor::GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function in tflite::gpu::cl::Tensor