QuantizationSearchParams$json top-level constant

  1. @Deprecated('Use quantizationSearchParamsDescriptor instead')
Map<String, Object> const QuantizationSearchParams$json

Implementation

@$core.Deprecated('Use quantizationSearchParamsDescriptor instead')
const QuantizationSearchParams$json = {
  '1': 'QuantizationSearchParams',
  '2': [
    {'1': 'ignore', '3': 1, '4': 1, '5': 8, '9': 0, '10': 'ignore', '17': true},
    {'1': 'rescore', '3': 2, '4': 1, '5': 8, '9': 1, '10': 'rescore', '17': true},
    {'1': 'oversampling', '3': 3, '4': 1, '5': 1, '9': 2, '10': 'oversampling', '17': true},
  ],
  '8': [
    {'1': '_ignore'},
    {'1': '_rescore'},
    {'1': '_oversampling'},
  ],
};