Package | Description |
---|---|
org.apache.sysds.runtime.data |
Modifier and Type | Method and Description |
---|---|
static DenseBlock.Type |
DenseBlockFactory.getDenseBlockType(DenseBlock dblock) |
static DenseBlock.Type |
DenseBlock.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DenseBlock.Type[] |
DenseBlock.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DenseBlock |
DenseBlockFactory.createDenseBlock(Types.ValueType vt,
DenseBlock.Type type,
int[] dims) |
static boolean |
DenseBlockFactory.isDenseBlockType(DenseBlock sblock,
DenseBlock.Type type) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.