Package org.tensorflow.framework
Interface RegisteredGradientOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegisteredGradient,RegisteredGradient.Builder
public interface RegisteredGradientOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe gradient function's name.com.google.protobuf.ByteStringThe gradient function's name.The gradient function's registered op type.com.google.protobuf.ByteStringThe gradient function's registered op type.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGradientFunc
String getGradientFunc()The gradient function's name.
string gradient_func = 1;- Returns:
- The gradientFunc.
-
getGradientFuncBytes
com.google.protobuf.ByteString getGradientFuncBytes()The gradient function's name.
string gradient_func = 1;- Returns:
- The bytes for gradientFunc.
-
getRegisteredOpType
String getRegisteredOpType()The gradient function's registered op type.
string registered_op_type = 2;- Returns:
- The registeredOpType.
-
getRegisteredOpTypeBytes
com.google.protobuf.ByteString getRegisteredOpTypeBytes()The gradient function's registered op type.
string registered_op_type = 2;- Returns:
- The bytes for registeredOpType.
-