Home
last modified time | relevance | path

Searched defs:thread_dims (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc298 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
353 const ThreadDim& thread_dims, in CalculateOccupancy()
363 const ThreadDim& thread_dims, in CompareOccupancy()
422 const ThreadDim& thread_dims, in VlogOccupancyInfo()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc441 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
482 const ThreadDim& thread_dims, in VlogOccupancyInfo()
526 const ThreadDim& thread_dims, in CalculateOccupancy()
543 const ThreadDim& thread_dims, in CompareOccupancy()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dtrace_listener.h49 virtual void LaunchSubmit(Stream* stream, const ThreadDim& thread_dims, in LaunchSubmit()
H A Dstream_executor_internal.h187 virtual port::Status Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
H A Dstream.h1623 inline port::Status Stream::ThenLaunch(ThreadDim thread_dims, in ThenLaunch()
H A Dstream_executor_pimpl.cc475 const ThreadDim& thread_dims, in Launch()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.h57 port::Status Launch(Stream* stream, const ThreadDim& thread_dims, in Launch()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.h63 port::Status Launch(Stream *stream, const ThreadDim &thread_dims, in Launch()