Uses of Interface
org.tensorflow.framework.TensorShapeProto.DimOrBuilder
Packages that use TensorShapeProto.DimOrBuilder
-
Uses of TensorShapeProto.DimOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorShapeProto.DimOrBuilderModifier and TypeClassDescriptionstatic final classOne dimension of the tensor.static final classOne dimension of the tensor.Methods in org.tensorflow.framework that return TensorShapeProto.DimOrBuilderModifier and TypeMethodDescriptionTensorShapeProto.Builder.getDimOrBuilder(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.getDimOrBuilder(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProtoOrBuilder.getDimOrBuilder(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.Methods in org.tensorflow.framework that return types with arguments of type TensorShapeProto.DimOrBuilderModifier and TypeMethodDescriptionList<? extends TensorShapeProto.DimOrBuilder> TensorShapeProto.Builder.getDimOrBuilderList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.List<? extends TensorShapeProto.DimOrBuilder> TensorShapeProto.getDimOrBuilderList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.List<? extends TensorShapeProto.DimOrBuilder> TensorShapeProtoOrBuilder.getDimOrBuilderList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.