Expand description
Auto-generated module structure
Re-exports§
pub use custom_ops::apply_custom_unary;pub use custom_ops::custom_binary_op;pub use custom_ops::custom_reduce;pub use custom_ops::custom_unary_op;pub use pool_heuristics::AccessPatternTracker;pub use pool_heuristics::PoolingPolicy;pub use pool_heuristics::PoolingRecommender;pub use pool_heuristics::PoolingReport;pub use thread_local_pool::AggregatedPoolStats;pub use thread_local_pool::ThreadLocalPoolManager;pub use thread_local_pool::ThreadLocalPoolStats;pub use functions::*;pub use types::*;
Modules§
- advanced_
indexing - Advanced tensor indexing operations
- cpuexecutor_
traits - CpuExecutor - Trait Implementations
- custom_
ops - Custom operations with user-defined functions
- functions
- Auto-generated module
- optimized_
ops - Optimized operations integration layer
- parallel
- Parallel execution utilities for tensor operations
- pool_
heuristics - Smart pooling heuristics for automatic buffer pool management
- pooled_
ops - Memory-pooled tensor operations
- simd_
ops - SIMD-optimized element-wise operations
- thread_
local_ pool - Thread-local memory pools for zero-contention parallel execution
- tiled_
reductions - Tiled (blocked) reductions for large tensors
- types
- Auto-generated module
- vectorized_
broadcast - Vectorized broadcasting operations