Skip to content

Commit

Permalink
Format includes
Browse files Browse the repository at this point in the history
  • Loading branch information
yelite committed Aug 4, 2022
1 parent df6a03e commit 5215df4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/tvm/script/printer/traced_object_functor.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@

#include <tvm/node/node.h>
#include <tvm/runtime/logging.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/script/printer/traced_object.h>

#include <type_traits>
#include <utility>
#include <vector>

#include "tvm/runtime/packed_func.h"

namespace tvm {
namespace script {
namespace printer {
Expand Down Expand Up @@ -102,7 +101,7 @@ class TracedObjectFunctor {
*
* \return The return value of the dispatch function
*
* If the TObjectRef isn't registered with the token, it will try to find
* If the TObjectRef isn't registered with the token, it will try to find
* dispatch function for TObjectRef with kDefaultDispatchToken.
*/
template <class TObjectRef>
Expand Down

0 comments on commit 5215df4

Please sign in to comment.