Home
last modified time | relevance | path

Searched defs:GetAllocatorStats (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h376 virtual absl::optional<AllocatorStats> GetAllocatorStats() { in GetAllocatorStats() function
Dstream_executor_pimpl.cc864 absl::optional<AllocatorStats> StreamExecutor::GetAllocatorStats() { in GetAllocatorStats() function in stream_executor::StreamExecutor
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp79 void GetAllocatorStats(AllocatorStatCounters s) { in GetAllocatorStats() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc224 TpuExecutor::GetAllocatorStats() { in GetAllocatorStats() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc304 absl::optional<AllocatorStats> GetAllocatorStats() override { in GetAllocatorStats() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
Dstream_executor_test.cc409 TEST_F(StreamExecutorTest, GetAllocatorStats) { in TEST_F() argument