summaryrefslogtreecommitdiff
path: root/compiler/tflchef/tflite/src/Convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/tflchef/tflite/src/Convert.h')
-rw-r--r--compiler/tflchef/tflite/src/Convert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/tflchef/tflite/src/Convert.h b/compiler/tflchef/tflite/src/Convert.h
index 770bffa4d..cf0c61550 100644
--- a/compiler/tflchef/tflite/src/Convert.h
+++ b/compiler/tflchef/tflite/src/Convert.h
@@ -28,6 +28,8 @@ tflchef::TensorType as_tflchef_type(const tflite::TensorType type);
tflchef::Activation as_tflchef_activation(const tflite::ActivationFunctionType type);
tflchef::Padding as_tflchef_padding(const tflite::Padding padding);
tflchef::MirrorPadMode as_tflchef_mirrorpadmode(const tflite::MirrorPadMode mode);
+tflchef::DimensionType as_tflchef_sparse_dim_type(const tflite::DimensionType type);
+tflchef::SparseIndexVecType as_tflchef_sparse_idx_vec_type(const tflite::SparseIndexVector type);
/**
* @brief extract buffer data to std::vector<DT>