public interface GradientDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFunctionName()
The function name.
|
com.google.protobuf.ByteString |
getFunctionNameBytes()
The function name.
|
java.lang.String |
getGradientFunc()
The gradient function's name.
|
com.google.protobuf.ByteString |
getGradientFuncBytes()
The gradient function's name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFunctionName()
The function name.
string function_name = 1;com.google.protobuf.ByteString getFunctionNameBytes()
The function name.
string function_name = 1;java.lang.String getGradientFunc()
The gradient function's name.
string gradient_func = 2;com.google.protobuf.ByteString getGradientFuncBytes()
The gradient function's name.
string gradient_func = 2;