Package org.tensorflow.framework
Interface GradientDefOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GradientDef,GradientDef.Builder
public interface GradientDefOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFunctionName()The function name.org.nd4j.shade.protobuf.ByteStringgetFunctionNameBytes()The function name.StringgetGradientFunc()The gradient function's name.org.nd4j.shade.protobuf.ByteStringgetGradientFuncBytes()The gradient function's name.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFunctionName
String getFunctionName()
The function name.
string function_name = 1;- Returns:
- The functionName.
-
getFunctionNameBytes
org.nd4j.shade.protobuf.ByteString getFunctionNameBytes()
The function name.
string function_name = 1;- Returns:
- The bytes for functionName.
-
getGradientFunc
String getGradientFunc()
The gradient function's name.
string gradient_func = 2;- Returns:
- The gradientFunc.
-
getGradientFuncBytes
org.nd4j.shade.protobuf.ByteString getGradientFuncBytes()
The gradient function's name.
string gradient_func = 2;- Returns:
- The bytes for gradientFunc.
-
-