MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / reduce_max

Function reduce_max

tensorflow/python/ops/math_ops.py:1496–1531  ·  view source on GitHub ↗

Computes the maximum of elements across dimensions of a tensor. Reduces `input_tensor` along the dimensions given in `axis`. Unless `keep_dims` is true, the rank of the tensor is reduced by 1 for each entry in `axis`. If `keep_dims` is true, the reduced dimensions are retained with length 1

(input_tensor,
               axis=None,
               keep_dims=False,
               name=None,
               reduction_indices=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

reduce_logsumexpFunction · 0.85
bincountFunction · 0.85

Calls 1

_ReductionDimsFunction · 0.85

Tested by

no test coverage detected