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

◆ analyze_implementation()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
output_type MayaFlux::Yantra::GpuAnalyzer< InputType, OutputType >::analyze_implementation ( const input_type input)
inlineoverrideprotectedvirtual

Pure virtual analysis implementation - derived classes implement this.

Parameters
inputInput data with metadata
Returns
Raw analysis output before granularity formatting

Implements MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >.

Definition at line 56 of file GpuAnalyzer.hpp.

57 {
58 error<std::runtime_error>(
61 std::source_location::current(),
62 "GpuAnalyzer: GPU unavailable and no CPU fallback provided");
63 }
@ BufferProcessing
Buffer processing (Buffers::BufferManager, processing chains)
@ Yantra
DSP algorithms, computational units, matrix operations, Grammar.