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.py1559 def is_non_decreasing(x, name=None): function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc184 bool IsElementWiseMonotonic(const NodeDef& node, bool* is_non_decreasing) { in IsElementWiseMonotonic()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2800 bool is_non_decreasing = false; in TrySimplify() local