HomeSort by relevance Sort by last modified time
    Searched refs:Term (Results 176 - 198 of 198) sorted by null

1 2 3 4 5 6 78

  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 21 use Term::ANSIColor;
22 use Term::ANSIColor qw(:constants);
32 my $TERM = $ENV{'TERM'};
33 my $UseColor = (defined $TERM and $TERM =~ 'xterm-.*color' and -t STDOUT
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 21 use Term::ANSIColor;
22 use Term::ANSIColor qw(:constants);
32 my $TERM = $ENV{'TERM'};
33 my $UseColor = (defined $TERM and $TERM =~ 'xterm-.*color' and -t STDOUT
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 485 const TerminatorInst *Term = BB.getTerminator();
486 if (isa<UnreachableInst>(Term) || isa<ReturnInst>(Term))
516 MachineBasicBlock::iterator Term = MBB.getFirstTerminator();
517 if (Term != MBB.end() && Term->isReturn()) {
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 467 Stmt *Term,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py 94 """Long short-term memory unit (LSTM) recurrent network cell.
101 "Long Short-Term Memory". Neural Computation, 9(8):1735-1780, 1997.
108 "Long short-term memory recurrent neural network architectures for
319 """Time-Frequency Long short-term memory unit (LSTM) recurrent network cell.
493 """Grid Long short-term memory unit (LSTM) recurrent network cell.
497 "Grid Long Short-Term Memory," Proc. ICLR 2016.
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/pdfium/fxjs/
cfxjse_formcalc_context_embeddertest.cpp 783 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Term) {
789 } tests[] = {// {"Term(475, .05, 1500)", 3.00477517728f},
790 {"Term(2500, 0.0275 + 0.0025, 5000)", 1.97128786369f}};
    [all...]
  /external/tensorflow/tensorflow/python/ops/
rnn_cell_impl.py 18 (Long Short Term Memory) or GRU (Gated Recurrent Unit), and a number of
554 """Long short-term memory cell (LSTM).
602 """Long short-term memory unit (LSTM) recurrent network cell.
609 "Long Short-Term Memory". Neural Computation, 9(8):1735-1780, 1997.
616 "Long short-term memory recurrent neural network architectures for
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 588 auto Term = MBB.getFirstTerminator();
589 if (Term != MBB.end() && isPredicated(*Term) &&
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 348 BranchInst *Term = dyn_cast<BranchInst>(SinglePred->getTerminator());
349 if (Term && !Term->isConditional()) {
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 478 #pragma mark ***** Init and Term
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/jemalloc/bin/
jeprof.in 818 defined(eval {require Term::ReadLine}) ) {
819 my $term = new Term::ReadLine 'jeprof';
820 while ( defined ($_ = $term->readline('(jeprof) '))) {
821 $term->addhistory($_) if /\S/;
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /tools/repohooks/tools/
checkpatch.pl 12 use Term::ANSIColor qw(:constants);
    [all...]

Completed in 1112 milliseconds

1 2 3 4 5 6 78