HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 176 - 200 of 11134) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/ml/nn/runtime/test/specs/V1_1/
space_to_batch_relaxed.mod.py 21 output = Output("output", "TENSOR_FLOAT32", "{4, 1, 1, 2}") variable
23 model = model.Operation("SPACE_TO_BATCH_ND", i1, block, paddings).To(output)
30 output0 = {output: # output 0
space_to_depth_float_1_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{1, 1, 1, 8}") variable
22 model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output)
29 output0 = {output: # output 0
space_to_depth_float_2_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{1, 2, 2, 4}") variable
22 model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output)
29 output0 = {output: # output 0
space_to_depth_float_3_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{1, 2, 2, 8}") variable
22 model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output)
32 output0 = {output: # output 0
squeeze.mod.py 4 output = Output("output", "TENSOR_FLOAT32", "{4, 2}") variable
6 model = model.Operation("SQUEEZE", i1, squeezeDims).To(output)
12 output0 = {output: # output 0
squeeze_float_1.mod.py 4 output = Output("output", "TENSOR_FLOAT32", "{1, 24}") variable
6 model = model.Operation("SQUEEZE", i1, squeezeDims).To(output)
13 output0 = {output: # output 0
squeeze_float_1_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{1, 24}") variable
22 model = model.Operation("SQUEEZE", i1, squeezeDims).To(output)
30 output0 = {output: # output 0
squeeze_quant8_1.mod.py 4 output = Output("output", "TENSOR_QUANT8_ASYMM", "{1, 24}, 1.0, 0") variable
6 model = model.Operation("SQUEEZE", i1, squeezeDims).To(output)
13 output0 = {output: # output 0
squeeze_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{4, 2}") variable
22 model = model.Operation("SQUEEZE", i1, squeezeDims).To(output)
29 output0 = {output: # output 0
transpose.mod.py 4 output = Output("output", "TENSOR_FLOAT32", "{1, 2, 2, 1}") variable
6 model = model.Operation("TRANSPOSE", i1, perms).To(output)
13 output0 = {output: # output 0
transpose_float_1.mod.py 4 output = Output("output", "TENSOR_FLOAT32", "{4, 2, 3, 5}") variable
6 model = model.Operation("TRANSPOSE", i1, perms).To(output)
21 output0 = {output: # output 0
transpose_float_1_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{4, 2, 3, 5}") variable
22 model = model.Operation("TRANSPOSE", i1, perms).To(output)
38 output0 = {output: # output 0
transpose_quant8_1.mod.py 4 output = Output("output", "TENSOR_QUANT8_ASYMM", "{4, 2, 3, 5}, 1.0, 0") variable
6 model = model.Operation("TRANSPOSE", i1, perms).To(output)
21 output0 = {output: # output 0
transpose_relaxed.mod.py 20 output = Output("output", "TENSOR_FLOAT32", "{1, 2, 2, 1}") variable
22 model = model.Operation("TRANSPOSE", i1, perms).To(output)
30 output0 = {output: # output 0
  /frameworks/opt/setupwizard/tools/gradle/
dist-library-instrumentation-tests.gradle 7 * 2. It dist the test APKs using the original output file name instead of hard coding
15 // because the default output only supports one test APK output for libraries.
21 // Output all test APKs to the distribution folder.
23 // the output file will be named "setup-wizard-lib-platform-debug-androidTest.apk"
24 variant.outputs.each { output ->
25 dist.file output.outputFile.canonicalPath, output.outputFile.name
29 // Output all library AARs to the distribution folder
30 variant.outputs.each { output -
    [all...]
  /system/connectivity/wificond/tests/
shell_unittest.cpp 28 string output; local
29 int result = RunShellCommand("echo hello world", &output);
31 EXPECT_EQ("hello world\n", output);
  /test/vts/utils/python/coverage/
file_summary.py 19 """Summarizes structure and coverage information from GCC output.
39 output = 'Coverage Summary:\r\n'
41 output += str(self.functions[ident])
42 return output
  /art/dexlayout/
dex_verify.cc 35 dex_ir::Collections& output = output_header->GetCollections(); local
38 if (!VerifyIds(orig.StringIds(), output.StringIds(), "string ids", error_msg) ||
39 !VerifyIds(orig.TypeIds(), output.TypeIds(), "type ids", error_msg) ||
40 !VerifyIds(orig.ProtoIds(), output.ProtoIds(), "proto ids", error_msg) ||
41 !VerifyIds(orig.FieldIds(), output.FieldIds(), "field ids", error_msg) ||
42 !VerifyIds(orig.MethodIds(), output.MethodIds(), "method ids", error_msg)) {
46 if (!VerifyClassDefs(orig.ClassDefs(), output.ClassDefs(), error_msg)) {
53 std::vector<std::unique_ptr<T>>& output,
56 if (orig.size() != output.size()) {
58 "Mismatched size for %s section: %zu vs %zu.", section_name, orig.size(), output.size())
    [all...]
  /external/lz4/tests/
fasttest.c 24 int test_compress(const char *input, int inSize, char *output, int outSize)
40 lz4Stream, input + inOffset, output + outOffset + 8, length, outSize-outOffset, 1);
42 memcpy(output + outOffset, &length, 4); /* input length */
43 memcpy(output + outOffset + 4, &outBytes, 4); /* output length */
49 memset(output + outOffset, 0, 4);
50 memset(output + outOffset + 4, 0, 4);
60 char *output = outBufferA; local
81 /* Put the last output in the dictionary */
85 lz4StreamDecode, compressed + offset, output, unBytes)
118 char output[LZ4_COMPRESSBOUND(4096)]; local
    [all...]
  /external/pdfium/testing/image_diff/
image_diff_png.h 17 std::vector<unsigned char>* output,
26 std::vector<unsigned char>* output);
33 std::vector<unsigned char>* output);
41 std::vector<unsigned char>* output);
48 std::vector<unsigned char>* output);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
CopyUtils.java 82 * Method Input Output Dependency
134 * @param output the <code>OutputStream</code> to write to
137 public static void copy(byte[] input, OutputStream output)
139 output.write(input);
151 * @param output the <code>Writer</code> to write to
154 public static void copy(byte[] input, Writer output)
157 copy(in, output);
165 * @param output the <code>Writer</code> to write to
173 Writer output,
177 copy(in, output, encoding)
    [all...]
  /external/brotli/java/org/brotli/dec/
TransformTest.java 37 byte[] output = new byte[0];
40 output, 0, ByteBuffer.wrap(input), 0, input.length, 39);
42 assertArrayEquals(expectedOutput, output);
47 byte[] output = new byte[6];
50 output, 0, ByteBuffer.wrap(input), 0, input.length, 44);
52 assertArrayEquals(expectedOutput, output);
61 byte[] output = new byte[2259];
65 output, offset, ByteBuffer.wrap(testWord), 0, testWord.length, i);
66 output[offset++] = -1;
68 assertEquals(output.length, offset)
    [all...]
  /external/libchrome/base/
base64url.cc 26 std::string* output) {
27 Base64Encode(input, output);
29 ReplaceChars(*output, "+", "-", output);
30 ReplaceChars(*output, "/", "_", output);
34 // The padding included in |*output| will not be amended.
37 // The padding included in |*output| will be removed.
39 output->find_last_not_of(kPaddingChar);
41 output->resize(last_non_padding_pos + 1)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 151 io::CodedOutputStream output(raw_output_);
152 output.WriteLittleEndian32(0x04034b50); // magic
153 WriteShort(&output, 10); // version needed to extract
154 WriteShort(&output, 0); // flags
155 WriteShort(&output, 0); // compression method: stored
156 WriteShort(&output, 0); // last modified time
157 WriteShort(&output, 0); // last modified date
158 output.WriteLittleEndian32(info.crc32); // crc-32
159 output.WriteLittleEndian32(info.size); // compressed size
160 output.WriteLittleEndian32(info.size); // uncompressed siz
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_unused_op.cc 32 // Bail if any output is used, and is not an input_array of
35 for (const auto& output : op->outputs) {
36 CHECK(model->HasArray(output));
37 // If this output is provided as the model's input array,
39 if (IsInputArray(*model, output)) {
42 // If this output is provided as a RNN's state array,
49 if (output == rnn_state.state_array()) {
59 if (output == output_array) {
64 if (output == rnn_state.back_edge_source_array()) {
65 // The output is consumed by a RNN back-edge.
    [all...]

Completed in 628 milliseconds

1 2 3 4 5 6 78 91011>>