Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/utils/
Dfallback_tensor.cc47 bool GetAllocatedBytes(size_t*) const override { return false; } in GetAllocatedBytes() function in tensorflow::tfrt_stub::__anonf555a6100111::ImmutableTensorBuffer
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc73 bool TensorBuffer::GetAllocatedBytes(size_t* out_bytes) const { in GetAllocatedBytes() function in tensorflow::TensorBuffer
94 bool GetAllocatedBytes(size_t* out_bytes) const override { in GetAllocatedBytes() function in tensorflow::__anon2f56f8af0111::BufferBase
872 bool Tensor::HostScalarTensorBufferBase::GetAllocatedBytes( in GetAllocatedBytes() function in tensorflow::Tensor::HostScalarTensorBufferBase
906 bool GetAllocatedBytes(size_t* out_bytes) const override { in GetAllocatedBytes() function in tensorflow::SubBuffer
Ddataset.cc420 int64_t GetAllocatedBytes(const std::vector<Tensor>& element) { in GetAllocatedBytes() function