Home
last modified time | relevance | path

Searched refs:ExecutorForDevice (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dplatform.cc113 StreamExecutor *from = ExecutorForDevice(i).ValueOrDie(); in GetPeerAccessMap()
114 StreamExecutor *to = ExecutorForDevice(j).ValueOrDie(); in GetPeerAccessMap()
127 StreamExecutor *from = ExecutorForDevice(devices.first).ValueOrDie(); in EnablePeerAccess()
128 StreamExecutor *to = ExecutorForDevice(devices.second).ValueOrDie(); in EnablePeerAccess()
Dplatform.h154 virtual port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) = 0;
/external/tensorflow/tensorflow/stream_executor/cuda/
Dredzone_allocator_test.cc55 StreamExecutor* stream_exec = platform->ExecutorForDevice(0).ValueOrDie(); in TEST()
130 StreamExecutor* stream_exec = platform->ExecutorForDevice(0).ValueOrDie(); in TEST()
Dmemcpy_test.cc29 StreamExecutor* executor = platform->ExecutorForDevice(0).ValueOrDie(); in TEST()
Dcuda_platform.h70 port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) override;
Dcuda_platform.cc149 port::StatusOr<StreamExecutor*> CudaPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::gpu::CudaPlatform
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream_test.cc29 se::StreamExecutor* executor = platform->ExecutorForDevice(0).ValueOrDie(); in TEST()
Dhost_platform.h57 port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) override;
Dhost_platform.cc49 port::StatusOr<StreamExecutor*> HostPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::host::HostPlatform
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_id_utils.h36 return device_manager->ExecutorForDevice(platform_device_id.value()); in ExecutorForPlatformDeviceId()
Ddevice_event_mgr_test.cc112 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST()
121 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST()
443 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in BM_no_ops()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dplatform.h46 port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) override;
Dplatform.cc50 port::StatusOr<StreamExecutor*> XlaInterpreterPlatform::ExecutorForDevice( in ExecutorForDevice() function in stream_executor::interpreter::XlaInterpreterPlatform
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_platform.h70 port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) override;
Drocm_platform.cc112 port::StatusOr<StreamExecutor*> ROCmPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::gpu::ROCmPlatform
/external/tensorflow/tensorflow/core/grappler/
Ddevices.cc92 se::StreamExecutor* se = gpu_platform->ExecutorForDevice(gpu_id).ValueOrDie(); in AvailableGPUMemory()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtransfer_ops.cc84 tpu_platform->ExecutorForDevice(real_device_ordinal)); in RunTransferWithOrdinal()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_platform.h85 StatusOr<::stream_executor::StreamExecutor*> ExecutorForDevice( in ExecutorForDevice() function
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h65 port::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) override;
Dstream_executor_test.cc228 platform->ExecutorForDevice(0); in TEST()
332 cplatform_->ExecutorForDevice(ordinal); in GetExecutor()
Dstream_executor.cc706 port::StatusOr<StreamExecutor*> CPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::CPlatform
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator_test.cc36 stream_exec_(platform_->ExecutorForDevice(0).ValueOrDie()) {} in BufferComparatorTest()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc660 local_client_->platform()->ExecutorForDevice(d).ValueOrDie(); in XLA_TEST_F()
683 se::Stream wrong_stream(wrong_platform->ExecutorForDevice(0).ValueOrDie()); in XLA_TEST_F()
722 ->ExecutorForDevice(local_client_->default_device_ordinal()) in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc314 se::port::StatusOr<se::StreamExecutor*> ExecutorForDevice( in TEST() function in tensorflow::__anonde1592d50111::TEST::FakePlatform
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc308 {client->platform()->ExecutorForDevice(0).ValueOrDie()}); in ReplayComputation()