Update tensorflow/core/kernels/mkl_requantize_ops_test.cc

Co-Authored-By: nammbash <38869685+nammbash@users.noreply.github.com>
This commit is contained in:
Penporn Koanantakool 2019-02-08 14:04:53 -08:00 committed by GitHub
parent 7a8b28be83
commit 1f1b7996a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ class MklRequantizatedOpsTestHelper : public OpsTestBase {
public:
void Setup(Tensor &input_tensor_qint32, float &range_weights_ch1,
float &range_weights_ch2);
void TestBody(){};
void TestBody() {}
};
void MklRequantizatedOpsTestHelper::Setup(Tensor &input_tensor_qint32,