Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc60 int64 TestAllocator::allocation_count() const { in allocation_count() function in xla::TestAllocator
65 int64 TestAllocator::allocation_count(int device_ordinal) const { in allocation_count() function in xla::TestAllocator
/external/v8/src/profiler/
Dallocation-tracker.h37 unsigned allocation_count() const { return allocation_count_; } in allocation_count() function
/external/expat/tests/
Druntests.c7869 static int allocation_count = ALLOC_ALWAYS_SUCCEED; variable