public final class TensorDim
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
TensorDim() |
| Modifier and Type | Method and Description |
|---|---|
TensorDim |
__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 name) |
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() |
long |
size()
Length of dimension
|
static void |
startTensorDim(com.google.flatbuffers.FlatBufferBuilder builder) |
public static TensorDim getRootAsTensorDim(ByteBuffer _bb)
public static TensorDim getRootAsTensorDim(ByteBuffer _bb, TensorDim obj)
public TensorDim __init(int _i, ByteBuffer _bb)
public long size()
public String name()
public ByteBuffer nameAsByteBuffer()
public static int createTensorDim(com.google.flatbuffers.FlatBufferBuilder builder,
long size,
int name)
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 © 2018 The Apache Software Foundation. All rights reserved.