Uses of Interface
org.tensorflow.metadata.v0.FixedShape.DimOrBuilder
-
Packages that use FixedShape.DimOrBuilder Package Description org.tensorflow.metadata.v0 -
-
Uses of FixedShape.DimOrBuilder in org.tensorflow.metadata.v0
Classes in org.tensorflow.metadata.v0 that implement FixedShape.DimOrBuilder Modifier and Type Class Description static classFixedShape.DimAn axis in a multi-dimensional feature representation.static classFixedShape.Dim.BuilderAn axis in a multi-dimensional feature representation.Methods in org.tensorflow.metadata.v0 that return FixedShape.DimOrBuilder Modifier and Type Method Description FixedShape.DimOrBuilderFixedShape.Builder. getDimOrBuilder(int index)The dimensions that define the shape.FixedShape.DimOrBuilderFixedShape. getDimOrBuilder(int index)The dimensions that define the shape.FixedShape.DimOrBuilderFixedShapeOrBuilder. getDimOrBuilder(int index)The dimensions that define the shape.Methods in org.tensorflow.metadata.v0 that return types with arguments of type FixedShape.DimOrBuilder Modifier and Type Method Description List<? extends FixedShape.DimOrBuilder>FixedShape.Builder. getDimOrBuilderList()The dimensions that define the shape.List<? extends FixedShape.DimOrBuilder>FixedShape. getDimOrBuilderList()The dimensions that define the shape.List<? extends FixedShape.DimOrBuilder>FixedShapeOrBuilder. getDimOrBuilderList()The dimensions that define the shape.
-