Interface FunctionDefLibraryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FunctionDefLibrary, FunctionDefLibrary.Builder

    public interface FunctionDefLibraryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFunctionList

        java.util.List<FunctionDef> getFunctionList()
        repeated .org.platanios.tensorflow.proto.FunctionDef function = 1;
      • getFunction

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

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

        java.util.List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
        repeated .org.platanios.tensorflow.proto.FunctionDef function = 1;
      • getFunctionOrBuilder

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

        java.util.List<GradientDef> getGradientList()
        repeated .org.platanios.tensorflow.proto.GradientDef gradient = 2;
      • getGradient

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

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

        java.util.List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GradientDef gradient = 2;
      • getGradientOrBuilder

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