HomeSort by relevance Sort by last modified time
    Searched refs:jtype (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/java/src/gen/perl/
tftypes.pl 94 my $jtype = $items[2];
95 $jtypecount{$jtype}++;
96 if ($jtypecount{$jtype} > 1) {
99 # print STDERR "Ambiguous Java type for $name : $jtype\n";
116 (my $name, my $builtin, my $jtype, my $creat, my $default, my $desc) =
124 if ($jtype eq '') { next }
142 if ($jtype ne '' && $creat eq 'y') {
161 ? "Creates a rank-$trank tensor of {\@code $jtype} elements."
162 : "Creates a scalar tensor containing a single {\@code $jtype} element.";
169 ." public static Tensor<$tfname> create($jtype$brackets data) {\n
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset.c 63 * If p->jtype == EndRule we are going to attempt a FOLLOW. (FOLLOWs are really defined
126 if ( p->jtype == RuleBlk ) fprintf(stderr, "FIRST(%s,%d) \n",((Junction *)p)->rname,k);
128 decodeJType[p->jtype], ((Junction *)p)->rname);
151 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
152 p->jtype==aPlusBlk || p->jtype==EndRule )
157 if ( p->jtype == EndRule ) /* FOLLOW cycle? */
167 if ( p->jtype == RuleBlk &&
179 if ( p->jtype == EndRule &&
    [all...]
misc.c 371 if ( j->jtype == EndRule ) return;
1028 if ( p->jtype==EndBlk || p->jtype==EndRule )
1058 switch ( q->jtype )
1061 if ( PrintAnnotate ) First(q, 1, q->jtype, &dum_k);
1063 ((Junction *)q->end->p1)->jtype == EndRule ) doing_rule = 1;
1075 pBlk(q,q->jtype);
1080 pBlk(q,q->jtype);
1090 if ( PrintAnnotate ) First(q, 1, q->jtype, &dum_k);
1100 pBlk(q,q->jtype);
    [all...]
pred.c 168 ((Junction *)p->p1)->jtype != EndBlk )
273 switch ( j->jtype )
326 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
327 p->jtype==aPlusBlk || p->jtype==EndRule )
337 switch ( p->jtype )
512 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
542 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == FALSE),
dumpnode.c 43 ( (Junction *) p)->jtype == EndRule) {
178 switch (j->jtype ) {
390 if (j->jtype == EndRule) return NULL;
391 if (j->jtype != RuleBlk && j->jtype != EndBlk) {
415 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block");
fset2.c 546 decodeJType[p->jtype], ((Junction *)p)->rname);
560 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
561 p->jtype==aPlusBlk || p->jtype==aSubBlk || p->jtype==aOptBlk )
563 if ( p->jtype!=aSubBlk && p->jtype!=aOptBlk ) {
570 /* MR10 */ if (p->jtype != Generic) MR_pointerStackPush(&MR_BackTraceStack,p);
576 /* MR10 */ if (p->jtype != Generic) MR_pointerStackPop(&MR_BackTraceStack);
    [all...]
build.c 42 ((Junction *)g.left)->jtype = t; \
46 ((Junction *)g.right)->jtype = EndBlk;}
50 * the actual junction with its jtype == some block-type.
484 ((Junction *)g1.right)->jtype = EndBlk; /* mark 1st EndBlk node */
485 ((Junction *)g1.left)->jtype = aLoopBlk; /* mark 2nd aLoopBlk node */
538 ((Junction *)g1.right)->jtype = EndBlk; /* mark 1st EndBlk node */
555 ((Junction *)p->p1)->jtype==Generic &&
557 ((Junction *)((Junction *)p->p1)->p1)->jtype==EndBlk )
731 p->jtype = Generic;
syn.h 166 if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\
341 int jtype; /* annotation for code-gen/FIRST/FOLLOW. member in struct:Junction::_junct
gen.c 522 if ( q->jtype == aPlusBlk ) gen("int zzcnt=1;\n");
526 if ( q->jtype == aLoopBegin ) begin = (Junction *) ((Junction *)q->p1);
532 if ( q->jtype == aLoopBegin )
    [all...]
mrhoist.c 544 ( (Junction *) next)->jtype == EndRule) {
942 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
1008 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
    [all...]
antlr.g 905 CurRuleBlk->jtype = RuleBlk;
918 p->jtype = EndRule;
    [all...]
antlr.c 655 CurRuleBlk->jtype = RuleBlk;
668 p->jtype = EndRule;
    [all...]
  /external/tensorflow/tensorflow/java/src/main/native/
operation_builder_jni.cc 157 #define DEFINE_SET_ATTR_SCALAR(name, jtype, ctype) \
159 JNIEnv* env, jclass clazz, jlong handle, jstring name, jtype value) { \
161 sizeof(ctype) >= sizeof(jtype), \
170 #define DEFINE_SET_ATTR_LIST(name, jname, jtype, ctype) \
174 jtype##Array value) { \
179 /* in byte representations of the jtype and ctype */ \
185 jtype* elems = env->Get##jname##ArrayElements(value, nullptr); \
194 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \
195 DEFINE_SET_ATTR_SCALAR(name, jtype, ctype) \
196 DEFINE_SET_ATTR_LIST(name, jname, jtype, ctype
    [all...]
tensor_jni.cc 84 #define CASE(dtype, jtype, method_name, method_signature, call_type) \
88 jtype v = env->Call##call_type##Method(src, method); \
119 #define CASE(dtype, jtype, get_type) \
121 jtype##Array a = static_cast<jtype##Array>(array); \
122 jtype* values = env->Get##get_type##ArrayElements(a, &is_copy); \
164 #define CASE(dtype, jtype, primitive_type) \
166 jtype##Array arr = static_cast<jtype##Array>(dst); \
168 static_cast<const jtype*>(src));
    [all...]
  /cts/tools/vm-tests-tf/etc/
starthosttests 183 jtype=`echo "$mainclass" | sed -e 's/.*_test\([^0-9]*\)[0-9].*/\1/' `
184 if [ "$jtype" == "VFE" ]; then
starttests 202 jtype=`echo "$mainclass" | sed -e 's/.*_test\([^0-9]*\)[0-9].*/\1/' `
203 if [ "$jtype" == "VFE" ]; then
  /external/libpcap/
gencode.c 1012 * with the test specified by "jtype"; if "reverse" is true, the test
1013 * should test the opposite of "jtype".
1017 bpf_u_int32 size, bpf_u_int32 mask, bpf_u_int32 jtype, int reverse,
1031 b = new_block(cstate, JMP(jtype));
1034 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
    [all...]
  /art/runtime/jni/
check_jni.cc     [all...]

Completed in 5180 milliseconds