All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.RunCallableResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto

package org.tensorflow.distruntime;

public interface RunCallableResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.RunCallableResponse)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ java.util.List 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; */ org.tensorflow.framework.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; */ java.util.List 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; */ org.tensorflow.framework.TensorProtoOrBuilder getFetchOrBuilder( int index); /** *
   * Returned metadata if requested in the options.
   * 
* * .tensorflow.RunMetadata metadata = 2; */ boolean hasMetadata(); /** *
   * Returned metadata if requested in the options.
   * 
* * .tensorflow.RunMetadata metadata = 2; */ org.tensorflow.framework.RunMetadata getMetadata(); /** *
   * Returned metadata if requested in the options.
   * 
* * .tensorflow.RunMetadata metadata = 2; */ org.tensorflow.framework.RunMetadataOrBuilder getMetadataOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy