public static interface TensorNamespace.TensorShapeProtoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TensorNamespace.TensorShapeProto.Dimension |
getDim(int index)
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1; |
int |
getDimCount()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1; |
List<TensorNamespace.TensorShapeProto.Dimension> |
getDimList()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1; |
TensorNamespace.TensorShapeProto.DimensionOrBuilder |
getDimOrBuilder(int index)
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1; |
List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder> |
getDimOrBuilderList()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TensorNamespace.TensorShapeProto.Dimension> getDimList()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;TensorNamespace.TensorShapeProto.Dimension getDim(int index)
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;int getDimCount()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder> getDimOrBuilderList()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;TensorNamespace.TensorShapeProto.DimensionOrBuilder getDimOrBuilder(int index)
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;Copyright © 2021. All rights reserved.