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