Interface GradientDefOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GradientDef, GradientDef.Builder

    public interface GradientDefOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFunctionName()
      The function name.
      org.nd4j.shade.protobuf.ByteString getFunctionNameBytes()
      The function name.
      String getGradientFunc()
      The gradient function's name.
      org.nd4j.shade.protobuf.ByteString getGradientFuncBytes()
      The gradient function's name.
      • 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

      • getFunctionName

        String getFunctionName()
         The function name.
         
        string function_name = 1;
        Returns:
        The functionName.
      • getFunctionNameBytes

        org.nd4j.shade.protobuf.ByteString getFunctionNameBytes()
         The function name.
         
        string function_name = 1;
        Returns:
        The bytes for functionName.
      • getGradientFunc

        String getGradientFunc()
         The gradient function's name.
         
        string gradient_func = 2;
        Returns:
        The gradientFunc.
      • getGradientFuncBytes

        org.nd4j.shade.protobuf.ByteString getGradientFuncBytes()
         The gradient function's name.
         
        string gradient_func = 2;
        Returns:
        The bytes for gradientFunc.