Uses of Class
org.tensorflow.proto.TensorInfo.Builder
Packages that use TensorInfo.Builder
-
Uses of TensorInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type TensorInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classInformation about a Tensor necessary for feeding or retrieval.Methods in org.tensorflow.proto 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.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.clearName()For dense `Tensor`s, the name of the tensor in the graph.TensorInfo.Builder.clearTensorShape()The static shape should be recorded here, to the extent that it can be known in advance.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(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 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.static TensorInfo.BuilderTensorInfo.newBuilder()static TensorInfo.BuilderTensorInfo.newBuilder(TensorInfo prototype) TensorInfo.newBuilderForType()protected TensorInfo.BuilderTensorInfo.newBuilderForType(AbstractMessage.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(ByteString value) For dense `Tensor`s, the name of the tensor in the graph.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.TensorInfo.toBuilder()Methods in org.tensorflow.proto 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.proto 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.