Uses of Interface
org.tensorflow.framework.NamedTensorProtoOrBuilder
Packages that use NamedTensorProtoOrBuilder
-
Uses of NamedTensorProtoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement NamedTensorProtoOrBuilderModifier and TypeClassDescriptionfinal classA pair of tensor name and tensor values.static final classA pair of tensor name and tensor values. -
Uses of NamedTensorProtoOrBuilder in tensorflow.serving
Methods in tensorflow.serving that return NamedTensorProtoOrBuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.getFeedOrBuilder(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.getFeedOrBuilder(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequestOrBuilder.getFeedOrBuilder(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.getTensorOrBuilder(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponse.getTensorOrBuilder(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponseOrBuilder.getTensorOrBuilder(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 NamedTensorProtoOrBuilderModifier and TypeMethodDescriptionList<? extends NamedTensorProtoOrBuilder> SessionServiceOuterClass.SessionRunRequest.Builder.getFeedOrBuilderList()Tensors to be fed in the step.List<? extends NamedTensorProtoOrBuilder> SessionServiceOuterClass.SessionRunRequest.getFeedOrBuilderList()Tensors to be fed in the step.List<? extends NamedTensorProtoOrBuilder> SessionServiceOuterClass.SessionRunRequestOrBuilder.getFeedOrBuilderList()Tensors to be fed in the step.List<? extends NamedTensorProtoOrBuilder> SessionServiceOuterClass.SessionRunResponse.Builder.getTensorOrBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.List<? extends NamedTensorProtoOrBuilder> SessionServiceOuterClass.SessionRunResponse.getTensorOrBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.List<? extends NamedTensorProtoOrBuilder> SessionServiceOuterClass.SessionRunResponseOrBuilder.getTensorOrBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.