SignatureDefOrBuilder

interfejs publiczny SignatureDefOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjna wartość logiczna
zawiera wejścia (klawisz ciągu)
 Named input parameters.
abstrakcyjna wartość logiczna
zawieraWyjścia (klucz ciągu)
 Named output parameters.
streszczenie Mapa<String, TensorInfo >
pobierz dane wejściowe ()
Zamiast tego użyj getInputsMap() .
streszczenie wew
pobierz liczbę wejść ()
 Named input parameters.
streszczenie Mapa<String, TensorInfo >
pobierzMapę wejść ()
 Named input parameters.
streszczenie TensorInfo
getInputsOrDefault (klucz ciągu, wartość domyślna TensorInfo )
 Named input parameters.
streszczenie TensorInfo
getInputsOrThrow (klawisz ciągu)
 Named input parameters.
abstrakcyjny ciąg
getMethodName ()
 Extensible method_name information enabling third-party users to mark a
 SignatureDef as supporting a particular method.
streszczenie com.google.protobuf.ByteString
getMethodNameBytes ()
 Extensible method_name information enabling third-party users to mark a
 SignatureDef as supporting a particular method.
streszczenie Mapa<String, TensorInfo >
pobierz wyniki ()
Zamiast tego użyj getOutputsMap() .
streszczenie wew
getOutputsCount ()
 Named output parameters.
streszczenie Mapa<String, TensorInfo >
getOutputsMap ()
 Named output parameters.
streszczenie TensorInfo
getOutputsOrDefault (klucz ciągu, wartość domyślna TensorInfo )
 Named output parameters.
streszczenie TensorInfo
getOutputsOrThrow (klawisz ciągu)
 Named output parameters.

Metody publiczne

publiczna wartość logiczna abstrakcyjna zawiera dane wejściowe (klucz ciąg)

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

publiczna wartość logiczna abstrakcyjna zawieraWyjścia (klucz ciąg)

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

publiczne streszczenie Map<String, TensorInfo > getInputs ()

Zamiast tego użyj getInputsMap() .

publiczne streszczenie int getInputsCount ()

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

publiczne streszczenie Map<String, TensorInfo > getInputsMap ()

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

publiczne streszczenie TensorInfo getInputsOrDefault (klucz string, wartość domyślna TensorInfo )

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

publiczne streszczenie TensorInfo getInputsOrThrow (klucz typu String)

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

publiczna abstrakcja String 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;

publiczne streszczenie 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;

publiczne streszczenie Map<String, TensorInfo > getOutputs ()

Zamiast tego użyj getOutputsMap() .

publiczne streszczenie int getOutputsCount ()

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

publiczne streszczenie Map<String, TensorInfo > getOutputsMap ()

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

publiczne streszczenie TensorInfo getOutputsOrDefault (klucz string, wartość domyślna TensorInfo )

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

publiczne streszczenie TensorInfo getOutputsOrThrow (klucz typu String)

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