Home
last modified time | relevance | path

Searched defs:LogSoftmax (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dlogsoftmax.cc22 class LogSoftmax : public OpDesc { class
24 LogSoftmax() { in LogSoftmax() function in mindspore::graphkernel::expanders::LogSoftmax
/third_party/mindspore/mindspore-src/source/tests/st/ops/graph_kernel/
Dtest_logsoftmax.py26 class LogSoftmax(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_logsoftmax_op.py50 class LogSoftmax(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_logsoftmax_op.py26 class LogSoftmax(nn.Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dlog_softmax_fp32.c46 void LogSoftmax(const float *input_ptr, float *output_ptr, float *sum_data, int32_t *input_shape, i… in LogSoftmax() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/layer/
Dactivation.py282 class LogSoftmax(Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h1437 LogSoftmax() : BaseOperator(kNameLogSoftmax) {} in LogSoftmax() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/
Dtrt_op_converter.cc837 MS_TRT_CONVERTER_FUNC_REG(LogSoftmax) { in MS_TRT_CONVERTER_FUNC_REG() argument