Home
last modified time | relevance | path

Searched refs:maxnorm (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixExponential.h225 const float maxnorm = 3.925724783138660f;
226 frexp(l1norm / maxnorm, &squarings);
253 const double maxnorm = 5.371920351148152;
254 frexp(l1norm / maxnorm, &squarings);
289 const long double maxnorm = 4.0246098906697353063L;
290 frexp(l1norm / maxnorm, &squarings);
309 const long double maxnorm = 3.2579440895405400856599663723517L;
310 frexp(l1norm / maxnorm, &squarings);
329 frexp(l1norm / maxnorm, &squarings);
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinalg_impl.py278 maxnorm = const(3.925724783138660)
281 math_ops.log(l1_norm / maxnorm) / math_ops.log(const(2.0))), 0)
294 maxnorm = const(5.371920351148152)
297 math_ops.log(l1_norm / maxnorm) / math_ops.log(const(2.0))), 0)
/external/tensorflow/tensorflow/python/keras/
Dconstraints.py179 maxnorm = max_norm variable