Home
last modified time | relevance | path

Searched defs:ConcatKernel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dmake_boxed_from_unboxed_functor_test.cpp775 struct ConcatKernel final : OperatorKernel { struct
776 explicit ConcatKernel(std::string prefix): prefix_(std::move(prefix)) {} in ConcatKernel() function
778 std::string operator()(const Tensor& tensor1, std::string a, const std::string& b, int64_t c) { in operator ()()
782 std::string prefix_;
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py3786 class ConcatKernel(NopKernel): class