public static interface OnnxMl.TypeProto.MapOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OnnxMl.TensorProto.DataType |
getKeyType()
This field MUST be present for this version of the IR.
|
int |
getKeyTypeValue()
This field MUST be present for this version of the IR.
|
OnnxMl.TypeProto |
getValueType()
This field MUST be present for this version of the IR.
|
OnnxMl.TypeProtoOrBuilder |
getValueTypeOrBuilder()
This field MUST be present for this version of the IR.
|
boolean |
hasValueType()
This field MUST be present for this version of the IR.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKeyTypeValue()
This field MUST be present for this version of the IR.
This field MUST refer to an integral type ([U]INT{8|16|32|64}) or STRING
.onnx.TensorProto.DataType key_type = 1;OnnxMl.TensorProto.DataType getKeyType()
This field MUST be present for this version of the IR.
This field MUST refer to an integral type ([U]INT{8|16|32|64}) or STRING
.onnx.TensorProto.DataType key_type = 1;boolean hasValueType()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;OnnxMl.TypeProto getValueType()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;OnnxMl.TypeProtoOrBuilder getValueTypeOrBuilder()
This field MUST be present for this version of the IR.
.onnx.TypeProto value_type = 2;Copyright © 2021. All rights reserved.