public interface RunCallableResponseOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TensorProto |
getFetch(int index)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
int |
getFetchCount()
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
List<TensorProto> |
getFetchList()
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
TensorProtoOrBuilder |
getFetchOrBuilder(int index)
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
List<? extends TensorProtoOrBuilder> |
getFetchOrBuilderList()
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunMetadata |
getMetadata()
Returned metadata if requested in the options.
|
RunMetadataOrBuilder |
getMetadataOrBuilder()
Returned metadata if requested in the options.
|
boolean |
hasMetadata()
Returned metadata if requested in the options.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TensorProto> getFetchList()
Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.
repeated .tensorflow.TensorProto fetch = 1;TensorProto getFetch(int index)
Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.
repeated .tensorflow.TensorProto fetch = 1;int getFetchCount()
Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.
repeated .tensorflow.TensorProto fetch = 1;List<? extends TensorProtoOrBuilder> getFetchOrBuilderList()
Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.
repeated .tensorflow.TensorProto fetch = 1;TensorProtoOrBuilder getFetchOrBuilder(int index)
Values of the tensors returned by the callable, in the order defined in the CallableOptions.fetch field passed to MakeCallable.
repeated .tensorflow.TensorProto fetch = 1;boolean hasMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;RunMetadata getMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;RunMetadataOrBuilder getMetadataOrBuilder()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;Copyright © 2021. All rights reserved.