ArmNN
 21.08
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 5630 of file ArmnnSchema_generated.h.

Member Typedef Documentation

◆ Table

typedef BatchToSpaceNdDescriptor Table

Definition at line 5631 of file ArmnnSchema_generated.h.

Constructor & Destructor Documentation

◆ BatchToSpaceNdDescriptorBuilder()

BatchToSpaceNdDescriptorBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Definition at line 5643 of file ArmnnSchema_generated.h.

5644  : fbb_(_fbb) {
5645  start_ = fbb_.StartTable();
5646  }

Member Function Documentation

◆ add_blockShape()

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

Definition at line 5634 of file ArmnnSchema_generated.h.

References VT_BLOCKSHAPE.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

5634  {
5635  fbb_.AddOffset(BatchToSpaceNdDescriptor::VT_BLOCKSHAPE, blockShape);
5636  }

◆ add_crops()

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

Definition at line 5637 of file ArmnnSchema_generated.h.

References VT_CROPS.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

5637  {
5638  fbb_.AddOffset(BatchToSpaceNdDescriptor::VT_CROPS, crops);
5639  }

◆ add_dataLayout()

void add_dataLayout ( armnnSerializer::DataLayout  dataLayout)
inline

Definition at line 5640 of file ArmnnSchema_generated.h.

References VT_DATALAYOUT.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

5640  {
5641  fbb_.AddElement<int8_t>(BatchToSpaceNdDescriptor::VT_DATALAYOUT, static_cast<int8_t>(dataLayout), 0);
5642  }

◆ Finish()

flatbuffers::Offset<BatchToSpaceNdDescriptor> Finish ( )
inline

Definition at line 5648 of file ArmnnSchema_generated.h.

Referenced by armnnSerializer::CreateBatchToSpaceNdDescriptor().

5648  {
5649  const auto end = fbb_.EndTable(start_);
5650  auto o = flatbuffers::Offset<BatchToSpaceNdDescriptor>(end);
5651  return o;
5652  }

◆ operator=()

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& fbb_

Definition at line 5632 of file ArmnnSchema_generated.h.

◆ start_

flatbuffers::uoffset_t start_

Definition at line 5633 of file ArmnnSchema_generated.h.


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