GradientDefOrBuilder

interfaccia pubblica GradientDefOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getFunzioneNome ()
 The function name.
astratto com.google.protobuf.ByteString
getFunctionNameBytes ()
 The function name.
stringa astratta
getGradientFunc ()
 The gradient function's name.
astratto com.google.protobuf.ByteString
getGradientFuncBytes ()
 The gradient function's name.

Metodi pubblici

public abstract String getFunctionName ()

 The function name.
 
string function_name = 1;

estratto pubblico com.google.protobuf.ByteString getFunctionNameBytes ()

 The function name.
 
string function_name = 1;

stringa astratta pubblica getGradientFunc ()

 The gradient function's name.
 
string gradient_func = 2;

estratto pubblico com.google.protobuf.ByteString getGradientFuncBytes ()

 The gradient function's name.
 
string gradient_func = 2;