/external/tensorflow/tensorflow/contrib/linear_optimizer/kernels/g3doc/ |
D | readme.md | 59 ### Hinge Loss 71 ### Smooth Hinge Loss 90 ### Squared Loss 100 ### Logistic loss 202 ### Poisson log loss 242 ### References
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | SingularValueDecompositionImpl.java | 273 private static class Solver implements DecompositionSolver { class in SingularValueDecompositionImpl 292 private Solver(final double[] singularValues, final RealMatrix uT, in Solver() method in SingularValueDecompositionImpl.Solver
|
D | CholeskyDecompositionImpl.java | 191 private static class Solver implements DecompositionSolver { class in CholeskyDecompositionImpl 200 private Solver(final double[][] lTData) { in Solver() method in CholeskyDecompositionImpl.Solver
|
D | FieldLUDecompositionImpl.java | 223 private static class Solver<T extends FieldElement<T>> implements FieldDecompositionSolver<T> { class in FieldLUDecompositionImpl 247 private Solver(final Field<T> field, final T[][] lu, in Solver() method in FieldLUDecompositionImpl.Solver
|
D | LUDecompositionImpl.java | 232 private static class Solver implements DecompositionSolver { class in LUDecompositionImpl 249 private Solver(final double[][] lu, final int[] pivot, final boolean singular) { in Solver() method in LUDecompositionImpl.Solver
|
D | QRDecompositionImpl.java | 252 private static class Solver implements DecompositionSolver { class in QRDecompositionImpl 270 private Solver(final double[][] qrt, final double[] rDiag) { in Solver() method in QRDecompositionImpl.Solver
|
D | EigenDecompositionImpl.java | 244 private static class Solver implements DecompositionSolver { class in EigenDecompositionImpl 264 private Solver(final double[] realEigenvalues, in Solver() method in EigenDecompositionImpl.Solver
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1606 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() 1659 SCCPSolver Solver(DL, TLI); in runSCCP() local 1774 SCCPSolver &Solver) { in findReturnsToZap() 1803 SCCPSolver Solver(DL, TLI); in runIPSCCP() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1513 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() 1543 static bool tryToReplaceInstWithConstant(SCCPSolver &Solver, Instruction *Inst, in tryToReplaceInstWithConstant() 1560 SCCPSolver Solver(DL, TLI); in runSCCP() local 1695 SCCPSolver Solver(DL, TLI); in runIPSCCP() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CalledValuePropagation.cpp | 371 SparseSolver<CVPLatticeKey, CVPLatticeVal> Solver(&Lattice); in runCVP() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | SparsePropagation.cpp | 233 SparseSolver<TestLatticeKey, TestLatticeVal> Solver; member in __anonc8b100540211::SparsePropagationTest
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1738 SCCPSolver Solver(getAnalysisIfAvailable<TargetData>()); in runOnFunction() local 1858 SCCPSolver Solver(getAnalysisIfAvailable<TargetData>()); in runOnModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 165 SolverT *Solver = nullptr; variable
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 179 SolverT *Solver; variable
|