Searched defs:allocation_count (Results 1 – 3 of 3) sorted by relevance
60 int64 TestAllocator::allocation_count() const { in allocation_count() function in xla::TestAllocator65 int64 TestAllocator::allocation_count(int device_ordinal) const { in allocation_count() function in xla::TestAllocator
37 unsigned allocation_count() const { return allocation_count_; } in allocation_count() function
7869 static int allocation_count = ALLOC_ALWAYS_SUCCEED; variable