Uses of Interface
org.tensorflow.framework.TensorShapeProto.DimOrBuilder
-
Packages that use TensorShapeProto.DimOrBuilder Package Description org.tensorflow.framework -
-
Uses of TensorShapeProto.DimOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorShapeProto.DimOrBuilder Modifier and Type Class Description static classTensorShapeProto.DimOne dimension of the tensor.static classTensorShapeProto.Dim.BuilderOne dimension of the tensor.Methods in org.tensorflow.framework that return TensorShapeProto.DimOrBuilder Modifier and Type Method Description TensorShapeProto.DimOrBuilderTensorShapeProto.Builder. getDimOrBuilder(int index)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.DimOrBuilderTensorShapeProto. getDimOrBuilder(int index)Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.DimOrBuilderTensorShapeProtoOrBuilder. 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.DimOrBuilder Modifier and Type Method Description List<? 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.
-