Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc415 class GPUBFCAllocatorPrivateMethodsTest : public ::testing::Test { class
571 TEST_F(GPUBFCAllocatorPrivateMethodsTest, BinDebugInfo) { TestBinDebugInfo(); } in TEST_F() argument
573 TEST_F(GPUBFCAllocatorPrivateMethodsTest, Log2FloorNonZeroSlow) { in TEST_F() argument
577 TEST_F(GPUBFCAllocatorPrivateMethodsTest, ForceAllowGrowth) { in TEST_F() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h458 friend class GPUBFCAllocatorPrivateMethodsTest; variable