Uses of Interface
org.tensorflow.framework.GradientDefOrBuilder
Packages that use GradientDefOrBuilder
-
Uses of GradientDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement GradientDefOrBuilderModifier and TypeClassDescriptionfinal classGradientDef defines the gradient function of a function defined in a function library.static final classGradientDef defines the gradient function of a function defined in a function library.Methods in org.tensorflow.framework that return GradientDefOrBuilderModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.getGradientOrBuilder(int index) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.getGradientOrBuilder(int index) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibraryOrBuilder.getGradientOrBuilder(int index) repeated .tensorflow.GradientDef gradient = 2;Methods in org.tensorflow.framework that return types with arguments of type GradientDefOrBuilderModifier and TypeMethodDescriptionList<? 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;