Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dlinear.h52 LinearImpl(int64_t in_features, int64_t out_features) in LinearImpl() function
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dlinear.cpp28 LinearImpl::LinearImpl(const LinearOptions& options_) : options(options_) { in LinearImpl() function in torch::nn::LinearImpl