Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_softmax.cc35 auto softmax = std::make_shared<Softmax>(); in TEST_F() local
65 auto softmax = std::make_shared<Softmax>(); in TEST_F() local
95 auto softmax = std::make_shared<Softmax>(); in TEST_F() local
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dmulti_head_attention_fusion.cc86 auto softmax = VectorRef({is_softmax, q2k_normed_masked}); in DefineMPWithMaskPattern() local
219 auto softmax = VectorRef({is_softmax, query_mul_key}); in DefineMPWithoutMaskPattern() local
/third_party/mindspore/mindspore/explainer/
D_operators.py239 def softmax(axis: int = -1) -> Callable: function
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/
Dsoftmax_info_test.cc31 SoftmaxInfoPtr softmax; variable
/third_party/mindspore/tests/vm_impl/
Dvm_me.py536 def softmax(x, axis=None): function
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph_to_model.cc1043 Softmax softmax{}; in ConvertSoftmax() local
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c381 static void wae5(const float *softmax, const float *el, in wae5()
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto1651 optional uint32 softmax = 4 [default = 0]; field