HomeSort by relevance Sort by last modified time
    Searched defs:i7 (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/ml/nn/runtime/test/generated/models/
conv_1_h3_w2_SAME.model.py 5 i7 = Int32Bias("b7", 0) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
conv_1_h3_w2_VALID.model.py 5 i7 = Int32Bias("b7", 0) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
conv_3_h3_w2_SAME.model.py 5 i7 = Int32Bias("b7", 0) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
conv_3_h3_w2_VALID.model.py 5 i7 = Int32Bias("b7", 0) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
depthwise_conv.model.py 5 i7 = Int32Bias("b7", 1) variable
11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
  /frameworks/ml/nn/tools/test_generator/tests/P_conv/
conv_1_h3_w2_SAME.mod.py 4 i7 = Int32Scalar("b7", 0) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
  /frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/
depthwise_conv.bin.mod.py 5 i7 = Int32Scalar("b7", 1) variable
11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
  /frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/
quantized.mod.py 4 i7 = Int32Scalar("b7", 0) variable
10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 27 int i7 = 0; local
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 31 int i7 = 0; local
  /external/llvm/test/tools/llvm-nm/X86/
radix.s 60 .type i7,@object # @i7
61 .globl i7
63 i7: label
65 .size i7, 4
212 //CHECK: 0000000000000024 D i7
238 //OCTAL: 0000000000000030 D i7
264 //HEX: 0000000000000018 D i7
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 75 loops i3-i5-i7 and i9
190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
356 // i6 and i7 loop:
362 for (i7 = ipos[7]; i7 < L_CODE; i7 += step)
364 s = L_mult (rr[i7][i7], _1_16);
365 s = L_mac (s, rr[i0][i7], _1_8);
366 s = L_mac (s, rr[i1][i7], _1_8)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 264 CodeGen::Node i7 = MakeInstruction(BPF_RET + BPF_K, 1); local
266 CodeGen::Node i5 = MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7);
314 CodeGen::Node i7 = MakeInstruction(BPF_RET + BPF_K, 1); local
316 CodeGen::Node i5 = MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7);
  /external/r8/src/test/debugTestResources/
Locals.java 44 int i7 = 7; local
50 invokeRange(i6, i5, i4, i3, i2, i1, invokeRange(i12, i11, i10, i9, i8, i7, 0));
  /external/r8/src/test/examples/newarray/
NewArray.java 109 int[][][][][][] i7 = new int[n1][n2][n1][n4][n5][n1]; local
110 System.out.println(i7.length);
116 int[][][][][][][] i7 = new int[n][n][n][n][n][n][]; local
120 System.out.println(i7.length);
  /external/clang/test/SemaCXX/
constant-expression.cpp 54 i7 = itval, member in struct:C
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 113 int i4, i5, i6, i7; local
134 i7 = (i1 - r3) >> 1;
174 buf[ 3] = i7 - t2;
176 buf[11] = i7 + t2;
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1299 index<3> i7; local
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1994 jint i7 = 7; local
2064 jint i7 = 7; local
2133 jint i7 = 7; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 2015 int i7 = WELLFORMED; local
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 33 int i7[] = {0, 1, 1}; local
40 assert(std::is_heap(i7, i7+3) == (std::is_heap_until(i7, i7+3) == i7+3));
is_heap_comp.pass.cpp 34 int i7[] = {0, 1, 1}; local
41 assert(std::is_heap(i7, i7+3, std::greater<int>()) == (std::is_heap_until(i7, i7+3, std::greater<int>()) == i7+3));
    [all...]
is_heap_until.pass.cpp 33 int i7[] = {0, 1, 1}; local
40 assert(std::is_heap_until(i7, i7+3) == i7+1);
is_heap_until_comp.pass.cpp 34 int i7[] = {0, 1, 1}; local
41 assert(std::is_heap_until(i7, i7+3, std::greater<int>()) == i7+3);
  /external/python/cpython2/Modules/
_cursesmodule.c 2538 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
    [all...]

Completed in 1317 milliseconds

1 2