Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py2004 def is_non_decreasing(x, name=None): function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc226 bool IsElementWiseMonotonic(const NodeDef& node, bool* is_non_decreasing) { in IsElementWiseMonotonic()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2909 bool is_non_decreasing = false; in TrySimplify() local