| ################################################################################ |
| # Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from # |
| # iree/compiler/Pipelines/BUILD # |
| # # |
| # Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary # |
| # CMake-only content. # |
| # # |
| # To disable autogeneration for this file entirely, delete this header. # |
| ################################################################################ |
| |
| iree_add_all_subdirs() |
| |
| iree_cc_library( |
| NAME |
| Options |
| HDRS |
| "Options.h" |
| SRCS |
| "Options.cpp" |
| DEPS |
| iree::compiler::InputConversion::TMTensor |
| iree::compiler::Utils |
| PUBLIC |
| ) |
| |
| iree_cc_library( |
| NAME |
| Pipelines |
| HDRS |
| "Pipelines.h" |
| SRCS |
| "Pipelines.cpp" |
| DEPS |
| ::Options |
| LLVMSupport |
| MLIRIR |
| MLIRPass |
| MLIRSupport |
| iree::compiler::Bindings::Native::Transforms |
| iree::compiler::Bindings::TFLite::Transforms |
| iree::compiler::Dialect::Flow::Transforms |
| iree::compiler::Dialect::HAL::Conversion::HALToVM |
| iree::compiler::Dialect::HAL::Transforms |
| iree::compiler::Dialect::Stream::Transforms |
| iree::compiler::Dialect::Util::Transforms |
| iree::compiler::Dialect::VM::Conversion |
| iree::compiler::Dialect::VM::Conversion::StandardToVM |
| iree::compiler::Dialect::VM::Target::Bytecode |
| iree::compiler::Dialect::VM::Transforms |
| iree::compiler::InputConversion::Common |
| iree::compiler::InputConversion::MHLO |
| iree::compiler::InputConversion::TMTensor |
| iree::compiler::InputConversion::TOSA |
| PUBLIC |
| ) |
| |
| ### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ### |