public final class SparseMatrixIndexCSX
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
SparseMatrixIndexCSX.Vector |
Constructor and Description |
---|
SparseMatrixIndexCSX() |
Modifier and Type | Method and Description |
---|---|
SparseMatrixIndexCSX |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addCompressedAxis(com.google.flatbuffers.FlatBufferBuilder builder,
short compressedAxis) |
static void |
addIndicesBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesBufferOffset) |
static void |
addIndicesType(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesTypeOffset) |
static void |
addIndptrBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrBufferOffset) |
static void |
addIndptrType(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrTypeOffset) |
short |
compressedAxis()
Which axis, row or column, is compressed
|
static int |
endSparseMatrixIndexCSX(com.google.flatbuffers.FlatBufferBuilder builder) |
static SparseMatrixIndexCSX |
getRootAsSparseMatrixIndexCSX(ByteBuffer _bb) |
static SparseMatrixIndexCSX |
getRootAsSparseMatrixIndexCSX(ByteBuffer _bb,
SparseMatrixIndexCSX 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) |
Int |
indicesType()
The type of values in indicesBuffer
|
Int |
indicesType(Int obj) |
Buffer |
indptrBuffer()
indptrBuffer stores the location and size of indptr array that
represents the range of the rows.
|
Buffer |
indptrBuffer(Buffer obj) |
Int |
indptrType()
The type of values in indptrBuffer
|
Int |
indptrType(Int obj) |
static void |
startSparseMatrixIndexCSX(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 SparseMatrixIndexCSX getRootAsSparseMatrixIndexCSX(ByteBuffer _bb)
public static SparseMatrixIndexCSX getRootAsSparseMatrixIndexCSX(ByteBuffer _bb, SparseMatrixIndexCSX obj)
public void __init(int _i, ByteBuffer _bb)
public SparseMatrixIndexCSX __assign(int _i, ByteBuffer _bb)
public short compressedAxis()
public Int indptrType()
public Buffer indptrBuffer()
public Int indicesType()
public Buffer indicesBuffer()
public static void startSparseMatrixIndexCSX(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addCompressedAxis(com.google.flatbuffers.FlatBufferBuilder builder, short compressedAxis)
public static void addIndptrType(com.google.flatbuffers.FlatBufferBuilder builder, int indptrTypeOffset)
public static void addIndptrBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int indptrBufferOffset)
public static void addIndicesType(com.google.flatbuffers.FlatBufferBuilder builder, int indicesTypeOffset)
public static void addIndicesBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int indicesBufferOffset)
public static int endSparseMatrixIndexCSX(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.