| Package | Description |
|---|---|
| org.tensorflow.distruntime |
| Modifier and Type | Method and Description |
|---|---|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addAllFetch(Iterable<? extends TensorProto> values)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(int index,
TensorProto.Builder builderForValue)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(int index,
TensorProto value)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(TensorProto.Builder builderForValue)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(TensorProto value)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.clear() |
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearFetch()
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearMetadata()
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.clone() |
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeFrom(com.github.os72.protobuf351.Message other) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeFrom(RunCallableResponse other) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static RunCallableResponse.Builder |
RunCallableResponse.newBuilder() |
static RunCallableResponse.Builder |
RunCallableResponse.newBuilder(RunCallableResponse prototype) |
RunCallableResponse.Builder |
RunCallableResponse.newBuilderForType() |
protected RunCallableResponse.Builder |
RunCallableResponse.newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.removeFetch(int index)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setFetch(int index,
TensorProto.Builder builderForValue)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setFetch(int index,
TensorProto value)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.setMetadata(RunMetadata.Builder builderForValue)
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunCallableResponse.Builder |
RunCallableResponse.Builder.setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
RunCallableResponse.Builder |
RunCallableResponse.toBuilder() |
Copyright © 2018. All rights reserved.