Interface RunOptions.ExperimentalOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RunOptions.Experimental, RunOptions.Experimental.Builder
    Enclosing class:
    RunOptions

    public static interface RunOptions.ExperimentalOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCollectiveGraphKey()
      If non-zero, declares that this graph is going to use collective ops and must synchronize step_ids with any other graph with this same group_key value (in a distributed computation where tasks run disjoint graphs).
      • 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

      • getCollectiveGraphKey

        long getCollectiveGraphKey()
         If non-zero, declares that this graph is going to use collective
         ops and must synchronize step_ids with any other graph with this
         same group_key value (in a distributed computation where tasks
         run disjoint graphs).
         
        int64 collective_graph_key = 1;
        Returns:
        The collectiveGraphKey.