normalize property

  1. @TagNumber.new(1)
bool get normalize

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);
  1. @TagNumber.new(1)
set normalize (bool value)

Implementation

@$pb.TagNumber(1)
set normalize($core.bool value) => $_setBool(0, value);