Searched refs:LogSoftmaxFuncOptions (Results 1 – 3 of 3) sorted by relevance
38 LogSoftmaxFuncOptions::LogSoftmaxFuncOptions(int64_t dim) : dim_(dim) {} in LogSoftmaxFuncOptions() function in torch::nn::functional::LogSoftmaxFuncOptions
327 struct TORCH_API LogSoftmaxFuncOptions { struct328 LogSoftmaxFuncOptions(int64_t dim);
338 const LogSoftmaxFuncOptions& options) { in log_softmax()