tfmri.convex.ConvexFunctionL2NormSquared
tfmri.convex.ConvexFunctionL2NormSquared¶
- class ConvexFunctionL2NormSquared(domain_dimension, scale=None, dtype=None, name=None)[source]¶
Bases:
tensorflow_mri.python.ops.convex_ops.ConvexFunction
A
ConvexFunction
computing the [scaled] squared L2-norm of an input.- Parameters
References
- 1
Parikh, N., & Boyd, S. (2014). Proximal algorithms. Foundations and Trends in optimization, 1(3), 127-239.
Initialize this
ConvexFunction
.