BatchNormGatherStatsΒΆ

Internal operation for BatchNorm statistics gathering.

Abstract Signature:

BatchNormGatherStats(input, mean, invstd, running_mean, running_var, momentum, eps, count)

PyTorch

API: torch.batch_norm_gather_stats
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial

NumPy

API: β€”
Strategy: Custom / Partial

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: β€”
Strategy: Custom / Partial

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: β€”
Strategy: Custom / Partial

PaxML / Praxis

API: β€”
Strategy: Custom / Partial