Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h374 virtual std::optional<AllocatorStats> GetAllocatorStats() { in GetAllocatorStats() function
H A Dstream_executor_pimpl.cc874 std::optional<AllocatorStats> StreamExecutor::GetAllocatorStats() { in GetAllocatorStats() function in stream_executor::StreamExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor.cc224 TpuExecutor::GetAllocatorStats() { in GetAllocatorStats() function in tensorflow::tpu::TpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor_test_util.cc31 TF_Bool GetAllocatorStats(const SP_Device* const device, in GetAllocatorStats() function
H A Dstream_executor.cc276 absl::optional<AllocatorStats> GetAllocatorStats() override { in GetAllocatorStats() function in stream_executor::__anon702966b10111::CStreamExecutor
H A Dstream_executor_test.cc233 TEST_F(StreamExecutorTest, GetAllocatorStats) { in TEST_F() argument