Home
last modified time | relevance | path

Searched refs:example (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DN5.txt3 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/
DCMakeLists.txt27 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})
DREADME.txt1 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
Dlist_people_test.go27 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/
DREADME.md20 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 …]
Dcts_generator.py82 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 …]
Dvts_generator.py79 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:
Dspec_visualizer.py362 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/
Dstdout.txt.expect48 // 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/
Ddepthwise_conv2d_dilation.mod.py35 example = Example({ variable
62 example = Example({ variable
90 example = Example({ variable
117 example = Example({ variable
144 example = Example({ variable
Dconv2d_dilation.mod.py35 example = Example({ variable
57 example = Example({ variable
86 example = Example({ variable
108 example = Example({ variable
138 example = Example({ variable
Dspace_to_batch_v1_2.mod.py32 example = Example({ variable
50 example = Example({ variable
69 example = Example({ variable
89 example = Example({ variable
Dconv2d_v1_2.mod.py41 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
Dcast.mod.py56 example = Example({ variable
62 example.AddRelaxed()
93 example = Example({ variable
99 example.AddRelaxed()
Ddepthwise_conv2d_v1_2.mod.py47 example = Example({ variable
80 example = Example({ variable
108 example = Example({ variable
136 example = Example({ variable
164 example = Example({ variable
Dspace_to_depth_v1_2.mod.py31 example = Example({ variable
49 example = Example({ variable
67 example = Example({ variable
Ddepth_to_space_v1_2.mod.py31 example = Example({ variable
49 example = Example({ variable
67 example = Example({ variable
Davg_pool_v1_2.mod.py31 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/
Dstdout.txt.expect85 // 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/
DREADME.md12 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/
DVrView.java17 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;
DVrActivity.java17 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/
Dv40_sip.vcf6 TEL;TYPE=HOME:sip:example@example.com
Dv21_x_param.vcf7 EMAIL;X-cUstomPrOperty:email@example.com
8 EMAIL;CUSTOMPROPERTYWITHOUTX:email2@example.com
/frameworks/wilhelm/tests/native-media/
DAndroid.bp4 "src/com/example/nativemedia/NativeMedia.java",
5 "src/com/example/nativemedia/MyGLSurfaceView.java",

12345678910>>...19