Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.cc150 mem_alloc_bytes_(0), in StreamExecutor()
499 static_cast<int64_t>(mem_alloc_bytes_ + size) > memory_limit_bytes_) { in Allocate()
502 << " within provided limit. [used=" << mem_alloc_bytes_ in Allocate()
828 mem_alloc_bytes_ += bytes; in CreateAllocRecord()
838 mem_alloc_bytes_ -= mem_allocs_[opaque].bytes; in EraseAllocRecord()
Dstream_executor_pimpl.h760 int64_t mem_alloc_bytes_; variable