Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dasm_compiler.h95 port::StatusOr<std::shared_ptr<TypedKernel<Args...>>> LoadKernelOrGetPtr( in LoadKernelOrGetPtr()
104 std::shared_ptr<TypedKernel<Args...>>>(); in LoadKernelOrGetPtr()
112 std::shared_ptr<TypedKernel<Args...>> loaded, in LoadKernelOrGetPtr()
Dredzone_allocator.cc178 TypedKernel<DeviceMemory<uint8>, uint8, uint64_t, DeviceMemory<uint64_t>>;
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dkernel.h510 class TypedKernel : public KernelBase {
515 explicit TypedKernel(StreamExecutor *parent) : KernelBase(parent) {}
519 TypedKernel(StreamExecutor *parent, internal::KernelInterface *implementation)
600 SE_DISALLOW_COPY_AND_ASSIGN(TypedKernel);
720 struct KernelParamsOk<TypedKernel<Params...>, Args...> {
Dstream_executor_pimpl.h461 port::StatusOr<std::unique_ptr<TypedKernel<Args...>>> CreateTypedKernel(
557 friend class TypedKernel; variable
810 inline port::StatusOr<std::unique_ptr<TypedKernel<Args...>>>
814 auto kernel_base = std::make_unique<TypedKernel<Args...>>(this); in CreateTypedKernel()
Dstream.h192 const TypedKernel<Params...> &kernel, Args... args);
1625 const TypedKernel<Params...> &kernel, in ThenLaunch()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dprecompiled_kernels.cc106 StatusOr<se::TypedKernel<KernelArgs...>*> Get( in Get()
152 std::unique_ptr<se::TypedKernel<KernelArgs...>>>
Dbuffer_comparator.cc603 se::TypedKernel<se::DeviceMemory<ElementT>, se::DeviceMemory<ElementT>,