Home
last modified time | relevance | path

Searched defs:MulAdd (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_hook.py163 class MulAdd(nn.Cell): class
Dtest_stop_gradient.py215 class MulAdd(nn.Cell): class
358 class MulAdd(nn.Cell): class
/third_party/mindspore/tests/st/pynative/
Dtest_pynative_hook.py126 class MulAdd(nn.Cell): class
/third_party/mindspore/tests/st/networks/
Dtest_cell_bprop.py35 class MulAdd(nn.Cell): class
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp2124 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
2305 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
DSubzeroReactor.cpp2707 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
3114 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1722 TEST(ReactorUnitTests, MulAdd) in TEST() argument