Uses of Class
org.tensorflow.framework.TensorInfo.Builder
Packages that use TensorInfo.Builder
-
Uses of TensorInfo.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorInfo.BuilderModifier and TypeMethodDescriptionTensorInfo.CompositeTensor.Builder.addComponentsBuilder()A TensorInfo for each flattened component tensor.TensorInfo.CompositeTensor.Builder.addComponentsBuilder(int index) A TensorInfo for each flattened component tensor.TensorInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorInfo.Builder.clear()TensorInfo.Builder.clearCompositeTensor()Generic encoding for CompositeTensors.TensorInfo.Builder.clearCooSparse()There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.Builder.clearDtype().tensorflow.DataType dtype = 2;TensorInfo.Builder.clearEncoding()TensorInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TensorInfo.Builder.clearName()For dense `Tensor`s, the name of the tensor in the graph.TensorInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TensorInfo.Builder.clearTensorShape()The static shape should be recorded here, to the extent that it can be known in advance.TensorInfo.Builder.clone()TensorInfo.CompositeTensor.Builder.getComponentsBuilder(int index) A TensorInfo for each flattened component tensor.AssetFileDef.Builder.getTensorInfoBuilder()The tensor to bind the asset filename to.TensorInfo.Builder.mergeCompositeTensor(TensorInfo.CompositeTensor value) Generic encoding for CompositeTensors.TensorInfo.Builder.mergeCooSparse(TensorInfo.CooSparse value) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TensorInfo.Builder.mergeFrom(com.google.protobuf.Message other) TensorInfo.Builder.mergeFrom(TensorInfo other) TensorInfo.Builder.mergeTensorShape(TensorShapeProto value) The static shape should be recorded here, to the extent that it can be known in advance.final TensorInfo.BuilderTensorInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TensorInfo.BuilderTensorInfo.newBuilder()static TensorInfo.BuilderTensorInfo.newBuilder(TensorInfo prototype) TensorInfo.newBuilderForType()protected TensorInfo.BuilderTensorInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SignatureDef.Builder.putInputsBuilderIfAbsent(String key) Named input parameters.SignatureDef.Builder.putOutputsBuilderIfAbsent(String key) Named output parameters.TensorInfo.Builder.setCompositeTensor(TensorInfo.CompositeTensor value) Generic encoding for CompositeTensors.TensorInfo.Builder.setCompositeTensor(TensorInfo.CompositeTensor.Builder builderForValue) Generic encoding for CompositeTensors.TensorInfo.Builder.setCooSparse(TensorInfo.CooSparse value) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix).TensorInfo.Builder.setCooSparse(TensorInfo.CooSparse.Builder builderForValue) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix)..tensorflow.DataType dtype = 2;TensorInfo.Builder.setDtypeValue(int value) .tensorflow.DataType dtype = 2;For dense `Tensor`s, the name of the tensor in the graph.TensorInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) For dense `Tensor`s, the name of the tensor in the graph.TensorInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TensorInfo.Builder.setTensorShape(TensorShapeProto value) The static shape should be recorded here, to the extent that it can be known in advance.TensorInfo.Builder.setTensorShape(TensorShapeProto.Builder builderForValue) The static shape should be recorded here, to the extent that it can be known in advance.final TensorInfo.BuilderTensorInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TensorInfo.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type TensorInfo.BuilderModifier and TypeMethodDescriptionTensorInfo.CompositeTensor.Builder.getComponentsBuilderList()A TensorInfo for each flattened component tensor.Methods in org.tensorflow.framework with parameters of type TensorInfo.BuilderModifier and TypeMethodDescriptionTensorInfo.CompositeTensor.Builder.addComponents(int index, TensorInfo.Builder builderForValue) A TensorInfo for each flattened component tensor.TensorInfo.CompositeTensor.Builder.addComponents(TensorInfo.Builder builderForValue) A TensorInfo for each flattened component tensor.TensorInfo.CompositeTensor.Builder.setComponents(int index, TensorInfo.Builder builderForValue) A TensorInfo for each flattened component tensor.AssetFileDef.Builder.setTensorInfo(TensorInfo.Builder builderForValue) The tensor to bind the asset filename to.