Uses of Class
org.tensorflow.framework.NamedTensorProto
Packages that use NamedTensorProto
-
Uses of NamedTensorProto in org.tensorflow.framework
Methods in org.tensorflow.framework that return NamedTensorProtoModifier and TypeMethodDescriptionNamedTensorProto.Builder.build()NamedTensorProto.Builder.buildPartial()static NamedTensorProtoNamedTensorProto.getDefaultInstance()NamedTensorProto.Builder.getDefaultInstanceForType()NamedTensorProto.getDefaultInstanceForType()static NamedTensorProtoNamedTensorProto.parseDelimitedFrom(InputStream input) static NamedTensorProtoNamedTensorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NamedTensorProtoNamedTensorProto.parseFrom(byte[] data) static NamedTensorProtoNamedTensorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NamedTensorProtoNamedTensorProto.parseFrom(com.google.protobuf.ByteString data) static NamedTensorProtoNamedTensorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NamedTensorProtoNamedTensorProto.parseFrom(com.google.protobuf.CodedInputStream input) static NamedTensorProtoNamedTensorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NamedTensorProtoNamedTensorProto.parseFrom(InputStream input) static NamedTensorProtoNamedTensorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NamedTensorProtoNamedTensorProto.parseFrom(ByteBuffer data) static NamedTensorProtoNamedTensorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type NamedTensorProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<NamedTensorProto> NamedTensorProto.getParserForType()static com.google.protobuf.Parser<NamedTensorProto> NamedTensorProto.parser()Methods in org.tensorflow.framework with parameters of type NamedTensorProtoModifier and TypeMethodDescriptionNamedTensorProto.Builder.mergeFrom(NamedTensorProto other) static NamedTensorProto.BuilderNamedTensorProto.newBuilder(NamedTensorProto prototype) -
Uses of NamedTensorProto in tensorflow.serving
Methods in tensorflow.serving that return NamedTensorProtoModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.getFeed(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.getFeed(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequestOrBuilder.getFeed(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.getTensor(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponse.getTensor(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponseOrBuilder.getTensor(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.Methods in tensorflow.serving that return types with arguments of type NamedTensorProtoModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.getFeedList()Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.getFeedList()Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequestOrBuilder.getFeedList()Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.getTensorList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponse.getTensorList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponseOrBuilder.getTensorList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.Methods in tensorflow.serving with parameters of type NamedTensorProtoModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.addFeed(int index, NamedTensorProto value) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addFeed(NamedTensorProto value) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.addTensor(int index, NamedTensorProto value) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponse.Builder.addTensor(NamedTensorProto value) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunRequest.Builder.setFeed(int index, NamedTensorProto value) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.setTensor(int index, NamedTensorProto value) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.Method parameters in tensorflow.serving with type arguments of type NamedTensorProtoModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.addAllFeed(Iterable<? extends NamedTensorProto> values) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.addAllTensor(Iterable<? extends NamedTensorProto> values) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.