Package org.nd4j.ir
Interface TensorNamespace.TensorShapeProtoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorNamespace.TensorShapeProto,TensorNamespace.TensorShapeProto.Builder
- Enclosing class:
- TensorNamespace
public static interface TensorNamespace.TensorShapeProtoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TensorNamespace.TensorShapeProto.DimensiongetDim(int index)repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;intgetDimCount()repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;List<TensorNamespace.TensorShapeProto.Dimension>getDimList()repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;TensorNamespace.TensorShapeProto.DimensionOrBuildergetDimOrBuilder(int index)repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder>getDimOrBuilderList()repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDimList
List<TensorNamespace.TensorShapeProto.Dimension> getDimList()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;
-
getDim
TensorNamespace.TensorShapeProto.Dimension getDim(int index)
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;
-
getDimCount
int getDimCount()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;
-
getDimOrBuilderList
List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder> getDimOrBuilderList()
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;
-
getDimOrBuilder
TensorNamespace.TensorShapeProto.DimensionOrBuilder getDimOrBuilder(int index)
repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;
-
-