Home
last modified time | relevance | path

Searched defs:StreamExecutor (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor_test.cc34 TEST(StreamExecutor, SuccessfulRegistration) { in TEST() argument
56 TEST(StreamExecutor, NameNotSet) { in TEST() argument
71 TEST(StreamExecutor, InvalidNameWithSemicolon) { in TEST() argument
88 TEST(StreamExecutor, InvalidNameWithSlash) { in TEST() argument
104 TEST(StreamExecutor, CreateDeviceNotSet) { in TEST() argument
120 TEST(StreamExecutor, UnifiedMemoryAllocateNotSet) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_activation.h30 class StreamExecutor; variable
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_activation.h30 class StreamExecutor; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A Dgpu_activation.h30 class StreamExecutor; variable
H A Dgpu_executor.h45 class StreamExecutor; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dtimer.h29 class StreamExecutor; variable
H A Devent.h30 class StreamExecutor; variable
H A Dkernel.h90 class StreamExecutor; variable
H A Dplatform.h34 class StreamExecutor; variable
H A Ddevice_memory.h45 class StreamExecutor; variable
H A Dstream.h74 class StreamExecutor; variable
H A Dstream_executor_pimpl.cc139 StreamExecutor::StreamExecutor( in StreamExecutor() function in stream_executor::StreamExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dxla_executor_state.h31 explicit GpuExecutorXLAState(stream_executor::StreamExecutor *) {} in GpuExecutorXLAState()
H A Dthunk.h100 se::StreamExecutor* /*executor*/) { in Initialize()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_event_mgr.h35 class StreamExecutor; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_defn.h31 class StreamExecutor; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dcompiler.cc102 std::unique_ptr<HloModule> hlo_module, se::StreamExecutor* /*stream_exec*/, in RunHloPasses()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc58 GpuVersion GetGpuVersion(se::StreamExecutor*) override { in GetGpuVersion()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device.cc496 stream->ThenEnqueueOnBackgroundThread([stream, done](se::StreamExecutor*) { in Sync()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc820 std::unique_ptr<HloModule> module, se::StreamExecutor* /*stream_exec*/, in RunHloPasses()