Searched defs:reduce_max (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 127 reduce_max = _ops.reduce_max variable
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_math_ops.py | 522 def reduce_max(input_tensor, axis=None, keepdims=None, name=None): function
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | ops.py | 971 reduce_max = define_reduce_op('reduce_max', math_ops.reduce_max) variable
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 3360 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/ |
D | math_ops.py | 2017 def reduce_max(input_tensor, axis=None, keepdims=False, name=None): function
|