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.cc190 mem_alloc_bytes_(0), in StreamExecutor()
503 mem_alloc_bytes_ + size > memory_limit_bytes_) { in Allocate()
506 << " within provided limit. [used=" << mem_alloc_bytes_ in Allocate()
829 mem_alloc_bytes_ += bytes; in CreateAllocRecord()
840 mem_alloc_bytes_ -= mem_allocs_[opaque].bytes; in EraseAllocRecord()
Dstream_executor_pimpl.h716 int64 mem_alloc_bytes_; variable