public class IndexedTensorBlock extends Object implements Serializable
| Constructor and Description | 
|---|
| IndexedTensorBlock() | 
| IndexedTensorBlock(IndexedTensorBlock that) | 
| IndexedTensorBlock(TensorIndexes ind,
                  TensorBlock b) | 
| Modifier and Type | Method and Description | 
|---|---|
| TensorIndexes | getIndexes() | 
| TensorBlock | getValue() | 
| void | set(TensorIndexes indexes2,
   TensorBlock block2) | 
| String | toString() | 
public IndexedTensorBlock()
public IndexedTensorBlock(TensorIndexes ind, TensorBlock b)
public IndexedTensorBlock(IndexedTensorBlock that)
public TensorIndexes getIndexes()
public TensorBlock getValue()
public void set(TensorIndexes indexes2, TensorBlock block2)
Copyright © 2020 The Apache Software Foundation. All rights reserved.