Uses of Interface
org.nd4j.ir.TensorNamespace.TensorShapeProto.DimensionOrBuilder
-
Packages that use TensorNamespace.TensorShapeProto.DimensionOrBuilder Package Description org.nd4j.ir -
-
Uses of TensorNamespace.TensorShapeProto.DimensionOrBuilder in org.nd4j.ir
Classes in org.nd4j.ir that implement TensorNamespace.TensorShapeProto.DimensionOrBuilder Modifier and Type Class Description static classTensorNamespace.TensorShapeProto.DimensionProtobuf typeorg.nd4j.ir.TensorShapeProto.Dimensionstatic classTensorNamespace.TensorShapeProto.Dimension.BuilderProtobuf typeorg.nd4j.ir.TensorShapeProto.DimensionMethods in org.nd4j.ir that return TensorNamespace.TensorShapeProto.DimensionOrBuilder Modifier and Type Method Description TensorNamespace.TensorShapeProto.DimensionOrBuilderTensorNamespace.TensorShapeProto.Builder. getDimOrBuilder(int index)repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;TensorNamespace.TensorShapeProto.DimensionOrBuilderTensorNamespace.TensorShapeProto. getDimOrBuilder(int index)repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;TensorNamespace.TensorShapeProto.DimensionOrBuilderTensorNamespace.TensorShapeProtoOrBuilder. getDimOrBuilder(int index)repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;Methods in org.nd4j.ir that return types with arguments of type TensorNamespace.TensorShapeProto.DimensionOrBuilder Modifier and Type Method Description List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder>TensorNamespace.TensorShapeProto.Builder. getDimOrBuilderList()repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder>TensorNamespace.TensorShapeProto. getDimOrBuilderList()repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;List<? extends TensorNamespace.TensorShapeProto.DimensionOrBuilder>TensorNamespace.TensorShapeProtoOrBuilder. getDimOrBuilderList()repeated .org.nd4j.ir.TensorShapeProto.Dimension dim = 1;
-