Skip to content

Commit

Permalink
reduce things further
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhaoLuo committed Sep 20, 2021
1 parent 8c56ddd commit 903a7bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/tvm/te/tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<PrimExpr> indices) const;
Expand Down

0 comments on commit 903a7bc

Please sign in to comment.