HomeSort by relevance Sort by last modified time
    Searched defs:NN (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/models/
nn.py 25 class NN(hybrid_model.HybridModel):
33 super(NN, self).__init__(
  /external/fec/
ccsds.h 3 #define NN 255
char.h 11 #define NN (rs->nn)
20 #define A0 (NN)
fixed.h 24 #define NN 255
int.h 11 #define NN (rs->nn)
20 #define A0 (NN)
  /external/speex/libspeexdsp/
testdenoise.c 8 #define NN 160
12 short in[NN];
18 st = speex_preprocess_state_init(NN, 8000);
34 fread(in, sizeof(short), NN, stdin);
39 fwrite(in, sizeof(short), NN, stdout);
testecho.c 14 #define NN 128
20 short echo_buf[NN], ref_buf[NN], e_buf[NN];
34 st = speex_echo_state_init(NN, TAIL);
35 den = speex_preprocess_state_init(NN, sampleRate);
41 fread(ref_buf, sizeof(short), NN, ref_fd);
42 fread(echo_buf, sizeof(short), NN, echo_fd);
45 fwrite(e_buf, sizeof(short), NN, e_fd);
testresample.c 42 #define NN 256
55 in = malloc(NN*sizeof(short));
56 out = malloc(2*NN*sizeof(short));
57 fin = malloc(NN*sizeof(float));
58 fout = malloc(2*NN*sizeof(float));
63 fread(in, sizeof(short), NN, stdin);
66 for (i=0;i<NN;i++)
68 in_len = NN;
69 out_len = 2*NN;
  /external/adhd/scripts/volume_tuning/
volume.js 6 var NN = 100; // Total number of points
7 var FIXES = 25; // Number of fixed points, evenly spaced in the range [0, NN]
51 var fix_pos = Math.round(i * NN * 10 / FIXES) / 10;
109 drawText(ctx, Math.round(i * NN * 10 / FIXES) / 10, x, -20, 'center');
173 for (var i = 0; i <= NN; i++) {
176 var x = i * w / NN;
210 // Generate points indexed by 0 to NN, using interpolation and quantization
221 var x = NN * i / FIXES;
232 var x = NN * i / FIXES;
248 var xl = NN * left / FIXES
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template.cpp 121 struct NN {
124 // CHECK: !DIGlobalVariable(name: "nn"
126 // CHECK-SAME: variable: %struct.NN* @nn
130 // CHECK: ![[NNT]] ={{.*}}!DICompositeType(tag: DW_TAG_structure_type, name: "NN<tmpl_impl, &glb, &glb>",
139 NN<tmpl_impl, glb, glb> nn; variable
  /external/javapoet/src/test/java/com/squareup/javapoet/
AnnotatedTypeNameTest.java 32 private final static String NN = NeverNull.class.getCanonicalName();
75 .isEqualTo("java.lang. @" + NN + " @" + TUA + " String");
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 89 struct NN : MM {};
90 struct OO { NN n; };
106 NN n;
122 const NN& nn = NN(); local
  /external/one-true-awk/
awk.h 35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 26293 int nn = (length - 1)\/3; \/* Number of "," to insert *\/ local
194534 int nn; \/* Size of record in bytes *\/ member in struct:Fts5Data
    [all...]
  /external/sqlite/dist/
sqlite3.c 26293 int nn = (length - 1)\/3; \/* Number of "," to insert *\/ local
194562 int nn; \/* Size of record in bytes *\/ member in struct:Fts5Data
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 1231 milliseconds