Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp406 struct DummyKernelWithIntParam final : OperatorKernel { struct
407 void operator()(Tensor, int64_t) {} in operator ()()