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
6 changes: 3 additions & 3 deletions compiler/luci/pass/include/luci/CircleOptimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef __LUCI_CIRCLE_OPTIMIZER_H__
#define __LUCI_CIRCLE_OPTIMIZER_H__
#ifndef __LUCI_PASS_CIRCLE_OPTIMIZER_H__
#define __LUCI_PASS_CIRCLE_OPTIMIZER_H__

#include <loco.h>

Expand Down Expand Up @@ -160,4 +160,4 @@ class CircleOptimizer final

} // namespace luci

#endif // __LUCI_CIRCLE_OPTIMIZER_H__
#endif // __LUCI_PASS_CIRCLE_OPTIMIZER_H__
6 changes: 3 additions & 3 deletions compiler/luci/pass/include/luci/CircleQuantizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef __LUCI_CIRCLE_QUANTIZER_H__
#define __LUCI_CIRCLE_QUANTIZER_H__
#ifndef __LUCI_PASS_CIRCLE_QUANTIZER_H__
#define __LUCI_PASS_CIRCLE_QUANTIZER_H__

#include <loco.h>

Expand Down Expand Up @@ -128,4 +128,4 @@ class CircleQuantizer final

} // namespace luci

#endif // __LUCI_CIRCLE_QUANTIZER_H__
#endif // __LUCI_PASS_CIRCLE_QUANTIZER_H__
6 changes: 3 additions & 3 deletions compiler/luci/pass/include/luci/DynamicBatchToSingleBatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef __LUCI_DYNAMIC_BATCH_TO_SINGLE_BATCH_H__
#define __LUCI_DYNAMIC_BATCH_TO_SINGLE_BATCH_H__
#ifndef __LUCI_PASS_DYNAMIC_BATCH_TO_SINGLE_BATCH_H__
#define __LUCI_PASS_DYNAMIC_BATCH_TO_SINGLE_BATCH_H__

#include <luci/IR/Module.h>

Expand All @@ -26,4 +26,4 @@ void dynamic_batch_to_single_batch(luci::Module *);

} // namespace luci

#endif // __LUCI_DYNAMIC_BATCH_TO_SINGLE_BATCH_H__
#endif // __LUCI_PASS_DYNAMIC_BATCH_TO_SINGLE_BATCH_H__
6 changes: 3 additions & 3 deletions compiler/luci/pass/include/luci/ModulePass.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef __MODULE_PASS_H__
#define __MODULE_PASS_H__
#ifndef __LUCI_PASS_MODULE_PASS_H__
#define __LUCI_PASS_MODULE_PASS_H__

#include <loco.h>
#include <logo/Pass.h>
Expand All @@ -34,4 +34,4 @@ class Pass : public logo::Pass

} // namespace luci

#endif // __MODULE_PASS_H__
#endif // __LUCI_PASS_MODULE_PASS_H__