SignatureDefOrBuilder

ממשק ציבורי SignatureDefOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

בוליאני מופשט
containsInputs (מפתח מחרוזת)
 Named input parameters.
בוליאני מופשט
containsoutputs (מפתח מחרוזת)
 Named output parameters.
מפה מופשטת<String, TensorInfo >
getInputs ()
השתמש getInputsMap() במקום זאת.
מופשט int
getInputsCount ()
 Named input parameters.
מפה מופשטת<String, TensorInfo >
getInputsMap ()
 Named input parameters.
מופשט TensorInfo
getInputsOrDefault (מפתח מחרוזת, TensorInfo defaultValue)
 Named input parameters.
מופשט TensorInfo
getInputsOrThrow (מפתח מחרוזת)
 Named input parameters.
מחרוזת מופשטת
getMethodName ()
 Extensible method_name information enabling third-party users to mark a
 SignatureDef as supporting a particular method.
תקציר com.google.protobuf.ByteString
getMethodNameBytes ()
 Extensible method_name information enabling third-party users to mark a
 SignatureDef as supporting a particular method.
מפה מופשטת<String, TensorInfo >
getOutputs ()
השתמש getOutputsMap() במקום זאת.
מופשט int
getOutputsCount ()
 Named output parameters.
מפה מופשטת<String, TensorInfo >
getOutputsMap ()
 Named output parameters.
מופשט TensorInfo
getOutputsOrDefault (מפתח מחרוזת, TensorInfo defaultValue)
 Named output parameters.
מופשט TensorInfo
getOutputsOrThrow (מפתח מחרוזת)
 Named output parameters.

שיטות ציבוריות

תקציר ציבורי בוליאני מכילInputs (מפתח מחרוזת)

 Named input parameters.
 
map<string, .tensorflow.TensorInfo> inputs = 1;

תקציר ציבורי בוליאני מכיל פלטי (מפתח מחרוזת)

 Named output parameters.
 
map<string, .tensorflow.TensorInfo> outputs = 2;

תקציר ציבורי מפה<String, TensorInfo > getInputs ()

השתמש getInputsMap() במקום זאת.

תקציר ציבורי int getInputsCount ()

 Named input parameters.
 
map<string, .tensorflow.TensorInfo> inputs = 1;

תקציר ציבורי מפה<String, TensorInfo > getInputsMap ()

 Named input parameters.
 
map<string, .tensorflow.TensorInfo> inputs = 1;

תקציר ציבורי TensorInfo getInputsOrDefault (מפתח מחרוזת, TensorInfo defaultValue)

 Named input parameters.
 
map<string, .tensorflow.TensorInfo> inputs = 1;

תקציר ציבורי TensorInfo getInputsOrThrow (מפתח מחרוזת)

 Named input parameters.
 
map<string, .tensorflow.TensorInfo> inputs = 1;

מחרוזת תקציר ציבורי getMethodName ()

 Extensible method_name information enabling third-party users to mark a
 SignatureDef as supporting a particular method. This enables producers and
 consumers of SignatureDefs, e.g. a model definition library and a serving
 library to have a clear hand-off regarding the semantics of a computation.
 Note that multiple SignatureDefs in a single MetaGraphDef may have the same
 method_name. This is commonly used to support multi-headed computation,
 where a single graph computation may return multiple results.
 
string method_name = 3;

תקציר ציבורי com.google.protobuf.ByteString getMethodNameBytes ()

 Extensible method_name information enabling third-party users to mark a
 SignatureDef as supporting a particular method. This enables producers and
 consumers of SignatureDefs, e.g. a model definition library and a serving
 library to have a clear hand-off regarding the semantics of a computation.
 Note that multiple SignatureDefs in a single MetaGraphDef may have the same
 method_name. This is commonly used to support multi-headed computation,
 where a single graph computation may return multiple results.
 
string method_name = 3;

תקציר ציבורי מפה<String, TensorInfo > getOutputs ()

השתמש getOutputsMap() במקום זאת.

תקציר ציבורי int getOutputsCount ()

 Named output parameters.
 
map<string, .tensorflow.TensorInfo> outputs = 2;

תקציר ציבורי מפה<String, TensorInfo > getOutputsMap ()

 Named output parameters.
 
map<string, .tensorflow.TensorInfo> outputs = 2;

תקציר ציבורי TensorInfo getOutputsOrDefault (מפתח מחרוזת, TensorInfo defaultValue)

פלטי

 Named output parameters.
 
map<string, .tensorflow.TensorInfo> outputs = 2;

תקציר ציבורי TensorInfo getOutputsOrThrow (מפתח מחרוזת)

 Named output parameters.
 
map<string, .tensorflow.TensorInfo> outputs = 2;