Home
last modified time | relevance | path

Searched defs:reduce_max (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py127 reduce_max = _ops.reduce_max variable
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py522 def reduce_max(input_tensor, axis=None, keepdims=None, name=None): function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops.py971 reduce_max = define_reduce_op('reduce_max', math_ops.reduce_max) variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3360 Output reduce_max = ops::Max(s.WithOpName("reduce_max"), sqrt, {0}); in TEST_F() local
3443 Output reduce_max = ops::Max(s.WithOpName("reduce_max"), sqrt, {0}); in TEST_F() local
3496 Output reduce_max = ops::Max(s.WithOpName("reduce_max"), neg, {0}); in TEST_F() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py2017 def reduce_max(input_tensor, axis=None, keepdims=False, name=None): function