Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp392 struct ReLUClass : public torch::CustomClassHolder { struct
393 at::Tensor run(const at::Tensor& t) { in run()