Uses of Class
org.tensorflow.framework.GradientDef
Packages that use GradientDef
-
Uses of GradientDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return GradientDefModifier and TypeMethodDescriptionGradientDef.Builder.build()GradientDef.Builder.buildPartial()static GradientDefGradientDef.getDefaultInstance()GradientDef.Builder.getDefaultInstanceForType()GradientDef.getDefaultInstanceForType()FunctionDefLibrary.Builder.getGradient(int index) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.getGradient(int index) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibraryOrBuilder.getGradient(int index) repeated .tensorflow.GradientDef gradient = 2;static GradientDefGradientDef.parseDelimitedFrom(InputStream input) static GradientDefGradientDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradientDefGradientDef.parseFrom(byte[] data) static GradientDefGradientDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradientDefGradientDef.parseFrom(com.google.protobuf.ByteString data) static GradientDefGradientDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradientDefGradientDef.parseFrom(com.google.protobuf.CodedInputStream input) static GradientDefGradientDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradientDefGradientDef.parseFrom(InputStream input) static GradientDefGradientDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradientDefGradientDef.parseFrom(ByteBuffer data) static GradientDefGradientDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type GradientDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.getGradientList()repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.getGradientList()repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibraryOrBuilder.getGradientList()repeated .tensorflow.GradientDef gradient = 2;com.google.protobuf.Parser<GradientDef> GradientDef.getParserForType()static com.google.protobuf.Parser<GradientDef> GradientDef.parser()Methods in org.tensorflow.framework with parameters of type GradientDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.addGradient(int index, GradientDef value) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.addGradient(GradientDef value) repeated .tensorflow.GradientDef gradient = 2;GradientDef.Builder.mergeFrom(GradientDef other) static GradientDef.BuilderGradientDef.newBuilder(GradientDef prototype) FunctionDefLibrary.Builder.setGradient(int index, GradientDef value) repeated .tensorflow.GradientDef gradient = 2;Method parameters in org.tensorflow.framework with type arguments of type GradientDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.addAllGradient(Iterable<? extends GradientDef> values) repeated .tensorflow.GradientDef gradient = 2;