Home
last modified time | relevance | path

Searched defs:reduce_to_end (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dreduce_fp32_tests.cc72 bool reduce_to_end, float coeff) { in Prepare()
115 bool reduce_to_end = false; in TEST_F() local
142 bool reduce_to_end = true; in TEST_F() local
170 bool reduce_to_end = false; in TEST_F() local
196 bool reduce_to_end = false; in TEST_F() local
223 bool reduce_to_end = false; in TEST_F() local
252 bool reduce_to_end = true; in TEST_F() local
280 bool reduce_to_end = false; in TEST_F() local
305 bool reduce_to_end = true; in TEST_F() local
332 bool reduce_to_end = false; in TEST_F() local
[all …]
/third_party/mindspore/mindspore/core/ops/fusion/
Dreduce_fusion.cc36 void ReduceFusion::set_reduce_to_end(const bool reduce_to_end) { in set_reduce_to_end()
66 void ReduceFusion::Init(const bool keep_dims, const ReduceMode mode, const bool reduce_to_end, cons… in Init()
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir.cc2886 …ndIR_ReduceFusion_CreatePrimitive(bool keep_dims, ReduceMode mode, bool reduce_to_end, float coeff… in MindIR_ReduceFusion_CreatePrimitive()
2975 void MindIR_ReduceFusion_SetReduceToEnd(PrimitivePtr *primitive, bool reduce_to_end) { in MindIR_ReduceFusion_SetReduceToEnd()