Uses of Interface
org.tensorflow.framework.TensorProtoOrBuilder
-
Packages that use TensorProtoOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of TensorProtoOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return TensorProtoOrBuilder Modifier and Type Method Description TensorProtoOrBuilderRunCallableRequest.Builder. getFeedOrBuilder(int index)Values of the tensors passed as arguments to the callable, in the order defined in the CallableOptions.feed field passed to MakeCallable.TensorProtoOrBuilderRunCallableRequest. getFeedOrBuilder(int index)Values of the tensors passed as arguments to the callable, in the order defined in the CallableOptions.feed field passed to MakeCallable.TensorProtoOrBuilderRunCallableRequestOrBuilder. getFeedOrBuilder(int index)Values of the tensors passed as arguments to the callable, in the order defined in the CallableOptions.feed field passed to MakeCallable.TensorProtoOrBuilderRunCallableResponse.Builder. getFetchOrBuilder(int index)Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.TensorProtoOrBuilderRunCallableResponse. getFetchOrBuilder(int index)Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.TensorProtoOrBuilderRunCallableResponseOrBuilder. getFetchOrBuilder(int index)Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.TensorProtoOrBuilderRecvTensorResponse.Builder. getTensorOrBuilder()The tensor as a proto.TensorProtoOrBuilderRecvTensorResponse. getTensorOrBuilder()The tensor as a proto.TensorProtoOrBuilderRecvTensorResponseOrBuilder. getTensorOrBuilder()The tensor as a proto.Methods in org.tensorflow.distruntime that return types with arguments of type TensorProtoOrBuilder Modifier and Type Method Description List<? extends TensorProtoOrBuilder>RunCallableRequest.Builder. getFeedOrBuilderList()Values of the tensors passed as arguments to the callable, in the order defined in the CallableOptions.feed field passed to MakeCallable.List<? extends TensorProtoOrBuilder>RunCallableRequest. getFeedOrBuilderList()Values of the tensors passed as arguments to the callable, in the order defined in the CallableOptions.feed field passed to MakeCallable.List<? extends TensorProtoOrBuilder>RunCallableRequestOrBuilder. getFeedOrBuilderList()Values of the tensors passed as arguments to the callable, in the order defined in the CallableOptions.feed field passed to MakeCallable.List<? extends TensorProtoOrBuilder>RunCallableResponse.Builder. getFetchOrBuilderList()Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.List<? extends TensorProtoOrBuilder>RunCallableResponse. getFetchOrBuilderList()Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.List<? extends TensorProtoOrBuilder>RunCallableResponseOrBuilder. getFetchOrBuilderList()Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable. -
Uses of TensorProtoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorProtoOrBuilder Modifier and Type Class Description classTensorProtoProtocol buffer representing a tensor.static classTensorProto.BuilderProtocol buffer representing a tensor.Methods in org.tensorflow.framework that return TensorProtoOrBuilder Modifier and Type Method Description TensorProtoOrBuilderAttrValue.Builder. getTensorOrBuilder()"tensor"TensorProtoOrBuilderAttrValue. getTensorOrBuilder()"tensor"TensorProtoOrBuilderAttrValue.ListValue.Builder. getTensorOrBuilder(int index)"list(tensor)"TensorProtoOrBuilderAttrValue.ListValue. getTensorOrBuilder(int index)"list(tensor)"TensorProtoOrBuilderAttrValue.ListValueOrBuilder. getTensorOrBuilder(int index)"list(tensor)"TensorProtoOrBuilderAttrValueOrBuilder. getTensorOrBuilder()"tensor"TensorProtoOrBuilderNamedTensorProto.Builder. getTensorOrBuilder()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.TensorProtoOrBuilderNamedTensorProto. getTensorOrBuilder()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.TensorProtoOrBuilderNamedTensorProtoOrBuilder. getTensorOrBuilder()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.TensorProtoOrBuilderSummary.Value.Builder. getTensorOrBuilder().tensorflow.TensorProto tensor = 8;TensorProtoOrBuilderSummary.Value. getTensorOrBuilder().tensorflow.TensorProto tensor = 8;TensorProtoOrBuilderSummary.ValueOrBuilder. getTensorOrBuilder().tensorflow.TensorProto tensor = 8;TensorProtoOrBuilderVariantTensorDataProto.Builder. getTensorsOrBuilder(int index)Tensors contained within objects being serialized.TensorProtoOrBuilderVariantTensorDataProto. getTensorsOrBuilder(int index)Tensors contained within objects being serialized.TensorProtoOrBuilderVariantTensorDataProtoOrBuilder. getTensorsOrBuilder(int index)Tensors contained within objects being serialized.Methods in org.tensorflow.framework that return types with arguments of type TensorProtoOrBuilder Modifier and Type Method Description List<? extends TensorProtoOrBuilder>AttrValue.ListValue.Builder. getTensorOrBuilderList()"list(tensor)"List<? extends TensorProtoOrBuilder>AttrValue.ListValue. getTensorOrBuilderList()"list(tensor)"List<? extends TensorProtoOrBuilder>AttrValue.ListValueOrBuilder. getTensorOrBuilderList()"list(tensor)"List<? extends TensorProtoOrBuilder>VariantTensorDataProto.Builder. getTensorsOrBuilderList()Tensors contained within objects being serialized.List<? extends TensorProtoOrBuilder>VariantTensorDataProto. getTensorsOrBuilderList()Tensors contained within objects being serialized.List<? extends TensorProtoOrBuilder>VariantTensorDataProtoOrBuilder. getTensorsOrBuilderList()Tensors contained within objects being serialized.
-