normalize property
Apply L2 normalization to the produced vectors. Required so the wire form is unambiguous on the most common knob; backends may still defer to model defaults at load time.
Implementation
@$pb.TagNumber(1)
$core.bool get normalize => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set normalize($core.bool value) => $_setBool(0, value);