/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | N5.txt | 3 07-30 19:27:05.154 20903-21523/com.example.xinyiwang.refocus V/RenderScript﹕ 0xb4aa0000 Launching … 4 07-30 19:27:05.166 20903-21523/com.example.xinyiwang.refocus V/RenderScript﹕ Successfully loaded r… 5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 9 07-30 19:27:06.465 20903-20903/com.example.xinyiwang.refocus D/RefocusFilterd1new﹕ Initialize: 769… 10 07-30 19:27:07.209 20903-20903/com.example.xinyiwang.refocus D/RefocusFilterd1new﹕ UnpackInputImag… 11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | CMakeLists.txt | 27 foreach(example add_person list_people) 28 set(${example}_SRCS ${example}.cc) 29 set(${example}_PROTOS addressbook.proto) 33 protobuf_generate_cpp(${example}_PROTO_SRCS ${example}_PROTO_HDRS ${${example}_PROTOS}) 34 list(APPEND ${example}_SRCS ${${example}_PROTO_SRCS} ${${example}_PROTO_HDRS}) 37 foreach(proto_file ${${example}_PROTOS}) 41 list(APPEND ${example}_SRCS ${generated_files}) 54 set(executable_name ${example}_cpp) 55 add_executable(${executable_name} ${${example}_SRCS} ${${example}_PROTOS})
|
D | README.txt | 1 This directory contains example code that uses Protocol Buffers to manage an 4 example adds a new person to an address book, prompting the user to input 5 the person's information. The list_people example lists people already in the 7 so you can, for example, use add_person_java to create an address book and then 29 We didn't do this automatically because we wanted to keep the example simple. 33 The Go example requires a plugin to the protocol buffer compiler, so it is not 46 To run the example: 53 similar way and can view/modify files created by the Go example and vice
|
D | list_people_test.go | 27 E-mail address: jdoe@example.com 78 E-mail address: john@example.com 83 E-mail address: jack@example.com 87 E-mail address: buck@example.com 93 E-mail address: janet@example.com
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 20 For example, 65 For example, 83 The combination of inputs and expected outputs is called an example for a given model. An example i… 100 # Instantiate an example 104 …nstantiated model. You can explicitly specify the target model, and optionally, the example name by 112 You can add variations to the example so that the test generator can automatically create multiple … 154 …ertain axis, such as L2_NORMALIZATION, SOFTMAX, and CHANNEL_SHUFFLE. For example, consider L2_NORM… 166 Consider the same L2_NORMALIZATION example, we can also create a new model with input/output of 2D … 172 … the converter will do transposition first and then remove the axis. For example, the following co… 206 #### Add variation to example [all …]
|
D | cts_generator.py | 82 args.spec, args.model, args.example, args.test, args.cts, args.log) 245 def DumpCtsExample(example, example_fd): argument 246 print("std::vector<MixedTypedExample>& get_%s() {" % (example.examplesName), file=example_fd) 247 print("static std::vector<MixedTypedExample> %s = {" % (example.examplesName), file=example_fd) 248 for inputFeedDict, outputFeedDict in example.feedDicts: 251 inputs = DumpMixedType(example.model.GetInputs(), inputFeedDict) 252 outputs = DumpMixedType(example.model.GetOutputs(), outputFeedDict) 256 if example.expectedMultinomialDistributionTolerance is not None: 258 example.expectedMultinomialDistributionTolerance, file = example_fd) 261 print("return %s;" % (example.examplesName), file=example_fd) [all …]
|
D | vts_generator.py | 79 args.spec, args.model, args.example, args.test) 270 def generate_vts_test(example, test_file): argument 284 if example.model.hasDynamicOutputShape: 287 test_case_name="DynamicOutputShapeTest" if example.model.hasDynamicOutputShape \ 289 test_name=str(example.testName), 291 create_model_name=str(example.model.createTestFunctionName), 292 is_ignored_name=str(example.model.isIgnoredFunctionName), 293 examples_name=str(example.examplesName), 294 test_dynamic_output_shape=", true" if example.model.hasDynamicOutputShape else "" 296 if example.model.hasDynamicOutputShape:
|
D | spec_visualizer.py | 362 def VisualizeModel(example, fd): argument 363 if varName is not None and not fnmatch.fnmatch(str(example.testName), varName): 364 print(" Skip variation %s" % example.testName) 366 print(" Visualizing variation %s" % example.testName) 367 model = example.model 370 g["name"] = str(example.testName)
|
/frameworks/ml/nn/tools/test_generator/tests/P_implicit_parameter/ |
D | stdout.txt.expect | 48 // Begin of an example 68 }, // End of an example 69 // Begin of an example 89 }, // End of an example 130 // Begin of an example 150 }, // End of an example 151 // Begin of an example 171 }, // End of an example 212 // Begin of an example 232 }, // End of an example [all …]
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | depthwise_conv2d_dilation.mod.py | 35 example = Example({ variable 62 example = Example({ variable 90 example = Example({ variable 117 example = Example({ variable 144 example = Example({ variable
|
D | conv2d_dilation.mod.py | 35 example = Example({ variable 57 example = Example({ variable 86 example = Example({ variable 108 example = Example({ variable 138 example = Example({ variable
|
D | space_to_batch_v1_2.mod.py | 32 example = Example({ variable 50 example = Example({ variable 69 example = Example({ variable 89 example = Example({ variable
|
D | conv2d_v1_2.mod.py | 41 example = Example({ variable 69 example = Example({ variable 97 example = Example({ variable 131 example = Example({ variable 152 example = Example({ variable 160 example = Example({ variable 178 example = Example({ variable 186 example = Example({ variable 205 example = Example({ variable
|
D | cast.mod.py | 56 example = Example({ variable 62 example.AddRelaxed() 93 example = Example({ variable 99 example.AddRelaxed()
|
D | depthwise_conv2d_v1_2.mod.py | 47 example = Example({ variable 80 example = Example({ variable 108 example = Example({ variable 136 example = Example({ variable 164 example = Example({ variable
|
D | space_to_depth_v1_2.mod.py | 31 example = Example({ variable 49 example = Example({ variable 67 example = Example({ variable
|
D | depth_to_space_v1_2.mod.py | 31 example = Example({ variable 49 example = Example({ variable 67 example = Example({ variable
|
D | avg_pool_v1_2.mod.py | 31 example = Example({ variable 59 example = Example({ variable 87 example = Example({ variable 115 example = Example({ variable 133 example = Example({ variable
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_implicit_parameter/ |
D | stdout.txt.expect | 85 // Begin of an example 105 }, // End of an example 106 // Begin of an example 126 }, // End of an example 208 // Begin of an example 228 }, // End of an example 229 // Begin of an example 249 }, // End of an example 331 // Begin of an example 351 }, // End of an example [all …]
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | README.md | 12 example: VtsHalMediaC2V1\_0TargetComponentTest -I software -C c2.android.vorbis.decoder 20 example: VtsHalMediaC2V1\_0TargetAudioDecTest -I software -C c2.android.flac.decoder -P /sdcard/med… 21 example: VtsHalMediaC2V1\_0TargetAudioEncTest -I software -C c2.android.opus.encoder -P /sdcard/med… 29 example: VtsHalMediaC2V1\_0TargetVideoDecTest -I software -C c2.android.avc.decoder -P /sdcard/medi… 30 example: VtsHalMediaC2V1\_0TargetVideoEncTest -I software -C c2.android.vp9.encoder -P /sdcard/medi…
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 17 package com.example.android.rs.vr; 32 import com.example.android.rs.vr.engine.Cube; 33 import com.example.android.rs.vr.engine.Pipeline; 34 import com.example.android.rs.vr.engine.RsBrickedBitMask; 35 import com.example.android.rs.vr.engine.TriData; 36 import com.example.android.rs.vr.engine.VectorUtil; 37 import com.example.android.rs.vr.engine.ViewMatrix; 38 import com.example.android.rs.vr.engine.Volume; 39 import com.example.android.rs.vr.engine.VrPipline1; 40 import com.example.android.rs.vr.engine.VrState;
|
D | VrActivity.java | 17 package com.example.android.rs.vr; 39 import com.example.android.rs.vr.engine.Volume; 40 import com.example.android.rs.vr.engine.VrState; 41 import com.example.android.rs.vr.loaders.Droid; 42 import com.example.android.rs.vr.loaders.Mandelbulb; 43 import com.example.android.rs.vr.loaders.VolumeLoader;
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v40_sip.vcf | 6 TEL;TYPE=HOME:sip:example@example.com
|
D | v21_x_param.vcf | 7 EMAIL;X-cUstomPrOperty:email@example.com 8 EMAIL;CUSTOMPROPERTYWITHOUTX:email2@example.com
|
/frameworks/wilhelm/tests/native-media/ |
D | Android.bp | 4 "src/com/example/nativemedia/NativeMedia.java", 5 "src/com/example/nativemedia/MyGLSurfaceView.java",
|