Skip to content

Commit

Permalink
[MetaSchedule] Fix comments in instruction traits (apache#9614)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored and ylc committed Jan 13, 2022
1 parent 0b2c432 commit 69b9c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tir/schedule/instruction_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ namespace tir {
* const Array<String>& outputs);
*
* // Convertible to `InstructionKindNode::FInstructionAttrsAsJSON`
* static Array<ObjectRef> AttrsAsJSON(
* static ObjectRef AttrsAsJSON(
* const Array<ObjectRef>& attrs);
*
* // Convertible to `InstructionKindNode::FInstructionAttrsFromJSON`
* static Array<ObjectRef> AttrsFromJSON(
* const Array<ObjectRef>& attrs_record);
* const ObjectRef& attrs_record);
* };
*
* TVM_REGISTER_INST_KIND_TRAITS(SomeInstructionKindTraits);
Expand Down

0 comments on commit 69b9c6c

Please sign in to comment.