public final class SparseTensorIndexCOO
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
SparseTensorIndexCOO() |
| Modifier and Type | Method and Description |
|---|---|
SparseTensorIndexCOO |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addIndicesBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesBufferOffset) |
static int |
endSparseTensorIndexCOO(com.google.flatbuffers.FlatBufferBuilder builder) |
static SparseTensorIndexCOO |
getRootAsSparseTensorIndexCOO(ByteBuffer _bb) |
static SparseTensorIndexCOO |
getRootAsSparseTensorIndexCOO(ByteBuffer _bb,
SparseTensorIndexCOO obj) |
Buffer |
indicesBuffer()
COO's index list are represented as a NxM matrix,
where N is the number of non-zero values,
and M is the number of dimensions of a sparse tensor.
|
Buffer |
indicesBuffer(Buffer obj) |
static void |
startSparseTensorIndexCOO(com.google.flatbuffers.FlatBufferBuilder builder) |
public static SparseTensorIndexCOO getRootAsSparseTensorIndexCOO(ByteBuffer _bb)
public static SparseTensorIndexCOO getRootAsSparseTensorIndexCOO(ByteBuffer _bb, SparseTensorIndexCOO obj)
public void __init(int _i,
ByteBuffer _bb)
public SparseTensorIndexCOO __assign(int _i, ByteBuffer _bb)
public Buffer indicesBuffer()
public static void startSparseTensorIndexCOO(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addIndicesBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesBufferOffset)
public static int endSparseTensorIndexCOO(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2019 The Apache Software Foundation. All rights reserved.