HomeSort by relevance Sort by last modified time
    Searched refs:deallocation_count (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_allocation_test.cc 68 int64 deallocation_count_before = allocator_->deallocation_count();
70 EXPECT_EQ(deallocation_count_before + 1, allocator_->deallocation_count());
local_client_test_base.h 58 int64 deallocation_count() const;
59 int64 deallocation_count(int device_ordinal) const;
local_client_test_base.cc 77 int64 TestAllocator::deallocation_count() const { function in class:xla::TestAllocator
82 int64 TestAllocator::deallocation_count(int device_ordinal) const { function in class:xla::TestAllocator

Completed in 705 milliseconds