public final class TensorDim
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
TensorDim.Vector |
Constructor and Description |
---|
TensorDim() |
Modifier and Type | Method and Description |
---|---|
TensorDim |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addSize(com.google.flatbuffers.FlatBufferBuilder builder,
long size) |
static int |
createTensorDim(com.google.flatbuffers.FlatBufferBuilder builder,
long size,
int nameOffset) |
static int |
endTensorDim(com.google.flatbuffers.FlatBufferBuilder builder) |
static TensorDim |
getRootAsTensorDim(ByteBuffer _bb) |
static TensorDim |
getRootAsTensorDim(ByteBuffer _bb,
TensorDim obj) |
String |
name()
Name of the dimension, optional
|
ByteBuffer |
nameAsByteBuffer() |
ByteBuffer |
nameInByteBuffer(ByteBuffer _bb) |
long |
size()
Length of dimension
|
static void |
startTensorDim(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static TensorDim getRootAsTensorDim(ByteBuffer _bb)
public static TensorDim getRootAsTensorDim(ByteBuffer _bb, TensorDim obj)
public void __init(int _i, ByteBuffer _bb)
public TensorDim __assign(int _i, ByteBuffer _bb)
public long size()
public String name()
public ByteBuffer nameAsByteBuffer()
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
public static int createTensorDim(com.google.flatbuffers.FlatBufferBuilder builder, long size, int nameOffset)
public static void startTensorDim(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addSize(com.google.flatbuffers.FlatBufferBuilder builder, long size)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
public static int endTensorDim(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.