GradientDefOrBuilder

interface pública GradientDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getFunctionName ()
 The function name.
abstrato com.google.protobuf.ByteString
getFunctionNameBytes ()
 The function name.
cadeia abstrata
getGradientFunc ()
 The gradient function's name.
abstrato com.google.protobuf.ByteString
getGradientFuncBytes ()
 The gradient function's name.

Métodos Públicos

String abstrata pública getFunctionName ()

 The function name.
 
string function_name = 1;

resumo público com.google.protobuf.ByteString getFunctionNameBytes ()

 The function name.
 
string function_name = 1;

String abstrata pública getGradientFunc ()

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

resumo público com.google.protobuf.ByteString getGradientFuncBytes ()

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