e3x.nn.initializers.tensor_lecun_uniform
- e3x.nn.initializers.tensor_lecun_uniform(dtype=<class 'jax.numpy.float64'>)[source]
Lecun uniform initializer for tensor product kernels.
Equivalent to
lecun_uniform, but for tensor product kernels.- Parameters:
dtype (
Any, default:<class 'jax.numpy.float64'>) – The desired dtype of the parameters.- Return type:
- Returns:
An initializer function.