public final class SparseMatrixIndexCSR
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
SparseMatrixIndexCSR() |
| Modifier and Type | Method and Description |
|---|---|
SparseMatrixIndexCSR |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addIndicesBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesBufferOffset) |
static void |
addIndptrBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrBufferOffset) |
static int |
endSparseMatrixIndexCSR(com.google.flatbuffers.FlatBufferBuilder builder) |
static SparseMatrixIndexCSR |
getRootAsSparseMatrixIndexCSR(ByteBuffer _bb) |
static SparseMatrixIndexCSR |
getRootAsSparseMatrixIndexCSR(ByteBuffer _bb,
SparseMatrixIndexCSR obj) |
Buffer |
indicesBuffer()
indicesBuffer stores the location and size of the array that
contains the column indices of the corresponding non-zero values.
|
Buffer |
indicesBuffer(Buffer obj) |
Buffer |
indptrBuffer()
indptrBuffer stores the location and size of indptr array that
represents the range of the rows.
|
Buffer |
indptrBuffer(Buffer obj) |
static void |
startSparseMatrixIndexCSR(com.google.flatbuffers.FlatBufferBuilder builder) |
public static SparseMatrixIndexCSR getRootAsSparseMatrixIndexCSR(ByteBuffer _bb)
public static SparseMatrixIndexCSR getRootAsSparseMatrixIndexCSR(ByteBuffer _bb, SparseMatrixIndexCSR obj)
public void __init(int _i,
ByteBuffer _bb)
public SparseMatrixIndexCSR __assign(int _i, ByteBuffer _bb)
public Buffer indptrBuffer()
public Buffer indicesBuffer()
public static void startSparseMatrixIndexCSR(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addIndptrBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrBufferOffset)
public static void addIndicesBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesBufferOffset)
public static int endSparseMatrixIndexCSR(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2019 The Apache Software Foundation. All rights reserved.