Home
last modified time | relevance | path

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

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