Skip to content

Commit

Permalink
fix comment (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and jroesch committed Aug 16, 2018
1 parent af85bb4 commit 579a020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions relay/include/relay/evaluator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Copyright (c) 2017 by Contributors
* \file environment.h
* Copyright (c) 2018 by Contributors
* \file evaluator.h
* \brief An evaluator for the Relay IR
*/
#ifndef NNVM_RELAY_EVALUATOR_H_
Expand Down
4 changes: 2 additions & 2 deletions relay/src/relay/evaluator.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Copyright (c) 2018 by Contributors
* \file node.cc
* \brief Relay node data structure.
* \file evaluator.cc
* \brief An evaluator for the Relay IR.
*/

#include <nnvm/relay/evaluator.h>
Expand Down

0 comments on commit 579a020

Please sign in to comment.