Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_activation.h30 class StreamExecutor; variable
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_activation.h30 class StreamExecutor; variable
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_activation.h30 class StreamExecutor; variable
/external/tensorflow/tensorflow/stream_executor/
Dtimer.h29 class StreamExecutor; variable
Devent.h30 class StreamExecutor; variable
Dplatform.h35 class StreamExecutor; variable
Dkernel.h90 class StreamExecutor; variable
Ddevice_memory.h45 class StreamExecutor; variable
Dstream.h75 class StreamExecutor; variable
Dstream_executor_pimpl.cc139 StreamExecutor::StreamExecutor( in StreamExecutor() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.h35 class StreamExecutor; variable
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_defn.h31 class StreamExecutor; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_transfer_manager.cc117 se::StreamExecutor* /*executor*/, MutableBorrowingLiteral literal) { in TransferLiteralFromOutfeed()
Dthunk.h99 se::StreamExecutor* /*executor*/) { in Initialize()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc97 std::unique_ptr<HloModule> hlo_module, se::StreamExecutor* /*stream_exec*/, in RunHloPasses()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc210 TEST(StreamExecutor, SuccessfulRegistration) { in TEST() argument
232 TEST(StreamExecutor, NameNotSet) { in TEST() argument
247 TEST(StreamExecutor, InvalidNameWithSemicolon) { in TEST() argument
264 TEST(StreamExecutor, InvalidNameWithSlash) { in TEST() argument
280 TEST(StreamExecutor, CreateDeviceNotSet) { in TEST() argument
296 TEST(StreamExecutor, UnifiedMemoryAllocateNotSet) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc56 GpuVersion GetGpuVersion(se::StreamExecutor*) override { in GetGpuVersion()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc466 stream->ThenEnqueueOnBackgroundThread([stream, done](se::StreamExecutor*) { in Sync()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc575 std::unique_ptr<HloModule> module, se::StreamExecutor* /*stream_exec*/, in RunHloPasses()