blob: df591320e3cfd0d206404de60bb9e3021a3c0ab8 [file] [log] [blame]
#include "mlir/IR/MLIRContext.h"
#include "mlir/TensorFlow/ControlFlowOps.h"
using namespace mlir;
// Register the TFControlFlow ops with the MLIRContext.
void initializeMLIRContext(MLIRContext *ctx) {
TFControlFlow::registerOperations(*ctx);
}