Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dactivation.h309 struct TORCH_API LogSoftmaxOptions { struct
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dactivation.cpp16 LogSoftmaxOptions::LogSoftmaxOptions(int64_t dim) : dim_(dim) {} in LogSoftmaxOptions() function in torch::nn::LogSoftmaxOptions