/frameworks/ml/nn/runtime/test/specs/ |
conv_quant8.mod.py | 26 # output dimension: 28 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 1}, 1.f, 0") variable 31 stride, act).To(output) 40 output: # output 0
|
conv_quant8_channels.mod.py | 24 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 1, 1, 3}, 1.0, 0") variable 26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 32 output0 = {output: # output 0
|
conv_quant8_channels_weights_as_inputs.mod.py | 24 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 1, 1, 3}, 1.0, 0") variable 26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 38 output0 = {output: # output 0
|
conv_quant8_large.mod.py | 24 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 2, 3, 3}, 1.0, 0") variable 26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 33 output0 = {output: # output 0
|
conv_quant8_large_weights_as_inputs.mod.py | 24 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 2, 3, 3}, 1.0, 0") variable 26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 39 output0 = {output: # output 0
|
conv_quant8_overflow.mod.py | 24 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 2, 3, 3}, 1.0, 0") variable 26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 33 output0 = {output: # output 0
|
conv_quant8_overflow_weights_as_inputs.mod.py | 24 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 2, 3, 3}, 1.0, 0") variable 26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 39 output0 = {output: # output 0
|
conv_quant8_weights_as_inputs.mod.py | 24 # output dimension: 26 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 1}, 1.f, 0") variable 28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output) 38 output0 = {output: # output 0
|
depthwise_conv2d_float.mod.py | 25 output = Output("op4", "TENSOR_FLOAT32", "{1, 2, 2, 4}") variable 31 cm, act).To(output) 44 output0 = {output: # output 0
|
depthwise_conv2d_float_large.mod.py | 25 output = Output("op4", "TENSOR_FLOAT32", "{1, 1, 1, 2}") variable 31 cm, act).To(output) 40 output0 = {output: # output 0
|
depthwise_conv2d_float_large_2.mod.py | 25 output = Output("op4", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable 31 cm, act).To(output) 42 output0 = {output: # output 0
|
depthwise_conv2d_quant8.mod.py | 25 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1,1,1,2}, 1.f, 0") variable 31 cm, act).To(output) 37 output0 = {output: # output 0
|
depthwise_conv2d_quant8_large.mod.py | 25 output = Output("op4", "TENSOR_QUANT8_ASYMM", "{1, 1, 1, 2}, 1.f, 0") variable 31 cm, act).To(output) 37 output0 = {output: # output 0
|
lsh_projection.mod.py | 28 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash * num_bits)) variable 30 type_param).To(output) 37 output0 = {output: [1, 1, 1, 0, 1, 1, 1, 0]}
|
lsh_projection_2.mod.py | 28 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash)) variable 30 type_param).To(output) 39 output0 = {output: [1, 2, 2, 0]}
|
lsh_projection_weights_as_inputs.mod.py | 27 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash * num_bits)) variable 28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output) 36 output0 = {output: [1, 1, 1, 0, 1, 1, 1, 0]}
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
xsgetn.pass.cpp | 38 char output[sizeof(input)] = {0}; local 39 assert(t.sgetn(output, 10) == 7); 40 assert(strcmp(input, output) == 0);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
xsgetn.pass.cpp | 38 char output[sizeof(input)] = {0}; local 39 assert(t.sgetn(output, 10) == 7); 40 assert(strcmp(input, output) == 0);
|
/tools/loganalysis/tests/src/com/android/loganalysis/item/ |
TopItemTest.java | 36 JSONObject output = new JSONObject(item.toJson().toString()); local 38 assertTrue(output.has(TopItem.TEXT)); 39 assertEquals("User 20%, System 20%, IOW 5%, IRQ 3%", output.get(TopItem.TEXT));
|
/tools/test/connectivity/tools/lab/metrics/ |
verify_metric.py | 26 """ Gathers device info based on adb output. 34 # Delete first and last line of output of adb. 35 output = self._shell.run(self.COMMAND).stdout 39 if output: 40 for line in output.split('\n'):
|
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
SandboxConfigDumpTest.java | 51 * Test {@link com.android.tradefed.sandbox.SandboxConfigDump#parse(String[])} parse and output 60 String output = FileUtil.readStringFromFile(mOutputFile); local 61 assertTrue(!output.isEmpty()); 62 assertTrue(output.contains("<test class")); 64 output.contains( 70 * Test {@link com.android.tradefed.sandbox.SandboxConfigDump#parse(String[])} parse and output 81 String output = FileUtil.readStringFromFile(mOutputFile); local 82 assertTrue(!output.isEmpty()); 83 assertFalse(output.contains("<test class")); 85 output.contains 102 String output = FileUtil.readStringFromFile(mOutputFile); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sys_settrace.py | 486 def jump_simple_forwards(output):
487 output.append(1)
488 output.append(2)
489 output.append(3)
492 jump_simple_forwards.output = [3]
494 def jump_simple_backwards(output):
495 output.append(1)
496 output.append(2)
499 jump_simple_backwards.output = [1, 1, 2]
501 def jump_out_of_block_forwards(output): [all...] |
/build/kati/ |
exec.cc | 54 auto found = done_.find(n->output); 58 needed_by ? needed_by->output.c_str() : "(null)", 59 n->output.c_str()); 63 done_[n->output] = kProcessing; 64 double output_ts = GetTimestamp(n->output.c_str()); 67 n->output.c_str(), 68 needed_by ? needed_by->output.c_str() : "(null)"); 73 n->output.c_str(), needed_by->output.c_str()); 75 ERROR("*** No rule to make target '%s'.", n->output.c_str()) [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_ProcessReadWriteTest.java | 30 FileOutputStream output = new FileOutputStream(FileDescriptor.out); local 37 output.write(c); 40 output.write(c); 43 output.close();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
GCMExponentiator.java | 6 void exponentiateX(long pow, byte[] output);
|