Home
last modified time | relevance | path

Searched defs:solution (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp515 const PBQP::Solution &solution) { in mapPBQPToRegAlloc()
680 PBQP::Solution solution = in runOnMachineFunction() local
/external/tensorflow/tensorflow/contrib/integrate/python/ops/
Dodes.py377 def interpolate(solution, history, rk_state, i): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrixImpl.java1105 final BigDecimal[][] solution = ((BigMatrixImpl) (solve(bMatrix))).getDataRef(); in solve() local