public final class SparseTensorIndexCSF
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
SparseTensorIndexCSF.Vector |
Constructor and Description |
---|
SparseTensorIndexCSF() |
Modifier and Type | Method and Description |
---|---|
SparseTensorIndexCSF |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addAxisOrder(com.google.flatbuffers.FlatBufferBuilder builder,
int axisOrderOffset) |
static void |
addIndicesBuffers(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesBuffersOffset) |
static void |
addIndicesType(com.google.flatbuffers.FlatBufferBuilder builder,
int indicesTypeOffset) |
static void |
addIndptrBuffers(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrBuffersOffset) |
static void |
addIndptrType(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrTypeOffset) |
int |
axisOrder(int j)
axisOrder stores the sequence in which dimensions were traversed to
produce the prefix tree.
|
ByteBuffer |
axisOrderAsByteBuffer() |
ByteBuffer |
axisOrderInByteBuffer(ByteBuffer _bb) |
int |
axisOrderLength() |
com.google.flatbuffers.IntVector |
axisOrderVector() |
com.google.flatbuffers.IntVector |
axisOrderVector(com.google.flatbuffers.IntVector obj) |
static int |
createAxisOrderVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createSparseTensorIndexCSF(com.google.flatbuffers.FlatBufferBuilder builder,
int indptrTypeOffset,
int indptrBuffersOffset,
int indicesTypeOffset,
int indicesBuffersOffset,
int axisOrderOffset) |
static int |
endSparseTensorIndexCSF(com.google.flatbuffers.FlatBufferBuilder builder) |
static SparseTensorIndexCSF |
getRootAsSparseTensorIndexCSF(ByteBuffer _bb) |
static SparseTensorIndexCSF |
getRootAsSparseTensorIndexCSF(ByteBuffer _bb,
SparseTensorIndexCSF obj) |
Buffer |
indicesBuffers(Buffer obj,
int j) |
Buffer |
indicesBuffers(int j)
indicesBuffers stores values of nodes.
|
int |
indicesBuffersLength() |
Buffer.Vector |
indicesBuffersVector() |
Buffer.Vector |
indicesBuffersVector(Buffer.Vector obj) |
Int |
indicesType()
The type of values in indicesBuffers
|
Int |
indicesType(Int obj) |
Buffer |
indptrBuffers(Buffer obj,
int j) |
Buffer |
indptrBuffers(int j)
indptrBuffers stores the sparsity structure.
|
int |
indptrBuffersLength() |
Buffer.Vector |
indptrBuffersVector() |
Buffer.Vector |
indptrBuffersVector(Buffer.Vector obj) |
Int |
indptrType()
CSF is a generalization of compressed sparse row (CSR) index.
|
Int |
indptrType(Int obj) |
static void |
startAxisOrderVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startIndicesBuffersVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startIndptrBuffersVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startSparseTensorIndexCSF(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 SparseTensorIndexCSF getRootAsSparseTensorIndexCSF(ByteBuffer _bb)
public static SparseTensorIndexCSF getRootAsSparseTensorIndexCSF(ByteBuffer _bb, SparseTensorIndexCSF obj)
public void __init(int _i, ByteBuffer _bb)
public SparseTensorIndexCSF __assign(int _i, ByteBuffer _bb)
public Int indptrType()
public Buffer indptrBuffers(int j)
public int indptrBuffersLength()
public Buffer.Vector indptrBuffersVector()
public Buffer.Vector indptrBuffersVector(Buffer.Vector obj)
public Int indicesType()
public Buffer indicesBuffers(int j)
public int indicesBuffersLength()
public Buffer.Vector indicesBuffersVector()
public Buffer.Vector indicesBuffersVector(Buffer.Vector obj)
public int axisOrder(int j)
public int axisOrderLength()
public com.google.flatbuffers.IntVector axisOrderVector()
public com.google.flatbuffers.IntVector axisOrderVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer axisOrderAsByteBuffer()
public ByteBuffer axisOrderInByteBuffer(ByteBuffer _bb)
public static int createSparseTensorIndexCSF(com.google.flatbuffers.FlatBufferBuilder builder, int indptrTypeOffset, int indptrBuffersOffset, int indicesTypeOffset, int indicesBuffersOffset, int axisOrderOffset)
public static void startSparseTensorIndexCSF(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addIndptrType(com.google.flatbuffers.FlatBufferBuilder builder, int indptrTypeOffset)
public static void addIndptrBuffers(com.google.flatbuffers.FlatBufferBuilder builder, int indptrBuffersOffset)
public static void startIndptrBuffersVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addIndicesType(com.google.flatbuffers.FlatBufferBuilder builder, int indicesTypeOffset)
public static void addIndicesBuffers(com.google.flatbuffers.FlatBufferBuilder builder, int indicesBuffersOffset)
public static void startIndicesBuffersVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addAxisOrder(com.google.flatbuffers.FlatBufferBuilder builder, int axisOrderOffset)
public static int createAxisOrderVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startAxisOrderVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endSparseTensorIndexCSF(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.