normalize property

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

Default L2 normalization for produced vectors. When unset the backend applies its default (RAC_EMBEDDINGS_NORMALIZE_L2 in the C ABI).

Implementation

@$pb.TagNumber(4)
$core.bool get normalize => $_getBF(3);
  1. @TagNumber.new(4)
set normalize (bool value)

Implementation

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