Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dkernel.h508 class TypedKernel : public KernelBase {
513 explicit TypedKernel(StreamExecutor *parent) : KernelBase(parent) {}
517 TypedKernel(StreamExecutor *parent, internal::KernelInterface *implementation)
598 SE_DISALLOW_COPY_AND_ASSIGN(TypedKernel);
718 struct KernelParamsOk<TypedKernel<Params...>, Args...> {
Dstream_executor_pimpl.h457 port::StatusOr<std::unique_ptr<TypedKernel<Args...>>> CreateTypedKernel(
539 friend class TypedKernel; variable
792 inline port::StatusOr<std::unique_ptr<TypedKernel<Args...>>>
796 auto kernel_base = absl::make_unique<TypedKernel<Args...>>(this); in CreateTypedKernel()
Dstream.h186 const TypedKernel<Params...> &kernel, Args... args);
2120 const TypedKernel<Params...> &kernel, in ThenLaunch()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator.cc554 se::TypedKernel<se::DeviceMemory<ElementT>, se::DeviceMemory<ElementT>,
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc176 TypedKernel<DeviceMemory<uint8>, uint8, uint64, DeviceMemory<uint64>>;