Home
last modified time | relevance | path

Searched refs:MulAdd (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_stop_gradient.py215 class MulAdd(nn.Cell): class
217 super(MulAdd, self).__init__()
230 dx = bprop(MulAdd(), Tensor(np.ones([2, 2]).astype(np.float32)),
358 class MulAdd(nn.Cell): class
360 super(MulAdd, self).__init__()
374 dx = bprop(MulAdd(), Tensor(np.ones([2, 2]).astype(np.float32)),
Dtest_hook.py163 class MulAdd(nn.Cell): class
165 super(MulAdd, self).__init__()
177 mul_add = MulAdd()
/third_party/mindspore/tests/st/networks/
Dtest_cell_bprop.py35 class MulAdd(nn.Cell): class
47 mul_add = MulAdd()
56 self.mul_add = MulAdd()
344 self.mul_add = MulAdd()
/third_party/mindspore/tests/st/pynative/
Dtest_pynative_hook.py126 class MulAdd(nn.Cell): class
194 mul_add = custom_cell.test_custom_cell_function(MulAdd())
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1722 TEST(ReactorUnitTests, MulAdd) in TEST() argument
1729 MulAdd(Short4(0x1aa, 0x2dd, 0x3ee, 0xF422), in TEST()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp1342 Int2 i01 = MulAdd(uv0uv1, *Pointer<Short4>(mipmap + OFFSET(Mipmap, onePitchP))); in computeIndices()
1343 Int2 i23 = MulAdd(uv2uv3, *Pointer<Short4>(mipmap + OFFSET(Mipmap, onePitchP))); in computeIndices()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp1678 uuuu = As<Short4>(MulAdd(uuuu, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1679 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp945 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y);
1072 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y);
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