Package | Description |
---|---|
org.apache.sysds.runtime.data |
Modifier and Type | Method and Description |
---|---|
DataTensorBlock |
DataTensorBlock.allocateBlock() |
DataTensorBlock |
TensorBlock.getDataTensor() |
Modifier and Type | Method and Description |
---|---|
void |
DataTensorBlock.copy(DataTensorBlock that) |
void |
DataTensorBlock.copy(int[] lower,
int[] upper,
DataTensorBlock src)
Copy a part of another
DataTensorBlock |
Constructor and Description |
---|
DataTensorBlock(DataTensorBlock that) |
TensorBlock(DataTensorBlock dataTensor)
Wrap the given
DataTensorBlock inside a TensorBlock . |
Copyright © 2020 The Apache Software Foundation. All rights reserved.