Home
last modified time | relevance | path

Searched refs:get_allocator_stats (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc57 TF_Bool get_allocator_stats(const SP_Device* const device, in get_allocator_stats() function
123 se->get_allocator_stats = get_allocator_stats; in PopulateDefaultStreamExecutor()
410 se_.get_allocator_stats = [](const SP_Device* const device, in TEST_F()
Dstream_executor.h273 TF_Bool (*get_allocator_stats)(const SP_Device* device, member
Dstream_executor.cc150 VALIDATE_MEMBER(SP_StreamExecutor, se, get_allocator_stats); in ValidateSPStreamExecutor()
307 stream_executor_->get_allocator_stats(&device_, &c_stats); in GetAllocatorStats()