public static interface TensorNamespace.ValueInfoProtoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocString()
A human-readable documentation for this value.
|
org.nd4j.shade.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this value.
|
String |
getName()
This field MUST be present in this version of the IR.
|
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
This field MUST be present in this version of the IR.
|
TensorNamespace.TypeProto |
getType()
This field MUST be present in this version of the IR.
|
TensorNamespace.TypeProtoOrBuilder |
getTypeOrBuilder()
This field MUST be present in this version of the IR.
|
boolean |
hasType()
This field MUST be present in this version of the IR.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
This field MUST be present in this version of the IR.
string name = 1;org.nd4j.shade.protobuf.ByteString getNameBytes()
This field MUST be present in this version of the IR.
string name = 1;boolean hasType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;TensorNamespace.TypeProto getType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;TensorNamespace.TypeProtoOrBuilder getTypeOrBuilder()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;String getDocString()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;Copyright © 2021. All rights reserved.