Halide
Halide::GeneratorOutput< T > Class Template Reference

#include <Generator.h>

Inherits GeneratorOutputImplBase< T >.

Public Member Functions

 GeneratorOutput (const std::string &name)
 
 GeneratorOutput (const char *name)
 
 GeneratorOutput (size_t array_size, const std::string &name)
 
 GeneratorOutput (const std::string &name, int d)
 
 GeneratorOutput (const std::string &name, const Type &t)
 
 GeneratorOutput (const std::string &name, const std::vector< Type > &t)
 
 GeneratorOutput (const std::string &name, const Type &t, int d)
 
 GeneratorOutput (const std::string &name, const std::vector< Type > &t, int d)
 
 GeneratorOutput (size_t array_size, const std::string &name, int d)
 
 GeneratorOutput (size_t array_size, const std::string &name, const Type &t)
 
 GeneratorOutput (size_t array_size, const std::string &name, const std::vector< Type > &t)
 
 GeneratorOutput (size_t array_size, const std::string &name, const Type &t, int d)
 
 GeneratorOutput (size_t array_size, const std::string &name, const std::vector< Type > &t, int d)
 
template<typename T2 , int D2>
GeneratorOutput< T > & operator= (Buffer< T2, D2 > &buffer)
 
template<typename T2 >
GeneratorOutput< T > & operator= (const Internal::StubOutputBuffer< T2 > &stub_output_buffer)
 
GeneratorOutput< T > & operator= (const Func &f)
 

Protected Types

using TBase = typename Super::TBase
 

Detailed Description

template<typename T>
class Halide::GeneratorOutput< T >

Definition at line 2786 of file Generator.h.

Member Typedef Documentation

◆ TBase

template<typename T >
using Halide::GeneratorOutput< T >::TBase = typename Super::TBase
protected

Definition at line 2791 of file Generator.h.

Constructor & Destructor Documentation

◆ GeneratorOutput() [1/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const std::string &  name)
inlineexplicit

Definition at line 2797 of file Generator.h.

◆ GeneratorOutput() [2/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const char *  name)
inlineexplicit

Definition at line 2801 of file Generator.h.

◆ GeneratorOutput() [3/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( size_t  array_size,
const std::string &  name 
)
inlineexplicit

Definition at line 2805 of file Generator.h.

◆ GeneratorOutput() [4/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const std::string &  name,
int  d 
)
inlineexplicit

Definition at line 2809 of file Generator.h.

◆ GeneratorOutput() [5/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const std::string &  name,
const Type t 
)
inlineexplicit

Definition at line 2813 of file Generator.h.

◆ GeneratorOutput() [6/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const std::string &  name,
const std::vector< Type > &  t 
)
inlineexplicit

Definition at line 2817 of file Generator.h.

◆ GeneratorOutput() [7/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const std::string &  name,
const Type t,
int  d 
)
inlineexplicit

Definition at line 2821 of file Generator.h.

◆ GeneratorOutput() [8/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( const std::string &  name,
const std::vector< Type > &  t,
int  d 
)
inlineexplicit

Definition at line 2825 of file Generator.h.

◆ GeneratorOutput() [9/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( size_t  array_size,
const std::string &  name,
int  d 
)
inlineexplicit

Definition at line 2829 of file Generator.h.

◆ GeneratorOutput() [10/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( size_t  array_size,
const std::string &  name,
const Type t 
)
inlineexplicit

Definition at line 2833 of file Generator.h.

◆ GeneratorOutput() [11/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( size_t  array_size,
const std::string &  name,
const std::vector< Type > &  t 
)
inlineexplicit

Definition at line 2837 of file Generator.h.

◆ GeneratorOutput() [12/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( size_t  array_size,
const std::string &  name,
const Type t,
int  d 
)
inlineexplicit

Definition at line 2841 of file Generator.h.

◆ GeneratorOutput() [13/13]

template<typename T >
Halide::GeneratorOutput< T >::GeneratorOutput ( size_t  array_size,
const std::string &  name,
const std::vector< Type > &  t,
int  d 
)
inlineexplicit

Definition at line 2845 of file Generator.h.

Member Function Documentation

◆ operator=() [1/3]

template<typename T >
template<typename T2 , int D2>
GeneratorOutput<T>& Halide::GeneratorOutput< T >::operator= ( Buffer< T2, D2 > &  buffer)
inline

Definition at line 2853 of file Generator.h.

◆ operator=() [2/3]

template<typename T >
template<typename T2 >
GeneratorOutput<T>& Halide::GeneratorOutput< T >::operator= ( const Internal::StubOutputBuffer< T2 > &  stub_output_buffer)
inline

Definition at line 2859 of file Generator.h.

◆ operator=() [3/3]

template<typename T >
GeneratorOutput<T>& Halide::GeneratorOutput< T >::operator= ( const Func f)
inline

Definition at line 2864 of file Generator.h.


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