Interface EagerServiceOuterClass.RemoteTensorHandleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getOpId()
      The ID of the operation that produced this tensor.
      int getOutputNum()
      The index into the outputs of the operation that produced this tensor.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOpId

        long getOpId()
         The ID of the operation that produced this tensor.
         
        int64 op_id = 1;
        Returns:
        The opId.
      • getOutputNum

        int getOutputNum()
         The index into the outputs of the operation that produced this tensor.
         
        int32 output_num = 2;
        Returns:
        The outputNum.