chore: rm IndexMeta::MetricType def (#53)
This commit is contained in:
parent
ea9d957893
commit
6df6ba8fce
|
|
@ -48,15 +48,6 @@ class IndexMeta {
|
|||
MO_COLUMN = 2,
|
||||
};
|
||||
|
||||
/*! Metric Type
|
||||
*/
|
||||
enum MetricType {
|
||||
METRIC_EUCLIDEAN = 1,
|
||||
METRIC_SQUARED_EUCLIDEAN = 2,
|
||||
METRIC_INNER_PRODUCT = 3,
|
||||
METRIC_MIPS_SQUARED_EUCLIDEAN = 4
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
IndexMeta(void) {
|
||||
this->set_meta(DataType::DT_FP32, 128u);
|
||||
|
|
|
|||
Loading…
Reference in New Issue