diff --git a/include/tvm/te/tensor.h b/include/tvm/te/tensor.h index 0b6bc351b808b..1cbb2541d0a1e 100644 --- a/include/tvm/te/tensor.h +++ b/include/tvm/te/tensor.h @@ -138,7 +138,6 @@ class Tensor : public DataProducer { /*! * \brief Take elements from the tensor * \param indices the indices. - * \param support_negative_indices * \return the result expression representing tensor read. */ TVM_DLL PrimExpr operator()(Array indices) const;