Commit 0a082864 authored by test's avatar test
Browse files

MS-575 Add Clang-format & Clang-tidy & Cpplint


Former-commit-id: fdb774c0ecd9bd399658a04797099fc4c93a68bb
parent 46bc0522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@
// specific language governing permissions and limitations
// under the License.

#include <faiss/IndexIVF.h>
#include <faiss/index_io.h>
#include <utility>

#include "knowhere/common/Exception.h"
#include "knowhere/index/vector_index/FaissBaseIndex.h"
#include "knowhere/index/vector_index/IndexIVF.h"
#include "knowhere/index/vector_index/helpers/FaissIO.h"

namespace knowhere {
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.

#include <faiss/IndexIVFPQ.h>
#include <faiss/gpu/GpuAutoTune.h>
#include <faiss/gpu/GpuIndexFlat.h>
#include <faiss/gpu/GpuIndexIVF.h>
@@ -26,6 +25,7 @@
#include "knowhere/adapter/VectorAdapter.h"
#include "knowhere/common/Exception.h"
#include "knowhere/index/vector_index/IndexGPUIVF.h"
#include "knowhere/index/vector_index/IndexIVFPQ.h"
#include "knowhere/index/vector_index/helpers/Cloner.h"
#include "knowhere/index/vector_index/helpers/FaissIO.h"

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.

#include <faiss/IndexIVFPQ.h>
#include <faiss/gpu/GpuAutoTune.h>
#include <faiss/gpu/GpuIndexIVFPQ.h>
#include <memory>
@@ -23,6 +22,7 @@
#include "knowhere/adapter/VectorAdapter.h"
#include "knowhere/common/Exception.h"
#include "knowhere/index/vector_index/IndexGPUIVFPQ.h"
#include "knowhere/index/vector_index/IndexIVFPQ.h"

namespace knowhere {