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 Details

    • 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;
    • getRegisteredGradientsList

      List<RegisteredGradient> getRegisteredGradientsList()
      repeated .tensorflow.RegisteredGradient registered_gradients = 3;
    • getRegisteredGradients

      RegisteredGradient getRegisteredGradients(int index)
      repeated .tensorflow.RegisteredGradient registered_gradients = 3;
    • getRegisteredGradientsCount

      int getRegisteredGradientsCount()
      repeated .tensorflow.RegisteredGradient registered_gradients = 3;
    • getRegisteredGradientsOrBuilderList

      List<? extends RegisteredGradientOrBuilder> getRegisteredGradientsOrBuilderList()
      repeated .tensorflow.RegisteredGradient registered_gradients = 3;
    • getRegisteredGradientsOrBuilder

      RegisteredGradientOrBuilder getRegisteredGradientsOrBuilder(int index)
      repeated .tensorflow.RegisteredGradient registered_gradients = 3;