Home
last modified time | relevance | path

Searched defs:mat3 (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_contraction.cpp24 Tensor<float, 2, DataLayout> mat3(3, 2); in test_evals() local
109 Tensor<float, 3, DataLayout> mat3(2, 2, 2); in test_multidims() local
259 Tensor<float, 2, DataLayout> mat3(2,2); in test_expr() local
279 Tensor<float, 2, DataLayout> mat3(2, 2); in test_out_of_order_contraction() local
325 Tensor<float, 4, DataLayout> mat3(5, 2, 1, 5); in test_consistency() local
503 Tensor<float, 2, DataLayout> mat3(2,2); in test_const_inputs() local
H A Dcxx11_tensor_expr.cpp92 Tensor<float, 2> mat3(2,3); in test_2d() local
128 Tensor<float, 3> mat3(2,3,7); in test_3d() local
170 Tensor<float, 3> mat3(2,3,7); in test_constants() local
228 Tensor<float, 3> mat3(2,3,7); in test_functors() local
258 Tensor<double, 3> mat3(2,3,7); in test_type_casting() local
H A Dcxx11_tensor_fixed_size.cpp156 TensorFixedSize<float, Sizes<2, 3> > mat3; in test_2d() local
202 TensorFixedSize<float, Sizes<2, 3, 7> > mat3; in test_3d() local
239 TensorFixedSize<float, Sizes<2, 3, 7> > mat3; in test_array() local
H A Dcxx11_tensor_map.cpp88 TensorMap<const Tensor<int, 2> > mat3(mat1.data(), 2, 3); in test_2d() local
132 TensorMap<const Tensor<int, 3> > mat3(mat1.data(), 2, 3, 7); in test_3d() local
176 TensorMap<Tensor<int, 3> > mat3(mat1); in test_from_tensor() local
H A Dcxx11_tensor_assign.cpp95 TensorMap<Tensor<int, 2> > mat3(row_major, 2, 3); in test_2d() local
155 TensorMap<Tensor<int, 3> > mat3(col_major, 2, 3, 7); in test_3d() local
H A Dcxx11_tensor_lvalue.cpp22 Tensor<float, 3> mat3(2,3,7); in test_compound_assignment() local
H A Dcxx11_tensor_forced_eval.cpp28 Tensor<float, 2> mat3(3,3); in test_simple() local
/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dmm_plus_mm.py204 def tuned_mm_plus_mm(mat1, mat2, mat3, mat4, *, layout=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Df32.rs4 mod mat3; module
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpost_grad.py316 def mm_plus_mm(match: Match, mat1, mat2, mat3, mat4): argument
1084 def fused_int_mm_mul(match: Match, mat1, mat2, mat3, out_dtype=None): argument
H A Ddecompose_mem_bound_mm.py123 def repl(mat1, mat2, mat3): argument
/aosp_15_r20/external/eigen/test/
H A Dgeo_orthomethods.cpp37 Matrix3 mat3; in orthomethods_3() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Daffine2.rs227 let mat3 = $mat3::from(m0); localVariable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/math/include/math/
Dmat3.h433 typedef details::TMat33<float> mat3; typedef

123