| Package | Description |
|---|---|
| ai.konduit.serving.model |
| Modifier and Type | Method and Description |
|---|---|
static TensorDataType |
TensorDataType.fromNd4jType(org.nd4j.linalg.api.buffer.DataType dataType)
Deprecated.
|
static TensorDataType |
TensorDataType.fromNd4jType(org.nd4j.linalg.api.ndarray.INDArray array)
Deprecated.
|
static TensorDataType |
TensorDataType.fromProtoValue(String value)
Deprecated.
Map a tensor data type to a proto value found in tensorflow.
|
static TensorDataType |
TensorDataType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TensorDataType[] |
TensorDataType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.nd4j.linalg.api.buffer.DataType |
TensorDataType.toNd4jType(TensorDataType tensorDataType)
Deprecated.
|
static String |
TensorDataType.toPythonName(TensorDataType tensorDataType)
Deprecated.
Get the python name for the given data type
|
Copyright © 2022. All rights reserved.