Home
last modified time | relevance | path

Searched refs:LogSoftmaxFuncOptions (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/api/src/nn/options/
Dactivation.cpp38 LogSoftmaxFuncOptions::LogSoftmaxFuncOptions(int64_t dim) : dim_(dim) {} in LogSoftmaxFuncOptions() function in torch::nn::functional::LogSoftmaxFuncOptions
/external/pytorch/torch/csrc/api/include/torch/nn/options/
Dactivation.h327 struct TORCH_API LogSoftmaxFuncOptions { struct
328 LogSoftmaxFuncOptions(int64_t dim);
/external/pytorch/torch/csrc/api/include/torch/nn/functional/
Dactivation.h338 const LogSoftmaxFuncOptions& options) { in log_softmax()