Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dactivation.h397 struct TORCH_API ReLU6Options { struct
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dactivation.cpp20 ReLU6Options::ReLU6Options(bool inplace) : inplace_(inplace) {} in ReLU6Options() function in torch::nn::ReLU6Options