Home
last modified time | relevance | path

Searched refs:tensorB (Results 1 – 4 of 4) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_halo_perio.c224 cs_real_t tensorA[3][3], tensorB[3][3]; in _apply_tensor_rotation_ni() local
240 tensorB[i][j] = 0.; in _apply_tensor_rotation_ni()
246 *out11 = tensorB[0][0]; in _apply_tensor_rotation_ni()
247 *out22 = tensorB[1][1]; in _apply_tensor_rotation_ni()
248 *out33 = tensorB[2][2]; in _apply_tensor_rotation_ni()
251 *out12 = tensorB[0][1]; in _apply_tensor_rotation_ni()
252 *out13 = tensorB[0][2]; in _apply_tensor_rotation_ni()
253 *out21 = tensorB[1][0]; in _apply_tensor_rotation_ni()
254 *out23 = tensorB[1][2]; in _apply_tensor_rotation_ni()
255 *out31 = tensorB[2][0]; in _apply_tensor_rotation_ni()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DPlaceholderBindings.cpp51 const auto *tensorB = in compare() local
54 if (!tensorB || !tensorA.isEqual(*tensorB, allowedError, in compare()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DOnnxImporterTest.cpp4341 Tensor tensorB; in importGemm() local
4343 tensorB = Tensor(ElemKind::FloatTy, {4, 3}); in importGemm()
4344 tensorB.getHandle() = {1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4}; in importGemm()
4346 tensorB = Tensor(ElemKind::FloatTy, {3, 4}); in importGemm()
4347 tensorB.getHandle() = {1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4}; in importGemm()
4365 {&tensorA, &tensorB, &tensorC}); in importGemm()
4368 {&tensorA, &tensorB}); in importGemm()
/dports/science/code_saturne/code_saturne-7.1.0/src/gui/
H A Dcs_gui.c1016 double tensorP[3][3], tensorA[3][3], tensorB[3][3]; in _matrix_base_conversion() local
1041 tensorB[i][j] = 0.; in _matrix_base_conversion()
1043 tensorB[i][j] += tensorP[i][k] * tensorA[k][j]; in _matrix_base_conversion()
1063 tensorD[i][j] += tensorB[i][k] * tensorC[k][j]; in _matrix_base_conversion()