public final class TensorDim
extends com.google.flatbuffers.Table
| コンストラクタと説明 |
|---|
TensorDim() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
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 © 2018 The Apache Software Foundation. All rights reserved.