/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | LatencyResult.java | 74 public LatencyResult(Parcel in) { in LatencyResult() argument 75 mTotalTimeSec = in.readFloat(); in LatencyResult() 76 mIterations = in.readInt(); in LatencyResult() 77 mTimeStdDeviation = in.readFloat(); in LatencyResult() 78 mTimeFreqStartSec = in.readFloat(); in LatencyResult() 79 mTimeFreqStepSec = in.readFloat(); in LatencyResult() 80 int timeFreqSecLength = in.readInt(); in LatencyResult() 82 in.readFloatArray(mTimeFreqSec); in LatencyResult() 103 public LatencyResult createFromParcel(Parcel in) { 104 return new LatencyResult(in);
|
D | BenchmarkResult.java | 107 protected BenchmarkResult(Parcel in) { in BenchmarkResult() argument 108 mLatencyInference = in.readParcelable(LatencyResult.class.getClassLoader()); in BenchmarkResult() 109 mLatencyCompileWithoutCache = in.readParcelable(LatencyResult.class.getClassLoader()); in BenchmarkResult() 110 mLatencySaveToCache = in.readParcelable(LatencyResult.class.getClassLoader()); in BenchmarkResult() 111 mLatencyPrepareFromCache = in.readParcelable(LatencyResult.class.getClassLoader()); in BenchmarkResult() 112 mSumOfMSEs = in.readFloat(); in BenchmarkResult() 113 mMaxSingleError = in.readFloat(); in BenchmarkResult() 114 mTestInfo = in.readString(); in BenchmarkResult() 115 mNumberOfEvaluatorResults = in.readInt(); in BenchmarkResult() 117 in.readStringArray(mEvaluatorKeys); in BenchmarkResult() [all …]
|
/test/mlts/benchmark/ |
D | README.txt | 4 you may not use this file except in compliance with the License. 9 Unless required by applicable law or agreed to in writing, software 20 Models and datasets used description and licensing can be found in 37 in corner case conditions. 39 To run the tests use the specific targets available in the build_and_run_benchmark.sh script. 40 By default, every test gets run on each available accelerator in isolation. It is possible to filte… 50 executed in parallel. Tests are running in a separate process so crashes can be detected and 53 * parallel-inference-stress-in-process: same as parallel-inference-stress but the tests are running 54 in the same process of the test so in case of crash the testing app will crash too 62 on a single model in multiple processes and threads with different probabilities in client process [all …]
|
D | LICENSE | 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work 38 (an example is provided in the Appendix below). 40 "Derivative Works" shall mean any work, whether in Source or Object 51 submitted to Licensor for inclusion in the Work by the copyright owner 60 designated in writing by the copyright owner as "Not a Contribution." 71 Work and such Derivative Works in Source or Object form. 76 (except as stated in this section) patent license to make, have made, 83 cross-claim or counterclaim in a lawsuit) alleging that the Work 90 Work or Derivative Works thereof in any medium, with or without [all …]
|
/test/cts-root/ |
D | README.md | 6 Note that the name of this suite in the build system is CTS_ROOT (with an 8 `cts_root` in their test_suites to be included. 10 However in tradefed the name is cts-root (with a hyphen), so use
|
/test/cts-root/tests/ |
D | README.md | 1 This is the default directory for device-side tests in the cts-root test suite. 3 Host-side tests should be placed in the cts-root/hostsidetests directory.
|
/test/cts-root/hostsidetests/ |
D | README.md | 1 This is the default directory for host-side tests in the cts-root test suite. 2 Device-side tests should be placed in the cts-root/tests directory.
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 20 and certain other rights specified in the public license below. The 26 permission to use material in ways otherwise restricted by 48 rights in the material. A licensor may make special requests, 63 granted the Licensed Rights in consideration of Your acceptance of 64 these terms and conditions, and the Licensor grants You such rights in 73 and in which the Licensed Material is translated, altered, 74 arranged, transformed, or otherwise modified in a manner requiring 79 synched in timed relation with a moving image. 82 and Similar Rights in Your contributions to Adapted Material in 90 specified in Section 2(b)(1)-(2) are not Copyright and Similar [all …]
|
/test/mlts/models/ |
D | LICENSE | 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work 38 (an example is provided in the Appendix below). 40 "Derivative Works" shall mean any work, whether in Source or Object 51 submitted to Licensor for inclusion in the Work by the copyright owner 60 designated in writing by the copyright owner as "Not a Contribution." 71 Work and such Derivative Works in Source or Object form. 76 (except as stated in this section) patent license to make, have made, 83 cross-claim or counterclaim in a lawsuit) alleging that the Work 90 Work or Derivative Works thereof in any medium, with or without [all …]
|
/test/dittosuite/ |
D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 39 (an example is provided in the Appendix below). 41 "Derivative Works" shall mean any work, whether in Source or Object 52 submitted to Licensor for inclusion in the Work by the copyright owner 61 designated in writing by the copyright owner as "Not a Contribution." 72 Work and such Derivative Works in Source or Object form. 77 (except as stated in this section) patent license to make, have made, 84 cross-claim or counterclaim in a lawsuit) alleging that the Work 91 Work or Derivative Works thereof in any medium, with or without [all …]
|
D | Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 30 # This tag specifies the encoding used for all characters in the configuration 41 # project for which the documentation is generated. This name is used in the 42 # title of most generated pages and in a few other places. 60 # in the documentation. The maximum height of the logo should not exceed 55 74 # sub-directories (in 2 levels) under the output directory of each output format 77 # putting all generated files in the same directory would otherwise causes 86 # level increment doubles the number of directories, resulting in 4096 88 # sub-directories are organized in 2 levels, the first level always has a fixed 96 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|
D | README.md | 3 Dittosuite is a work in progress collection of tools that aims at providing 79 instructions similar to `main`, but the results are not collected in the end. 90 are not collected in the end. 167 (or instruction sets) in different threads. If the optional `spawn` option for a specific 196 See more examples in `example/`. 243 - `int64 size` - New file size (in bytes). 248 randomly generated in the provided range and if the generated size is greater 254 - `int64 min` - Minimum value (in bytes) 255 - `int64 max` - Maximum value (in bytes) 274 - (optional) `int64 size` (`default = -1`) - How much data (in bytes) should be written in total. [all …]
|
/test/vts/tools/vts-core-tradefed/ |
D | README | 9 It works in a similar manner to the prior VTS harness, but with much 14 - supports sharding a VTS test run across multiple devices in parallel 20 1. Ensure 'adb' is in your current PATH. adb can be found in the 26 2. Follow the 'Setting up your device' steps documented in the VTS User Manual. 80 be forthcoming in the near future.
|
/test/cts-root/tests/bionic/ |
D | README.md | 4 actual gtests themselves are in bionic/tests/. 6 See also cts/tests/tests/bionic_app for tests of libc functions in an
|
/test/vts-testcase/vndk/golden/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 35 cmd: "$(location extract_lsdump) $(in) $(out)",
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | README.md | 5 1. plug in the Loopback dongle to your device. 13 * Which version of Loopback.apk is used in the test? 14 …The Loopback.apk used in this test is Loopback-v17 copied from https://tradefed.teams.x20web.corp.…
|
/test/app_compat/csuite/pylib/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 17 // which is defined in an external Makefile that Soong can't depend on. 21 // dependencies in the tools attribute when we should be using the 'srcs'
|
/test/catbox/tools/catbox-tradefed/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 36 full_name: "Complete Automotive Test in a Box",
|
/test/suite_harness/common/host-side/tradefed/tests/res/testdata/ |
D | log_1.qpa | 11 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">… 27 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">… 39 …<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">…
|
/test/cts-root/tests/permission/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 32 // TODO(b/326241209): @TestApi isn't supported in system server right now.
|
/test/app_compat/csuite/ |
D | pylintrc | 2 # best-practices and style described in the Google Python style guide: 46 # multiple time (only on the command line, not in the configuration file where 52 # option multiple times (only on the command line, not in the configuration 81 implicit-str-concat-in-sequence, 136 unpacking-in-except, 151 # Put messages in a separate file for each module / package specified on the 153 # written in a file name "pylint_global.[txt|html]". This option is deprecated 154 # and it will be removed in Pylint 2.0. 237 # Tells whether missing members accessed in mixin class should be ignored. A 276 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}. [all …]
|
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/test/vts-testcase/hal/treble/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 10 // Unless required by applicable law or agreed to in writing, software
|
/test/vts/vndk_utils/library/elf/testing/ |
D | test-relr.s | 5 # you may not use this file except in compliance with the License. 10 # Unless required by applicable law or agreed to in writing, software
|
/test/cts-root/tests/permission/apps/CtsRootPermissionSignaturePermissionAllowlistNormalApp/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|