TT-MLIR
Classes | Namespaces | Functions | Variables
normalization_generated.h File Reference
#include "flatbuffers/flatbuffers.h"
#include "ttmlir/Target/Common/types_generated.h"
#include "ttmlir/Target/TTNN/types_generated.h"

Go to the source code of this file.

Classes

struct  tt::target::ttnn::FLATBUFFERS_FINAL_CLASS
 
struct  tt::target::ttnn::SoftmaxOpBuilder
 
struct  tt::target::ttnn::SoftmaxOp::Traits
 
struct  tt::target::ttnn::BatchNormOpBuilder
 
struct  tt::target::ttnn::BatchNormOp::Traits
 

Namespaces

 tt
 
 tt::target
 
 tt::target::ttnn
 

Functions

inline ::flatbuffers::Offset< SoftmaxOp > tt::target::ttnn::CreateSoftmaxOp (::flatbuffers::FlatBufferBuilder &_fbb, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > in=0, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > out=0, int32_t dimension=0)
 
inline ::flatbuffers::Offset< BatchNormOp > tt::target::ttnn::CreateBatchNormOp (::flatbuffers::FlatBufferBuilder &_fbb, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > input=0, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > running_mean=0, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > running_var=0, bool training=false, float epsilon=0.0f, float momentum=0.0f, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > weight=0, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > bias=0, ::flatbuffers::Offset< tt::target::ttnn::MemoryConfig > memory_config=0, ::flatbuffers::Offset< tt::target::ttnn::TensorRef > out=0)
 

Variables

 VT_IN = 4
 
 VT_OUT = 6
 
 VT_INPUT = 4
 
 VT_RUNNING_MEAN = 6
 
 VT_RUNNING_VAR = 8
 
 VT_TRAINING = 10
 
 VT_EPSILON = 12
 
 VT_MOMENTUM = 14
 
 VT_WEIGHT = 16
 
 VT_BIAS = 18
 
 VT_MEMORY_CONFIG = 20
 

Variable Documentation

◆ VT_BIAS

VT_BIAS = 18

◆ VT_EPSILON

VT_EPSILON = 12

◆ VT_IN

VT_IN = 4

◆ VT_INPUT

VT_INPUT = 4

◆ VT_MEMORY_CONFIG

VT_MEMORY_CONFIG = 20

◆ VT_MOMENTUM

VT_MOMENTUM = 14

◆ VT_OUT

VT_OUT = 6

◆ VT_RUNNING_MEAN

VT_RUNNING_MEAN = 6

◆ VT_RUNNING_VAR

VT_RUNNING_VAR = 8

◆ VT_TRAINING

VT_TRAINING = 10

◆ VT_WEIGHT

VT_WEIGHT = 16