MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ slot_map()

Eigen::Map< const Eigen::ArrayXf > MayaFlux::Kinesis::Vision::VisionExecutor::slot_map ( size_t  i,
Eigen::Index  n 
) const
inlineprivatenoexcept

Zero-copy read-only Eigen::Map<const ArrayXf> over slot i.

Definition at line 188 of file VisionExecutor.hpp.

189 {
190 return { slot_vec(i).data(), n };
191 }
std::vector< float > & slot_vec(size_t i) noexcept
Mutable reference to the vector<float> inside slot i.

Referenced by run().

+ Here is the caller graph for this function: