Home
last modified time | relevance | path

Searched defs:Reduction (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp99 struct Reduction { struct
100 PHINode *Phi; // The Phi-node from where we start
102 Instruction *AccIntAdd; // The accumulating integer add statement,
105 OpChainList MACCandidates; // The MAC candidates associated with
107 Reduction (PHINode *P, Instruction *Acc) : Phi(P), AccIntAdd(Acc) { }; in Reduction() argument
385 bool ARMParallelDSP::InsertParallelMACs(Reduction &Reduction, in InsertParallelMACs() argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp149 unsigned Reduction = 0; in CountCodeReductionForConstant() local
203 unsigned Reduction = 0; in CountCodeReductionForAlloca() local
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py43 class Reduction(Enum): class
/external/v8/src/compiler/
Djs-heap-broker.h494 class Reduction; variable
Dbytecode-graph-builder.h24 class Reduction; variable
Descape-analysis.cc72 typedef EffectGraphReducer::Reduction Reduction; typedef in v8::internal::compiler::ReduceScope
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py39 class Reduction(object): class
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp403 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitInitWithReductionInitializer() local
DCGOpenMPRuntime.cpp4211 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitReductionCombiner() local