Searched defs:Launch (Results 1 - 8 of 8) sorted by relevance

/external/webp/src/utils/
H A Dthread_utils.h62 void (*Launch)(WebPWorker* const worker); member in struct:__anon30472
63 // This function is similar to Launch() except that it calls the
H A Dthread_utils.c312 static void Launch(WebPWorker* const worker) { function
341 Init, Reset, Sync, Launch, Execute, End
347 winterface->Sync == NULL || winterface->Launch == NULL ||
/external/pdfium/core/fpdfdoc/
H A Dcpdf_action.h23 Launch, enumerator in enum:CPDF_Action::ActionType
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc209 void Launch(VPxWorker *const worker) { Execute(worker); } function in namespace:__anon12726::impl
216 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
/external/tensorflow/tensorflow/stream_executor/
H A Dstream_executor_internal.h167 virtual bool Launch(Stream *stream, const ThreadDim &thread_dims, function in class:perftools::gputools::internal::StreamExecutorInterface
H A Dstream_executor_pimpl.cc425 bool StreamExecutor::Launch(Stream *stream, const ThreadDim &thread_dims, function in class:perftools::gputools::StreamExecutor
432 return implementation_->Launch(stream, thread_dims, block_dims, kernel, args);
/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_matmul_op_impl.h85 // done at the end of LaunchBatchMatMul<CPUDevice, Scalar>::Launch().
201 static void Launch(OpKernelContext* context, const Tensor& in_x, function in struct:tensorflow::LaunchBatchMatMul
290 static void Launch(OpKernelContext* context, const Tensor& in_x, function in struct:tensorflow::LaunchBatchMatMul
430 static void Launch(OpKernelContext* context, const Tensor& in_x, function in struct:tensorflow::LaunchBatchMatMul
500 LaunchBatchMatMul<Device, Scalar>::Launch(ctx, in0_reshaped, in1_reshaped,
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_gpu_executor.cc350 bool CUDAExecutor::Launch(Stream *stream, const ThreadDim &thread_dims, function in class:perftools::gputools::cuda::CUDAExecutor

Completed in 336 milliseconds