BatchingConfigProto constructor

BatchingConfigProto({
  1. BatchingDescriptorProto? batchDescriptor,
  2. BatchingSettingsProto? thresholds,
})

Implementation

BatchingConfigProto({this.batchDescriptor, this.thresholds});