Home
last modified time | relevance | path

Searched defs:GetAllocatedBytes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor.cc68 bool TensorBuffer::GetAllocatedBytes(size_t* out_bytes) const { in GetAllocatedBytes() function in tensorflow::TensorBuffer
89 bool GetAllocatedBytes(size_t* out_bytes) const override { in GetAllocatedBytes() function in tensorflow::__anon8c201cc00111::BufferBase
809 bool Tensor::HostScalarTensorBufferBase::GetAllocatedBytes( in GetAllocatedBytes() function in tensorflow::Tensor::HostScalarTensorBufferBase
843 bool GetAllocatedBytes(size_t* out_bytes) const override { in GetAllocatedBytes() function in tensorflow::SubBuffer
Ddataset.cc358 int64 GetAllocatedBytes(const std::vector<Tensor>& element) { in GetAllocatedBytes() function