Home
last modified time | relevance | path

Searched refs:TypedKernel (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dkernel.h497 class TypedKernel : public KernelBase {
502 explicit TypedKernel(StreamExecutor *parent) : KernelBase(parent) {}
506 TypedKernel(StreamExecutor *parent, internal::KernelInterface *implementation)
587 SE_DISALLOW_COPY_AND_ASSIGN(TypedKernel);
707 struct KernelParamsOk<TypedKernel<Params...>, Args...> {
Dstream_executor_pimpl.h500 friend class TypedKernel; variable
868 const TypedKernel<Params...> &kernel, in ThenLaunch()
Dstream.h172 const TypedKernel<Params...> &kernel, Args... args);