Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tvm/relay/backend/contrib/ethosu/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def __call__(self, *args, **kwargs):


class PadsWithMultipleConsumersReplicator(ExprMutator):
"""A pass to to handle the situation when nn.pad operator has
"""A pass to handle the situation when nn.pad operator has
more than one qnn.conv2d consumer.

pad
Expand Down
2 changes: 1 addition & 1 deletion src/tir/schedule/analysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const PrimFuncNode* GetRootPrimFunc(const IRModule& mod, const StmtNode* root_bl
StmtSRef GetSRefTreeRoot(const StmtSRef& sref);

/*!
* \brief Given an arbitrary sref, bind the shape var info of the PrimFunc it belongs to to the
* \brief Given an arbitrary sref, bind the shape var info of the PrimFunc it belongs to the
* given analyzer
* \param state The schedule state
* \param sref The given sref
Expand Down