public class CoercingTensorData extends java.lang.Object implements TensorData
| Constructor and Description |
|---|
CoercingTensorData(TensorData inner) |
| Modifier and Type | Method and Description |
|---|---|
int |
cardinality() |
int |
estimatedCardinality() |
TensorData |
getInner() |
long[] |
getShape() |
Representable[] |
getTypes() |
TensorIterator |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArity, isEmptypublic CoercingTensorData(TensorData inner)
public Representable[] getTypes()
getTypes in interface TensorDatapublic int estimatedCardinality()
estimatedCardinality in interface TensorDatapublic int cardinality()
cardinality in interface TensorDatapublic TensorIterator iterator()
iterator in interface TensorDatapublic long[] getShape()
getShape in interface TensorDatapublic TensorData getInner()