Interface FunctionDefLibraryOrBuilder

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

    public interface FunctionDefLibraryOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getFunctionList

        List<FunctionDef> getFunctionList()
        repeated .tensorflow.FunctionDef function = 1;
      • getFunction

        FunctionDef getFunction​(int index)
        repeated .tensorflow.FunctionDef function = 1;
      • getFunctionCount

        int getFunctionCount()
        repeated .tensorflow.FunctionDef function = 1;
      • getFunctionOrBuilderList

        List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
        repeated .tensorflow.FunctionDef function = 1;
      • getFunctionOrBuilder

        FunctionDefOrBuilder getFunctionOrBuilder​(int index)
        repeated .tensorflow.FunctionDef function = 1;
      • getGradientList

        List<GradientDef> getGradientList()
        repeated .tensorflow.GradientDef gradient = 2;
      • getGradient

        GradientDef getGradient​(int index)
        repeated .tensorflow.GradientDef gradient = 2;
      • getGradientCount

        int getGradientCount()
        repeated .tensorflow.GradientDef gradient = 2;
      • getGradientOrBuilderList

        List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
        repeated .tensorflow.GradientDef gradient = 2;
      • getGradientOrBuilder

        GradientDefOrBuilder getGradientOrBuilder​(int index)
        repeated .tensorflow.GradientDef gradient = 2;