Home
last modified time | relevance | path

Searched refs:outtree (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/compatibility/
DREADME.md23 # upgrade the .py files and copy all the other files to the outtree
24 tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded
27 tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded --copyotherfiles False
/external/mksh/src/
Dsyn.c69 static struct op *outtree; /* yyparse output */ variable
94 outtree = c_list(doalias ? ALIAS : 0, source->type == SSTRING); in yyparse()
96 if (c == 0 && !outtree) in yyparse()
97 outtree = newtp(TEOF); in yyparse()
936 return (outtree); in compile()