Uses of Class
org.tensorflow.framework.TensorShapeProto.Builder
Packages that use TensorShapeProto.Builder
-
Uses of TensorShapeProto.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorShapeProto.BuilderModifier and TypeMethodDescriptionTensorShapeProto.Builder.addAllDim(Iterable<? extends TensorShapeProto.Dim> values) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.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.Builder.addDim(int index, TensorShapeProto.Dim.Builder builderForValue) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.addDim(TensorShapeProto.Dim value) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.addDim(TensorShapeProto.Dim.Builder builderForValue) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttrValue.ListValue.Builder.addShapeBuilder()"list(shape)"AttrValue.ListValue.Builder.addShapeBuilder(int index) "list(shape)"TensorShapeProto.Builder.clear()TensorShapeProto.Builder.clearDim()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TensorShapeProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TensorShapeProto.Builder.clearUnknownRank()If true, the number of dimensions in the shape is unknown.TensorShapeProto.Builder.clone()AttrValue.Builder.getShapeBuilder()"shape"AttrValue.ListValue.Builder.getShapeBuilder(int index) "list(shape)"CostGraphDef.Node.OutputInfo.Builder.getShapeBuilder().tensorflow.TensorShapeProto shape = 3;ResourceHandleProto.DtypeAndShape.Builder.getShapeBuilder()Shape of the tensor.TensorDescription.Builder.getShapeBuilder()Shape of the tensor.TensorInfo.Builder.getTensorShapeBuilder()The static shape should be recorded here, to the extent that it can be known in advance.TensorProto.Builder.getTensorShapeBuilder()Shape of the tensor.TensorShapeProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TensorShapeProto.Builder.mergeFrom(com.google.protobuf.Message other) TensorShapeProto.Builder.mergeFrom(TensorShapeProto other) final TensorShapeProto.BuilderTensorShapeProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TensorShapeProto.BuilderTensorShapeProto.newBuilder()static TensorShapeProto.BuilderTensorShapeProto.newBuilder(TensorShapeProto prototype) TensorShapeProto.newBuilderForType()protected TensorShapeProto.BuilderTensorShapeProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TensorShapeProto.Builder.removeDim(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.setDim(int index, TensorShapeProto.Dim value) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.setDim(int index, TensorShapeProto.Dim.Builder builderForValue) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorShapeProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final TensorShapeProto.BuilderTensorShapeProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TensorShapeProto.Builder.setUnknownRank(boolean value) If true, the number of dimensions in the shape is unknown.TensorShapeProto.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type TensorShapeProto.BuilderModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.getShapeBuilderList()"list(shape)"Methods in org.tensorflow.framework with parameters of type TensorShapeProto.BuilderModifier and TypeMethodDescriptionAttrValue.ListValue.Builder.addShape(int index, TensorShapeProto.Builder builderForValue) "list(shape)"AttrValue.ListValue.Builder.addShape(TensorShapeProto.Builder builderForValue) "list(shape)"AttrValue.Builder.setShape(TensorShapeProto.Builder builderForValue) "shape"AttrValue.ListValue.Builder.setShape(int index, TensorShapeProto.Builder builderForValue) "list(shape)"CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 3;ResourceHandleProto.DtypeAndShape.Builder.setShape(TensorShapeProto.Builder builderForValue) Shape of the tensor.TensorDescription.Builder.setShape(TensorShapeProto.Builder builderForValue) Shape of the tensor.TensorInfo.Builder.setTensorShape(TensorShapeProto.Builder builderForValue) The static shape should be recorded here, to the extent that it can be known in advance.TensorProto.Builder.setTensorShape(TensorShapeProto.Builder builderForValue) Shape of the tensor. -
Uses of TensorShapeProto.Builder in tensorflow
Methods in tensorflow that return TensorShapeProto.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.getShapeBuilder().tensorflow.TensorShapeProto shape = 2;Struct.BoundedTensorSpecProto.Builder.getShapeBuilder().tensorflow.TensorShapeProto shape = 2;Struct.TensorSpecProto.Builder.getShapeBuilder().tensorflow.TensorShapeProto shape = 2;Struct.StructuredValue.Builder.getTensorShapeValueBuilder()Represents a TensorShape.Methods in tensorflow with parameters of type TensorShapeProto.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedVariable.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;Struct.BoundedTensorSpecProto.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;Struct.TensorSpecProto.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;Struct.StructuredValue.Builder.setTensorShapeValue(TensorShapeProto.Builder builderForValue) Represents a TensorShape.