This website requires JavaScript.
Explore
Help
Register
Sign In
llvm
/
torch-mlir
mirror of
https://github.com/llvm/torch-mlir
Watch
1
Star
0
Fork
You've already forked torch-mlir
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8486968925
torch-mlir
/
lib
/
Typing
/
CMakeLists.txt
4 lines
82 B
CMake
Raw
Normal View
History
Unescape
Escape
NFC: Move CPA typing analysis down a directory.
2020-07-05 07:40:02 +08:00
add_subdirectory
(
Analysis
)
NFC: Move CPATypeInference to Typing directory.
2020-07-05 07:56:09 +08:00
add_subdirectory
(
Transforms
)
Make common utilities for converting TypeNode <-> IR types. * Generalizes the conversions from ObjectValueType <-> tensor and ndarray. * Creates a utility to construct the default type map hook.
2020-07-05 11:33:13 +08:00
add_subdirectory
(
Support
)