ArmNN
 22.02
BatchToSpaceNdDescriptorBuilder Struct Reference

#include <ArmnnSchema_generated.h>

Public Types

typedef BatchToSpaceNdDescriptor Table
 

Public Member Functions

void add_blockShape (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> blockShape)
 
void add_crops (flatbuffers::Offset< flatbuffers::Vector< uint32_t >> crops)
 
void add_dataLayout (armnnSerializer::DataLayout dataLayout)
 
 BatchToSpaceNdDescriptorBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
BatchToSpaceNdDescriptorBuilderoperator= (const BatchToSpaceNdDescriptorBuilder &)
 
flatbuffers::Offset< BatchToSpaceNdDescriptor > Finish ()
 

Public Attributes

flatbuffers::FlatBufferBuilder & fbb_
 
flatbuffers::uoffset_t start_
 

Detailed Description

Definition at line 6308 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef BatchToSpaceNdDescriptor Table

Definition at line 6309 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ BatchToSpaceNdDescriptorBuilder()

BatchToSpaceNdDescriptorBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 6321 of file ArmnnSchema_generated.h.

6322  : fbb_(_fbb) {
6323  start_ = fbb_.StartTable();
6324  }

Member Function Documentation

◆ add_blockShape()

void add_blockShape ( flatbuffers::Offset< flatbuffers::Vector< uint32_t >>  blockShape)
inline

Definition at line 6312 of file ArmnnSchema_generated.h.

References VT_BLOCKSHAPE.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

6312  {
6313  fbb_.AddOffset(BatchToSpaceNdDescriptor::VT_BLOCKSHAPE, blockShape);
6314  }

◆ add_crops()

void add_crops ( flatbuffers::Offset< flatbuffers::Vector< uint32_t >>  crops)
inline

Definition at line 6315 of file ArmnnSchema_generated.h.

References VT_CROPS.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

6315  {
6316  fbb_.AddOffset(BatchToSpaceNdDescriptor::VT_CROPS, crops);
6317  }

◆ add_dataLayout()

void add_dataLayout ( armnnSerializer::DataLayout  dataLayout)
inline

Definition at line 6318 of file ArmnnSchema_generated.h.

References VT_DATALAYOUT.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

6318  {
6319  fbb_.AddElement<int8_t>(BatchToSpaceNdDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 0);
6320  }

◆ Finish()

flatbuffers::Offset<BatchToSpaceNdDescriptor> Finish ( )
inline

Definition at line 6326 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

6326  {
6327  const auto end = fbb_.EndTable(start_);
6328  auto o = flatbuffers::Offset<BatchToSpaceNdDescriptor>(end);
6329  return o;
6330  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 6310 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 6311 of file ArmnnSchema_generated.h.


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