Home
last modified time | relevance | path

Searched refs:Compute (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp788 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enum
790 std::ostream& operator<<(std::ostream& os, Compute compute) { in operator <<()
798 public ::testing::WithParamInterface<std::tuple<DriverKind, Success, Compute>> {
808 const Compute kCompute;
816 ASSERT_TRUE(kCompute == Compute::ASYNC || kCompute == Compute::FENCED || in TEST_P()
902 case Compute::ASYNC: { in TEST_P()
925 case Compute::SYNC: { in TEST_P()
936 case Compute::BURST: { in TEST_P()
950 case Compute::FENCED: { in TEST_P()
1010 auto expectedTiming = getExpectedTiming(kSuccess, kCompute == Compute::FENCED); in TEST_P()
[all …]
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect1 root_compute_really_bad.rscript:4:5: error: Compute kernel root() is required to return a void type
5 root_compute_really_bad.rscript:4:14: error: Compute kernel root() cannot have non-pointer paramete…
6 root_compute_really_bad.rscript:4:23: error: Compute kernel root() cannot have non-pointer paramete…
7 root_compute_really_bad.rscript:4:33: error: Compute kernel root() cannot have non-pointer paramete…
8 root_compute_really_bad.rscript:4:48: error: Compute kernel root() cannot have non-pointer paramete…
9 root_compute_really_bad.rscript:4:59: error: Compute kernel root() cannot have non-pointer paramete…
10 root_compute_really_bad.rscript:4:5: error: Compute kernel root() must have at least one parameter …
11 root_compute_really_bad.rscript:10:44: error: Compute kernel root2() can only have one non-const po…
17 root_compute_really_bad.rscript:15:31: error: Compute kernel root_kernel() cannot have parameter 'a…
/frameworks/ml/nn/tools/systrace_parser/parser/test/
Domr1.txt6 …Initialization Preparation Compilation I/O Compute Results Ex. total …
21 …Initialization Preparation Compilation I/O Compute Results Ex. total …
36 …Initialization Preparation Compilation I/O Compute Results Ex. total …
51 …Initialization Preparation Compilation I/O Compute Results Ex. total …
66 …Initialization Preparation Compilation I/O Compute Results Ex. total …
Dunittest.txt6 …Initialization Preparation Compilation I/O Compute Results Ex. total …
21 …Initialization Preparation Compilation I/O Compute Results Ex. total …
Dhdrnet-bm.txt6 I/O Compute Results Total Percentage
Dhdrnet.txt6 …Initialization Preparation Compilation I/O Compute Results Ex. total …
Dold.txt6 …Initialization Preparation Compilation I/O Compute Results Ex. total …
Dcpu.txt6 …Initialization Preparation Compilation I/O Compute Results Ex. total …
/frameworks/compile/slang/tests/F_kernel_ptr_param/
Dstderr.txt.expect1 kernel_ptr_param.rscript:4:26: error: Compute kernel root() cannot have parameter 'i' of pointer ty…
2 kernel_ptr_param.rscript:7:30: error: Compute kernel voidptr() cannot have parameter 'v' of pointer…
/frameworks/compile/slang/tests/F_root_compute_int_in/
Dstderr.txt.expect1 root_compute_int_in.rscript:4:21: error: Compute kernel root() cannot have non-pointer parameters b…
2 root_compute_int_in.rscript:4:6: error: Compute kernel root() must have at least one parameter for …
/frameworks/compile/slang/tests/F_kernel_noattr/
Dstderr.txt.expect1 kernel_noattr.rscript:4:5: error: Compute kernel root() is required to return a void type
2 kernel_noattr.rscript:4:5: error: Compute kernel root() must have at least one parameter for in or …
/frameworks/compile/slang/tests/F_kernel_ptr_ret_val/
Dstderr.txt.expect1 kernel_ptr_ret_val.rscript:4:1: error: Compute kernel root() cannot return a pointer type: 'int *'
/frameworks/compile/slang/tests/F_root_compute_non_void_ret/
Dstderr.txt.expect1 root_compute_non_void_ret.rscript:4:5: error: Compute kernel root() is required to return a void ty…
/frameworks/compile/slang/tests/F_root_11_ox/
Dstderr.txt.expect1 root_11_ox.rscript:5:6: error: Compute kernel root() targeting SDK levels 11-13 may not skip parame…
/frameworks/compile/slang/tests/F_kernel_16/
Dstderr.txt.expect1 kernel_16.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by…
/frameworks/compile/slang/tests/F_root_compute_non_const_usrData/
Dstderr.txt.expect1 root_compute_non_const_usrData.rscript:4:44: error: Compute kernel root() can only have one non-con…
/frameworks/compile/slang/tests/F_kernel_badsig/
Dstderr.txt.expect1 kernel_badsig.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-22 must have at le…
/frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/
Dstderr.txt.expect1 root_compute_non_ptr_usrData.rscript:4:48: error: Compute kernel root() cannot have non-pointer par…
/frameworks/rs/script_api/
Drs_vector_math.spec72 Compute the distance between two points.
233 Compute the approximate length of a vector.
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold_half.rscript35 // Compute gaussian weights for the blur
Dthreshold.rscript35 // Compute gaussian weights for the blur
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rscript35 // Compute gaussian weights for the blur
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rscript35 // Compute gaussian weights for the blur
/frameworks/rs/script_api/include/
Drs_vector_math.rsh65 * Compute the distance between two points.
320 * Compute the approximate length of a vector.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_d1new_helper.rsh40 //Compute layer matte using global allocation

12