#include "passes/optimizations/CombineTransposes.h"
#include "mir/ops/TransposeOp.h"
#include "mir/ops/ReluOp.h"
#include "mir/ops/OutputOp.h"
#include "Util.h"
#include <gtest/gtest.h>
Go to the source code of this file.