public class NDArrayBacked extends CustomPythonObject implements HasArray
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NDArrayBacked(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
__setstate__(Object[] args) |
List<?> |
getArrayContent() |
int[] |
getArrayShape() |
Object |
getArrayType() |
NDArray |
getContent() |
Object |
getDType() |
NDArray |
getNDArray() |
__getstate__, __init__, __setstate__, createAttributeMapget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void __setstate__(Object[] args)
__setstate__ in class CustomPythonObjectpublic List<?> getArrayContent()
getArrayContent in interface HasArraypublic int[] getArrayShape()
getArrayShape in interface HasArraypublic Object getArrayType()
getArrayType in interface HasArraypublic NDArray getContent()
public NDArray getNDArray()
public Object getDType()
Copyright © 2022. All rights reserved.