Home
last modified time | relevance | path

Searched refs:GetOrCreateAllocator (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_allocation_test.cc45 TestAllocator* allocator = GetOrCreateAllocator(local_client_->platform()); in XLA_TEST_F()
82 TestAllocator* allocator = GetOrCreateAllocator(local_client_->platform()); in XLA_TEST_F()
Dlocal_client_test_base.cc98 /* static */ TestAllocator* LocalClientTestBase::GetOrCreateAllocator( in GetOrCreateAllocator() function in xla::LocalClientTestBase
159 run_options.set_allocator(GetOrCreateAllocator(local_client_->platform())); in DefaultExecutableRunOptions()
Dlocal_client_test_base.h85 static TestAllocator* GetOrCreateAllocator(se::Platform* platform);
Dtransfer_manager_test.cc58 shape, GetOrCreateAllocator(local_client_->platform()), in AllocateDeviceBuffer()