Home
last modified time | relevance | path

Searched refs:mem_alloc_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc150 mem_alloc_bytes_(0), in StreamExecutor()
489 static_cast<int64>(mem_alloc_bytes_ + size) > memory_limit_bytes_) { in Allocate()
492 << " within provided limit. [used=" << mem_alloc_bytes_ in Allocate()
818 mem_alloc_bytes_ += bytes; in CreateAllocRecord()
828 mem_alloc_bytes_ -= mem_allocs_[opaque].bytes; in EraseAllocRecord()
Dstream_executor_pimpl.h742 int64 mem_alloc_bytes_; variable