Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/tools/
Dremez.jl15 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) function
18 array2d(T, d1, d2) = Array(T, d1, d2) function
/external/llvm-project/libc/AOR_v20.02/math/tools/
Dremez.jl16 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) function
19 array2d(T, d1, d2) = Array(T, d1, d2) function
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp871 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
922 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1667 UResourceBundle* array2d=NULL; in testTag() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc2108 auto array2d = in XLA_TEST_F() local
2123 auto array2d = in XLA_TEST_F() local