Uses of Class
org.tensorflow.framework.TensorDescription
Packages that use TensorDescription
-
Uses of TensorDescription in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorDescriptionModifier and TypeMethodDescriptionTensorDescription.Builder.build()TensorDescription.Builder.buildPartial()static TensorDescriptionTensorDescription.getDefaultInstance()TensorDescription.Builder.getDefaultInstanceForType()TensorDescription.getDefaultInstanceForType()NodeOutput.Builder.getTensorDescription().tensorflow.TensorDescription tensor_description = 3;NodeOutput.getTensorDescription().tensorflow.TensorDescription tensor_description = 3;NodeOutputOrBuilder.getTensorDescription().tensorflow.TensorDescription tensor_description = 3;static TensorDescriptionTensorDescription.parseDelimitedFrom(InputStream input) static TensorDescriptionTensorDescription.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptionTensorDescription.parseFrom(byte[] data) static TensorDescriptionTensorDescription.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptionTensorDescription.parseFrom(com.google.protobuf.ByteString data) static TensorDescriptionTensorDescription.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptionTensorDescription.parseFrom(com.google.protobuf.CodedInputStream input) static TensorDescriptionTensorDescription.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptionTensorDescription.parseFrom(InputStream input) static TensorDescriptionTensorDescription.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptionTensorDescription.parseFrom(ByteBuffer data) static TensorDescriptionTensorDescription.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type TensorDescriptionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TensorDescription> TensorDescription.getParserForType()static com.google.protobuf.Parser<TensorDescription> TensorDescription.parser()Methods in org.tensorflow.framework with parameters of type TensorDescriptionModifier and TypeMethodDescriptionTensorDescription.Builder.mergeFrom(TensorDescription other) NodeOutput.Builder.mergeTensorDescription(TensorDescription value) .tensorflow.TensorDescription tensor_description = 3;static TensorDescription.BuilderTensorDescription.newBuilder(TensorDescription prototype) NodeOutput.Builder.setTensorDescription(TensorDescription value) .tensorflow.TensorDescription tensor_description = 3;