Home
last modified time | relevance | path

Searched defs:array2d (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/arm-optimized-routines/math/tools/
H A Dremez.jl15 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) function
18 array2d(T, d1, d2) = Array(T, d1, d2) function
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp873 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
924 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Drestsnew.cpp873 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
924 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DFastMathCalc.java619 static void printarray(PrintStream out, String name, int expectedLen, double[][] array2d) { in printarray()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcreststn.c1667 UResourceBundle* array2d=NULL; in testTag() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1671 UResourceBundle* array2d=NULL; in testTag() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Darray_elementwise_ops_test.cc2137 auto array2d = in XLA_TEST_F() local
2152 auto array2d = in XLA_TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp2211 using array2d = std::array<std::array<scalar_t, COL>, ROW>; typedef