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

◆ analyze_batch() [2/2]

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
std::vector< std::any > MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::analyze_batch ( const std::vector< InputType > &  inputs)
inline

Definition at line 209 of file UniversalAnalyzer.hpp.

210 {
211 return this->analyze_batch(as_io_batch(inputs));
212 }
std::vector< std::any > analyze_batch(const std::vector< input_type > &inputs)
Batch analysis for multiple inputs.
std::vector< Datum< T > > as_io_batch(const std::vector< T > &inputs)
Convert a vector of raw values into a vector of Datum wrappers.
Definition DataIO.hpp:341

References MayaFlux::Yantra::as_io_batch().

+ Here is the call graph for this function: