Halide
Halide::Internal::GeneratorParamInfo Class Reference

#include <Generator.h>

Public Member Functions

 GeneratorParamInfo (GeneratorBase *generator, size_t size)
 
const std::vector< Internal::GeneratorParamBase * > & generator_params () const
 
const std::vector< Internal::GeneratorInputBase * > & inputs () const
 
const std::vector< Internal::GeneratorOutputBase * > & outputs () const
 

Detailed Description

Definition at line 3107 of file Generator.h.

Constructor & Destructor Documentation

◆ GeneratorParamInfo()

Halide::Internal::GeneratorParamInfo::GeneratorParamInfo ( GeneratorBase generator,
size_t  size 
)

Member Function Documentation

◆ generator_params()

const std::vector<Internal::GeneratorParamBase *>& Halide::Internal::GeneratorParamInfo::generator_params ( ) const
inline

Definition at line 3133 of file Generator.h.

◆ inputs()

const std::vector<Internal::GeneratorInputBase *>& Halide::Internal::GeneratorParamInfo::inputs ( ) const
inline

Definition at line 3136 of file Generator.h.

Referenced by Halide::Internal::GeneratorBase::set_inputs().

◆ outputs()

const std::vector<Internal::GeneratorOutputBase *>& Halide::Internal::GeneratorParamInfo::outputs ( ) const
inline

Definition at line 3139 of file Generator.h.


The documentation for this class was generated from the following file: