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

Function reduce_mean

tensorflow/python/ops/math_ops.py:1373–1417  ·  view source on GitHub ↗

Computes the mean 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

nothing calls this directly

Calls 2

_ReductionDimsFunction · 0.85
_meanMethod · 0.45

Tested by

no test coverage detected