From 8344a1cd3ed6b5951fde4775cd26d605253275b3 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Fri, 16 Apr 2021 22:50:50 -0700 Subject: [PATCH] Linker test --- onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.cc b/onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.cc index 718514bc2c..6a6685ac3f 100644 --- a/onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.cc +++ b/onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.cc @@ -6,9 +6,6 @@ namespace onnxruntime { namespace contrib { -void LinkerTest() { -} - Status LongformerAttentionBase::CheckInputs(const TensorShape& input_shape, const TensorShape& weights_shape, const TensorShape& bias_shape,