Module executor

Module executor 

Source
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