Uses of Interface
org.tensorflow.framework.GradientDefOrBuilder
-
Packages that use GradientDefOrBuilder Package Description org.tensorflow.framework -
-
Uses of GradientDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement GradientDefOrBuilder Modifier and Type Class Description classGradientDefGradientDef defines the gradient function of a function defined in a function library.static classGradientDef.BuilderGradientDef defines the gradient function of a function defined in a function library.Methods in org.tensorflow.framework that return GradientDefOrBuilder Modifier and Type Method Description GradientDefOrBuilderFunctionDefLibrary.Builder. getGradientOrBuilder(int index)repeated .tensorflow.GradientDef gradient = 2;GradientDefOrBuilderFunctionDefLibrary. getGradientOrBuilder(int index)repeated .tensorflow.GradientDef gradient = 2;GradientDefOrBuilderFunctionDefLibraryOrBuilder. getGradientOrBuilder(int index)repeated .tensorflow.GradientDef gradient = 2;Methods in org.tensorflow.framework that return types with arguments of type GradientDefOrBuilder Modifier and Type Method Description List<? extends GradientDefOrBuilder>FunctionDefLibrary.Builder. getGradientOrBuilderList()repeated .tensorflow.GradientDef gradient = 2;List<? extends GradientDefOrBuilder>FunctionDefLibrary. getGradientOrBuilderList()repeated .tensorflow.GradientDef gradient = 2;List<? extends GradientDefOrBuilder>FunctionDefLibraryOrBuilder. getGradientOrBuilderList()repeated .tensorflow.GradientDef gradient = 2;
-