Add address sanitizer and undefined behavior sanitizer (#951)
This commit is contained in:
@@ -69,7 +69,7 @@ class OnlineTransducerModel {
|
||||
* This has to be called before GetEncoderInitStates(), so the `encoder_embed`
|
||||
* init state has the correct `embed_dim` of its output.
|
||||
*/
|
||||
virtual void SetFeatureDim(int32_t feature_dim) {}
|
||||
virtual void SetFeatureDim(int32_t /*feature_dim*/) {}
|
||||
|
||||
/** Run the encoder.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user