Znane podklasy pośrednie |
Metody publiczne
abstrakcyjna wartość logiczna | zawieraArgAttr (klucz int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
abstrakcyjna wartość logiczna | zawieraAttr (klucz ciągu) Attributes specific to this function definition. |
abstrakcyjna wartość logiczna | zawieraControlRet (klawisz ciągu) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
abstrakcyjna wartość logiczna | zawieraResourceArgUniqueId (klucz int) Unique IDs for each resource argument, used to track aliasing resources. |
abstrakcyjna wartość logiczna | zawieraRet (klawisz ciągu) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
streszczenie Mapa<Integer, FunctionDef.ArgAttrs > | getArgAttr () Zamiast tego użyj getArgAttrMap() . |
streszczenie wew | getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
streszczenie Mapa<Integer, FunctionDef.ArgAttrs > | getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
streszczenie FunctionDef.ArgAttrs | getArgAttrOrDefault (klawisz int, wartość domyślna FunctionDef.ArgAttrs ) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
streszczenie FunctionDef.ArgAttrs | getArgAttrOrThrow (klawisz int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
abstrakcyjna Mapa<String, AttrValue > | pobierzAttr () Zamiast tego użyj getAttrMap() . |
streszczenie wew | getAttrCount () Attributes specific to this function definition. |
abstrakcyjna Mapa<String, AttrValue > | getAttrMap () Attributes specific to this function definition. |
abstrakcyjna wartość atrybutu | getAttrOrDefault (klucz ciągu, wartość domyślna AttrValue ) Attributes specific to this function definition. |
abstrakcyjna wartość atrybutu | getAttrOrThrow (klawisz łańcuchowy) Attributes specific to this function definition. |
abstrakcyjna Mapa<String, String> | getControlRet () Zamiast tego użyj funkcji getControlRetMap() . |
streszczenie wew | getControlRetCount () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
abstrakcyjna Mapa<String, String> | getControlRetMap () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
abstrakcyjny ciąg | getControlRetOrDefault (klucz ciągu, ciąg znaków defaultValue) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
abstrakcyjny ciąg | getControlRetOrThrow (klawisz łańcuchowy) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
abstrakcyjny NodeDef | getNodeDef (indeks int) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
streszczenie wew | getNodeDefCount () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
lista abstrakcyjna <NodeDef> | getNodeDefList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
abstrakcyjny NodeDefOrBuilder | getNodeDefOrBuilder (indeks int) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
lista abstrakcyjna<? rozszerza NodeDefOrBuilder > | getNodeDefOrBuilderList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
streszczenie Mapa<Integer, Integer> | getResourceArgUniqueId () Zamiast tego użyj getResourceArgUniqueIdMap() . |
streszczenie wew | getResourceArgUniqueIdCount () Unique IDs for each resource argument, used to track aliasing resources. |
streszczenie Mapa<Integer, Integer> | getResourceArgUniqueIdMap () Unique IDs for each resource argument, used to track aliasing resources. |
streszczenie wew | getResourceArgUniqueIdOrDefault (klucz int, int wartość domyślna) Unique IDs for each resource argument, used to track aliasing resources. |
streszczenie wew | getResourceArgUniqueIdOrThrow (klucz int) Unique IDs for each resource argument, used to track aliasing resources. |
abstrakcyjna Mapa<String, String> | pobierzRet () Zamiast tego użyj getRetMap() . |
streszczenie wew | pobierzRetCount () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
abstrakcyjna Mapa<String, String> | pobierzRetMapę () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
abstrakcyjny ciąg | getRetOrDefault (klucz ciągowy, ciąg domyślna wartość) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
abstrakcyjny ciąg | getRetOrThrow (klawisz ciągu) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
abstrakcyjny OpDef | pobierz podpis () The definition of the function's name, arguments, return values, attrs etc. |
abstrakcyjny OpDefOrBuilder | getSignatureOrBuilder () The definition of the function's name, arguments, return values, attrs etc. |
abstrakcyjna wartość logiczna | ma podpis () The definition of the function's name, arguments, return values, attrs etc. |
Metody publiczne
publiczna wartość logiczna abstrakcyjna zawieraArgAttr (klucz int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
publiczna wartość logiczna abstrakcyjna zawieraAttr (klucz ciąg)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
publiczna wartość logiczna abstrakcyjna zawieraControlRet (klucz ciąg)
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6;
publiczna wartość logiczna abstrakcyjna zawieraResourceArgUniqueId (klucz int)
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8;
publiczna wartość logiczna abstrakcyjna zawieraRet (klucz łańcuchowy)
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4;
public streszczenie Mapa<Integer, FunctionDef.ArgAttrs > getArgAttr ()
Zamiast tego użyj getArgAttrMap()
.
publiczne streszczenie int getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
publiczne streszczenie Mapa<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public streszczenie FunctionDef.ArgAttrs getArgAttrOrDefault (klucz int, wartość domyślna FunctionDef.ArgAttrs )
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public streszczenie FunctionDef.ArgAttrs getArgAttrOrThrow (klucz int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
publiczne streszczenie int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
publiczna abstrakcja Mapa<String, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
public streszczenie AttrValue getAttrOrDefault (klucz string, wartość domyślna AttrValue )
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
publiczna abstrakcja AttrValue getAttrOrThrow (klucz ciąg)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
publiczna abstrakcja Mapa<String, String> getControlRet ()
Zamiast tego użyj funkcji getControlRetMap()
.
publiczne streszczenie int getControlRetCount ()
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6;
publiczna streszczenie Mapa<String, String> getControlRetMap ()
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6;
public streszczenie String getControlRetOrDefault (klucz ciągu, wartość domyślna łańcucha)
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6;
publiczny streszczenie String getControlRetOrThrow (klucz string)
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6;
publiczne streszczenie NodeDef getNodeDef (indeks int)
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3;
publiczne streszczenie int getNodeDefCount ()
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3;
publiczna lista abstrakcyjna< NodeDef > getNodeDefList ()
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3;
publiczne streszczenie NodeDefOrBuilder getNodeDefOrBuilder (indeks int)
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3;
publiczna lista abstrakcyjna<? rozszerza NodeDefOrBuilder > getNodeDefOrBuilderList ()
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3;
public streszczenie Mapa<Integer, Integer> getResourceArgUniqueId ()
Zamiast tego użyj getResourceArgUniqueIdMap()
.
publiczne streszczenie int getResourceArgUniqueIdCount ()
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8;
public streszczenie Mapa<Integer, Integer> getResourceArgUniqueIdMap ()
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8;
public streszczenie int getResourceArgUniqueIdOrDefault (klucz int, int wartość domyślna)
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8;
publiczne streszczenie int getResourceArgUniqueIdOrThrow (klucz int)
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8;
publiczne streszczenie int getRetCount ()
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4;
publiczna abstrakcja Mapa<String, String> getRetMap ()
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4;
public streszczenie String getRetOrDefault (klucz ciągu, wartość domyślna łańcucha)
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4;
publiczna abstrakcja String getRetOrThrow (klucz string)
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4;
publiczne streszczenie OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
publiczne streszczenie OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
publiczna wartość logiczna abstrakcyjna maPodpis ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;