public interface GradientDefOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFunctionName()
The function name.
|
com.github.os72.protobuf351.ByteString |
getFunctionNameBytes()
The function name.
|
String |
getGradientFunc()
The gradient function's name.
|
com.github.os72.protobuf351.ByteString |
getGradientFuncBytes()
The gradient function's name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getFunctionName()
The function name.
string function_name = 1;
com.github.os72.protobuf351.ByteString getFunctionNameBytes()
The function name.
string function_name = 1;
String getGradientFunc()
The gradient function's name.
string gradient_func = 2;
com.github.os72.protobuf351.ByteString getGradientFuncBytes()
The gradient function's name.
string gradient_func = 2;
Copyright © 2018. All rights reserved.