public static interface TensorNamespace.TypeProto.TensorDescriptorOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TensorNamespace.DataType |
getElemType()
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
int |
getElemTypeValue()
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
TensorNamespace.TensorShapeProto |
getShape()
.org.nd4j.ir.TensorShapeProto shape = 2; |
TensorNamespace.TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.org.nd4j.ir.TensorShapeProto shape = 2; |
boolean |
hasShape()
.org.nd4j.ir.TensorShapeProto shape = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getElemTypeValue()
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
.org.nd4j.ir.DataType elem_type = 1;TensorNamespace.DataType getElemType()
This field MUST NOT have the value of UNDEFINED This field MUST be present for this version of the IR.
.org.nd4j.ir.DataType elem_type = 1;boolean hasShape()
.org.nd4j.ir.TensorShapeProto shape = 2;TensorNamespace.TensorShapeProto getShape()
.org.nd4j.ir.TensorShapeProto shape = 2;TensorNamespace.TensorShapeProtoOrBuilder getShapeOrBuilder()
.org.nd4j.ir.TensorShapeProto shape = 2;Copyright © 2021. All rights reserved.