SignatureDefOrBuilder

الواجهة العامة SignatureDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

منطقية مجردة
يحتوي على المدخلات (مفتاح السلسلة)
 Named input parameters.
منطقية مجردة
يحتوي على المخرجات (مفتاح السلسلة)
 Named output parameters.
خريطة مجردة <سلسلة، TensorInfo >
الحصول على المدخلات ()
استخدم getInputsMap() بدلاً من ذلك.
كثافة العمليات مجردة
خريطة مجردة <سلسلة، TensorInfo >
خريطة الإدخال ()
 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.
خريطة مجردة <سلسلة، TensorInfo >
الحصول على المخرجات ()
استخدم getOutputsMap() بدلاً من ذلك.
كثافة العمليات مجردة
الحصول على المخرجات ()
 Named output parameters.
خريطة مجردة <سلسلة، TensorInfo >
خريطة المخرجات ()
 Named output parameters.
مجردة TensorInfo
getOutputsOrDefault (مفتاح السلسلة، TensorInfo defaultValue)
 Named output parameters.
مجردة TensorInfo
getOutputsOrThrow (مفتاح السلسلة)
 Named output parameters.

الأساليب العامة

الملخص المنطقي العام يحتوي على المدخلات (مفتاح السلسلة)

 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;

Map مجردة عامة <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;