FunctionDefLibraryOrBuilder

public interface FunctionDefLibraryOrBuilder
Known Indirect Subclasses

Public Methods

abstract FunctionDef
getFunction(int index)
repeated .tensorflow.FunctionDef function = 1;
abstract int
getFunctionCount()
repeated .tensorflow.FunctionDef function = 1;
abstract List<FunctionDef>
getFunctionList()
repeated .tensorflow.FunctionDef function = 1;
abstract FunctionDefOrBuilder
getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
abstract List<? extends FunctionDefOrBuilder>
getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
abstract GradientDef
getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;
abstract int
getGradientCount()
repeated .tensorflow.GradientDef gradient = 2;
abstract List<GradientDef>
getGradientList()
repeated .tensorflow.GradientDef gradient = 2;
abstract GradientDefOrBuilder
getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;
abstract List<? extends GradientDefOrBuilder>
getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;

Public Methods

public abstract FunctionDef getFunction (int index)

repeated .tensorflow.FunctionDef function = 1;

public abstract int getFunctionCount ()

repeated .tensorflow.FunctionDef function = 1;

public abstract List<FunctionDef> getFunctionList ()

repeated .tensorflow.FunctionDef function = 1;

public abstract FunctionDefOrBuilder getFunctionOrBuilder (int index)

repeated .tensorflow.FunctionDef function = 1;

public abstract List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList ()

repeated .tensorflow.FunctionDef function = 1;

public abstract GradientDef getGradient (int index)

repeated .tensorflow.GradientDef gradient = 2;

public abstract int getGradientCount ()

repeated .tensorflow.GradientDef gradient = 2;

public abstract List<GradientDef> getGradientList ()

repeated .tensorflow.GradientDef gradient = 2;

public abstract GradientDefOrBuilder getGradientOrBuilder (int index)

repeated .tensorflow.GradientDef gradient = 2;

public abstract List<? extends GradientDefOrBuilder> getGradientOrBuilderList ()

repeated .tensorflow.GradientDef gradient = 2;