Home
last modified time | relevance | path

Searched defs:CreateStreamDependency (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.cc104 bool XlaInterpreterExecutor::CreateStreamDependency(Stream *dependent, in CreateStreamDependency() function in stream_executor::interpreter::XlaInterpreterExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.cc193 bool HostExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in stream_executor::host::HostExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor.cc102 bool TpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in tensorflow::tpu::TpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor_test_util.cc44 void CreateStreamDependency(const SP_Device* const device, SP_Stream dependent, in CreateStreamDependency() function
H A Dstream_executor.cc476 bool CreateStreamDependency(Stream* dependent, Stream* other) override { in CreateStreamDependency() function in stream_executor::__anon702966b10111::CStreamExecutor
H A Dstream_executor_test.cc292 TEST_F(StreamExecutorTest, CreateStreamDependency) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc635 bool GpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc767 bool GpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_pimpl.cc791 bool StreamExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in stream_executor::StreamExecutor