Re-exports§
pub use crate::op_groups::AGGR_ALIASES;
Modules§
Structs§
- Analysis
- Hover
Info - Module
Cache - Incremental cache for parsed modules, keyed by normalized file path.
- Shape
- Shape of a tensor that is shown on hovers and is used to run inference.
Functions§
- analyze_
file - Analyze a python file with module resolution enabled.
- analyze_
file_ with_ cache - analyze_
source - analyze_
source_ at_ path - Analyze in-memory source but anchored at a file path so imports can resolve.
- analyze_
source_ at_ path_ with_ cache - analyze_
source_ with_ cache - dims_
equal - Check that each dim element in
aexactly matchesbexcept when abstract and concrete types are mixed, which is always fine.