/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/ml/nn/tools/test_generator/ |
D | example_generator.py | 42 tg.FileNames.InitializeFileLists(args.spec, args.example) 138 def GetModelStruct(example): argument 141 "main": GetSubgraphStruct(example.model), 142 "referenced": [GetSubgraphStruct(model) for model in example.model.GetReferencedModels()], 143 "isRelaxed": example.model.isRelaxed, 145 example.expectedMultinomialDistributionTolerance, 146 "expectFailure": example.expectFailure, 148 example.model.version if example.model.version is not None else "UNKNOWN"), 151 def DumpExample(example, example_fd): argument 152 assert example.model.compiled [all …]
|
D | spec_visualizer.py | 105 def GetSubgraph(example): argument 119 for op in example.model.operations: 147 for ind, op in enumerate(example.model.operations): 167 for ind, op in enumerate(example.model.operands): 182 def GetConfigurationsInfo(example): argument 184 "relaxed": str(example.model.isRelaxed), 186 "expect failure": str(example.expectFailure), 190 def GetOperandsInfo(example): argument 192 for index, op in enumerate(example.model.operands): 204 def GetOperationsInfo(example): argument [all …]
|
D | README.md | 20 For example, 66 For example, 84 The combination of inputs and expected outputs is called an example for a given model. An example i… 101 # Instantiate an example 105 …nstantiated model. You can explicitly specify the target model, and optionally, the example name by 113 You can add variations to the example so that the test generator can automatically create multiple … 155 …ertain axis, such as L2_NORMALIZATION, SOFTMAX, and CHANNEL_SHUFFLE. For example, consider L2_NORM… 167 Consider the same L2_NORMALIZATION example, we can also create a new model with input/output of 2D … 173 … the converter will do transposition first and then remove the axis. For example, the following co… 201 #### Add variation to example [all …]
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | if_no_value.mod.py | 44 example = Example({x: x_data, y: y_data, z: y_data}) 45 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 46 example.DisableLifeTimeVariation() 47 example.AddVariations(AllTensorsAsInputsConverter()) 48 example.ExpectFailure()
|
D | while_infinite_loop.mod.py | 57 example = Example({n: [0.0], i_out: [0.0]}, model=model) variable 58 example.AddVariations("relaxed", "float16", quant8, quant8_signed) 59 example.DisableLifeTimeVariation() 60 example.ExpectFailure()
|
D | depthwise_conv2d_quant8_signed.mod.py | 35 example = Example({ variable 63 example = Example({ variable 92 example = Example({ variable 120 example = Example({ variable 149 example = Example({ variable 401 example = Example({ variable 435 example = Example({ variable 464 example = Example({ variable 493 example = Example({ variable 523 example = Example({ variable
|
D | if_simple.mod.py | 42 example = Example({x: [x_data], y: y_data, z: z_data}, name=name) 43 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 44 example.AddVariations(AllOutputsAsInternalCoverter())
|
D | if_same_branch_model.mod.py | 43 example = Example({x: [x_data], y: y_data, z: z_data}, name=name) 44 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 45 example.AddVariations(AllOutputsAsInternalCoverter())
|
D | space_to_batch_quant8_signed.mod.py | 150 example = Example({ variable 168 example = Example({ variable 187 example = Example({ variable 207 example = Example({ variable
|
D | if_constant.mod.py | 48 example = Example({ 53 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 54 example.DisableLifeTimeVariation()
|
/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 | 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 | 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_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 | space_to_batch_v1_2.mod.py | 32 example = Example({ variable 50 example = Example({ variable 69 example = Example({ variable 89 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
|
/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 | 13 example: `VtsHalMediaC2V1_0TargetComponentTest -I software -C c2.android.vorbis.decoder` 22 example: `VtsHalMediaC2V1_0TargetAudioDecTest -I software -C c2.android.flac.decoder -P /data/local… 24 example: `VtsHalMediaC2V1_0TargetAudioEncTest -I software -C c2.android.opus.encoder -P /data/local… 33 example: `VtsHalMediaC2V1_0TargetVideoDecTest -I software -C c2.android.avc.decoder -P /data/local/… 35 example: `VtsHalMediaC2V1_0TargetVideoEncTest -I software -C c2.android.vp9.encoder -P /data/local/…
|
/frameworks/ml/nn/runtime/test/specs/V1_3_cts_only/ |
D | if_simple_unknown_dimension.mod.py | 43 example = Example({x: [x_data], y: y_data, z: z_data}, name=name) 44 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 45 example.AddVariations(AllOutputsAsInternalCoverter())
|
D | if_simple_unknown_rank.mod.py | 43 example = Example({x: [x_data], y: y_data, z: z_data}, name=name) 44 example.AddVariations("relaxed", "float16", "int32", quant8, quant8_signed) 45 example.AddVariations(AllOutputsAsInternalCoverter())
|
/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;
|