Interface EagerServiceOuterClass.RegisterFunctionRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getContextId()
      fixed64 context_id = 1;
      FunctionDef getFunctionDef()
      .tensorflow.FunctionDef function_def = 2;
      FunctionDefOrBuilder getFunctionDefOrBuilder()
      .tensorflow.FunctionDef function_def = 2;
      boolean hasFunctionDef()
      .tensorflow.FunctionDef function_def = 2;
      • 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

      • getContextId

        long getContextId()
        fixed64 context_id = 1;
        Returns:
        The contextId.
      • hasFunctionDef

        boolean hasFunctionDef()
        .tensorflow.FunctionDef function_def = 2;
        Returns:
        Whether the functionDef field is set.
      • getFunctionDef

        FunctionDef getFunctionDef()
        .tensorflow.FunctionDef function_def = 2;
        Returns:
        The functionDef.
      • getFunctionDefOrBuilder

        FunctionDefOrBuilder getFunctionDefOrBuilder()
        .tensorflow.FunctionDef function_def = 2;