public static interface Onnx.TypeProtoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Onnx.TypeProto.Tensor |
getTensorType()
The type of a tensor.
|
Onnx.TypeProto.TensorOrBuilder |
getTensorTypeOrBuilder()
The type of a tensor.
|
Onnx.TypeProto.ValueCase |
getValueCase() |
boolean |
hasTensorType()
The type of a tensor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTensorType()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;Onnx.TypeProto.Tensor getTensorType()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;Onnx.TypeProto.TensorOrBuilder getTensorTypeOrBuilder()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;Onnx.TypeProto.ValueCase getValueCase()
Copyright © 2021. All rights reserved.