Home
last modified time | relevance | path

Searched defs:OperatorHandle (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/aten/src/ATen/core/boxing/impl/
Dkernel_stackbased_test.cpp21 void errorKernel(const OperatorHandle&, Stack* stack) { in errorKernel()
25 void incrementKernel(const OperatorHandle&, Stack* stack) { in incrementKernel()
31 void decrementKernel(const OperatorHandle&, Stack* stack) { in decrementKernel()
129 void kernelWithoutInputs(const OperatorHandle&, Stack*) { in kernelWithoutInputs()
148 void kernelWithoutTensorInputs(const OperatorHandle&, Stack* stack) { in kernelWithoutTensorInputs()
167 void kernelForSchemaInference(const OperatorHandle&, Stack* stack) { in kernelForSchemaInference()
Dmake_boxed_from_unboxed_functor.h16 class OperatorHandle; variable
/external/pytorch/aten/src/ATen/core/dispatch/
DDispatcher.h37 class TORCH_API OperatorHandle; variable
90 friend class OperatorHandle; variable
490 explicit OperatorHandle(std::list<Dispatcher::OperatorDef>::iterator operatorIterator) in OperatorHandle() function
542 friend class OperatorHandle; variable
/external/pytorch/aten/src/ATen/core/boxing/
DKernelFunction.h15 class OperatorHandle; variable
DBoxedKernel.h12 class OperatorHandle; variable
DKernelFunction_test.cpp36 void boxed_func_with_return(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_with_return()
46 void boxed_func_without_return(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_without_return()
55 void boxed_func_with_multi_return(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_with_multi_return()
120 void boxed_func_for_inplace_op(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_for_inplace_op()
136 void boxed_func_for_outofplace_op(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_for_outofplace_op()
152 void boxed_func_for_outofplace_multi_op(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_for_outofplace_multi_op()
DKernelFunction.cpp13 void fallthrough_kernel(OperatorKernel*, const OperatorHandle&, DispatchKeySet, Stack*) { in fallthrough_kernel()
/external/pytorch/aten/src/ATen/
Drecord_function.h15 class TORCH_API OperatorHandle; variable
/external/pytorch/c10/core/impl/
DPyInterpreter.h19 class OperatorHandle; variable
/external/pytorch/aten/src/ATen/core/op_registration/
Dop_registration_test.cpp305 void stackBasedKernel(const OperatorHandle&, c10::Stack* stack) { in stackBasedKernel()