Searched refs:GetAllocatedBytes (Results 1 – 3 of 3) sorted by relevance
47 allocated_bytes += GetAllocatedBytes(element); in AllocatedBytes()
568 int64 GetAllocatedBytes(const std::vector<Tensor>& element);761 node_->add_buffered_bytes(-GetAllocatedBytes(element)); in RecordBufferDequeue()770 node_->add_buffered_bytes(GetAllocatedBytes(element)); in RecordBufferEnqueue()
319 int64 GetAllocatedBytes(const std::vector<Tensor>& element) { in GetAllocatedBytes() function