Searched refs:MulAdd (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/tests/ut/python/pynative_mode/ |
D | test_stop_gradient.py | 215 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)),
|
D | test_hook.py | 163 class MulAdd(nn.Cell): class 165 super(MulAdd, self).__init__() 177 mul_add = MulAdd()
|
/third_party/mindspore/tests/st/networks/ |
D | test_cell_bprop.py | 35 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/ |
D | test_pynative_hook.py | 126 class MulAdd(nn.Cell): class 194 mul_add = custom_cell.test_custom_cell_function(MulAdd())
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 1722 TEST(ReactorUnitTests, MulAdd) in TEST() argument 1729 MulAdd(Short4(0x1aa, 0x2dd, 0x3ee, 0xF422), in TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1342 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/ |
D | SamplerCore.cpp | 1678 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/ |
D | Reactor.hpp | 945 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y); 1072 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y);
|
D | LLVMReactor.cpp | 2124 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
|
D | SubzeroReactor.cpp | 2707 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
|