MLIR
20.0.0git
|
#include "mlir-c/Dialect/Quant.h"
#include "mlir-c/IR.h"
#include "mlir/Bindings/Python/PybindAdaptors.h"
#include <cstdint>
#include <pybind11/cast.h>
#include <pybind11/detail/common.h>
#include <pybind11/pybind11.h>
#include <vector>
Go to the source code of this file.
Functions | |
static void | populateDialectQuantSubmodule (const py::module &m) |
PYBIND11_MODULE (_mlirDialectsQuant, m) | |
|
static |
Definition at line 23 of file DialectQuant.cpp.
PYBIND11_MODULE | ( | _mlirDialectsQuant | , |
m | |||
) |
Definition at line 310 of file DialectQuant.cpp.