Uses of Class
org.tensorflow.framework.TensorShapeProto.Dim
-
Packages that use TensorShapeProto.Dim Package Description org.tensorflow.framework -
-
Uses of TensorShapeProto.Dim in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorShapeProto.Dim Modifier and Type Method Description TensorShapeProto.DimTensorShapeProto.Dim.Builder. build()TensorShapeProto.DimTensorShapeProto.Dim.Builder. buildPartial()static TensorShapeProto.DimTensorShapeProto.Dim. getDefaultInstance()TensorShapeProto.DimTensorShapeProto.Dim.Builder. getDefaultInstanceForType()TensorShapeProto.DimTensorShapeProto.Dim. getDefaultInstanceForType()TensorShapeProto.DimTensorShapeProto.Builder. getDim(int index)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.DimTensorShapeProto. getDim(int index)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.DimTensorShapeProtoOrBuilder. getDim(int index)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.static TensorShapeProto.DimTensorShapeProto.Dim. parseDelimitedFrom(InputStream input)static TensorShapeProto.DimTensorShapeProto.Dim. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(byte[] data)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(InputStream input)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(ByteBuffer data)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(org.nd4j.shade.protobuf.ByteString data)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static TensorShapeProto.DimTensorShapeProto.Dim. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type TensorShapeProto.Dim Modifier and Type Method Description List<TensorShapeProto.Dim>TensorShapeProto.Builder. getDimList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.List<TensorShapeProto.Dim>TensorShapeProto. getDimList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.List<TensorShapeProto.Dim>TensorShapeProtoOrBuilder. getDimList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.org.nd4j.shade.protobuf.Parser<TensorShapeProto.Dim>TensorShapeProto.Dim. getParserForType()static org.nd4j.shade.protobuf.Parser<TensorShapeProto.Dim>TensorShapeProto.Dim. parser()Methods in org.tensorflow.framework with parameters of type TensorShapeProto.Dim Modifier and Type Method Description TensorShapeProto.BuilderTensorShapeProto.Builder. addDim(int index, TensorShapeProto.Dim value)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.BuilderTensorShapeProto.Builder. addDim(TensorShapeProto.Dim value)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.Builder. mergeFrom(TensorShapeProto.Dim other)static TensorShapeProto.Dim.BuilderTensorShapeProto.Dim. newBuilder(TensorShapeProto.Dim prototype)TensorShapeProto.BuilderTensorShapeProto.Builder. setDim(int index, TensorShapeProto.Dim value)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.Method parameters in org.tensorflow.framework with type arguments of type TensorShapeProto.Dim Modifier and Type Method Description TensorShapeProto.BuilderTensorShapeProto.Builder. addAllDim(Iterable<? extends TensorShapeProto.Dim> values)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.
-