PathType

Type Alias PathType 

Source
pub type PathType = Vec<Vec<usize>>;

Aliased Type§

pub struct PathType { /* private fields */ }

Trait Implementations§

Source§

impl PathOptimizer for PathType

Source§

fn optimize_path( &mut self, inputs: &[&ArrayIndexType], _output: &ArrayIndexType, _size_dict: &SizeDictType, _memory_limit: Option<SizeType>, ) -> Result<PathType, String>