Interface EagerServiceOuterClass.QueueResponseOrBuilder

    • Method Detail

      • getShapeList

        java.util.List<TensorShapeProto> getShapeList()
         `shape` and `tensor` cannot be set in the same response.
         Shapes of output tensors for creating remote TensorHandles.
         
        repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
      • getShape

        TensorShapeProto getShape​(int index)
         `shape` and `tensor` cannot be set in the same response.
         Shapes of output tensors for creating remote TensorHandles.
         
        repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
      • getShapeCount

        int getShapeCount()
         `shape` and `tensor` cannot be set in the same response.
         Shapes of output tensors for creating remote TensorHandles.
         
        repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
      • getShapeOrBuilderList

        java.util.List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList()
         `shape` and `tensor` cannot be set in the same response.
         Shapes of output tensors for creating remote TensorHandles.
         
        repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
      • getShapeOrBuilder

        TensorShapeProtoOrBuilder getShapeOrBuilder​(int index)
         `shape` and `tensor` cannot be set in the same response.
         Shapes of output tensors for creating remote TensorHandles.
         
        repeated .org.platanios.tensorflow.proto.TensorShapeProto shape = 1;
      • getTensorList

        java.util.List<TensorProto> getTensorList()
         Output tensors of a remote function. Set when Operation.id is invalid.
         
        repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
      • getTensor

        TensorProto getTensor​(int index)
         Output tensors of a remote function. Set when Operation.id is invalid.
         
        repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
      • getTensorCount

        int getTensorCount()
         Output tensors of a remote function. Set when Operation.id is invalid.
         
        repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
      • getTensorOrBuilderList

        java.util.List<? extends TensorProtoOrBuilder> getTensorOrBuilderList()
         Output tensors of a remote function. Set when Operation.id is invalid.
         
        repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;
      • getTensorOrBuilder

        TensorProtoOrBuilder getTensorOrBuilder​(int index)
         Output tensors of a remote function. Set when Operation.id is invalid.
         
        repeated .org.platanios.tensorflow.proto.TensorProto tensor = 2;