Uses of Class
org.tensorflow.framework.TensorDescription
-
Packages that use TensorDescription Package Description org.tensorflow.framework -
-
Uses of TensorDescription in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorDescription Modifier and Type Method Description TensorDescriptionTensorDescription.Builder. build()TensorDescriptionTensorDescription.Builder. buildPartial()static TensorDescriptionTensorDescription. getDefaultInstance()TensorDescriptionTensorDescription.Builder. getDefaultInstanceForType()TensorDescriptionTensorDescription. getDefaultInstanceForType()TensorDescriptionMemoryLogTensorAllocation.Builder. getTensor()Allocated tensor details.TensorDescriptionMemoryLogTensorAllocation. getTensor()Allocated tensor details.TensorDescriptionMemoryLogTensorAllocationOrBuilder. getTensor()Allocated tensor details.TensorDescriptionMemoryLogTensorOutput.Builder. getTensor()Output tensor details.TensorDescriptionMemoryLogTensorOutput. getTensor()Output tensor details.TensorDescriptionMemoryLogTensorOutputOrBuilder. getTensor()Output tensor details.TensorDescriptionNodeOutput.Builder. getTensorDescription().tensorflow.TensorDescription tensor_description = 3;TensorDescriptionNodeOutput. getTensorDescription().tensorflow.TensorDescription tensor_description = 3;TensorDescriptionNodeOutputOrBuilder. getTensorDescription().tensorflow.TensorDescription tensor_description = 3;static TensorDescriptionTensorDescription. parseDelimitedFrom(InputStream input)static TensorDescriptionTensorDescription. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorDescriptionTensorDescription. parseFrom(byte[] data)static TensorDescriptionTensorDescription. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorDescriptionTensorDescription. parseFrom(InputStream input)static TensorDescriptionTensorDescription. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorDescriptionTensorDescription. parseFrom(ByteBuffer data)static TensorDescriptionTensorDescription. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorDescriptionTensorDescription. parseFrom(org.nd4j.shade.protobuf.ByteString data)static TensorDescriptionTensorDescription. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorDescriptionTensorDescription. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static TensorDescriptionTensorDescription. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type TensorDescription Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<TensorDescription>TensorDescription. getParserForType()static org.nd4j.shade.protobuf.Parser<TensorDescription>TensorDescription. parser()Methods in org.tensorflow.framework with parameters of type TensorDescription Modifier and Type Method Description TensorDescription.BuilderTensorDescription.Builder. mergeFrom(TensorDescription other)MemoryLogTensorAllocation.BuilderMemoryLogTensorAllocation.Builder. mergeTensor(TensorDescription value)Allocated tensor details.MemoryLogTensorOutput.BuilderMemoryLogTensorOutput.Builder. mergeTensor(TensorDescription value)Output tensor details.NodeOutput.BuilderNodeOutput.Builder. mergeTensorDescription(TensorDescription value).tensorflow.TensorDescription tensor_description = 3;static TensorDescription.BuilderTensorDescription. newBuilder(TensorDescription prototype)MemoryLogTensorAllocation.BuilderMemoryLogTensorAllocation.Builder. setTensor(TensorDescription value)Allocated tensor details.MemoryLogTensorOutput.BuilderMemoryLogTensorOutput.Builder. setTensor(TensorDescription value)Output tensor details.NodeOutput.BuilderNodeOutput.Builder. setTensorDescription(TensorDescription value).tensorflow.TensorDescription tensor_description = 3;
-