공개 인터페이스 FunctionDefOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 부울 | containArgAttr (int 키) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
추상 부울 | containAttr (문자열 키) Attributes specific to this function definition. |
추상 부울 | containControlRet (문자열 키) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
추상 부울 | containResourceArgUniqueId (int 키) Unique IDs for each resource argument, used to track aliasing resources. |
추상 부울 | containRet (문자열 키) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
추상 맵<Integer, FunctionDef.ArgAttrs > | getArgAttr () 대신 getArgAttrMap() 사용하세요. |
추상 정수 | getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
추상 맵<Integer, FunctionDef.ArgAttrs > | getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
추상 FunctionDef.ArgAttrs | getArgAttrOrDefault (int 키, FunctionDef.ArgAttrs defaultValue) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
추상 FunctionDef.ArgAttrs | getArgAttrOrThrow (정수 키) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
추상 맵<String, AttrValue > | getAttr () 대신 getAttrMap() 사용하세요. |
추상 정수 | getAttrCount () Attributes specific to this function definition. |
추상 맵<String, AttrValue > | getAttrMap () Attributes specific to this function definition. |
추상 속성값 | |
추상 속성값 | getAttrOrThrow (문자열 키) Attributes specific to this function definition. |
추상 맵<문자열, 문자열> | getControlRet () 대신 getControlRetMap() 사용하세요. |
추상 정수 | getControlRetCount () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
추상 맵<문자열, 문자열> | getControlRetMap () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
추상 문자열 | getControlRetOrDefault (문자열 키, 문자열 defaultValue) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
추상 문자열 | getControlRetOrThrow (문자열 키) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
추상 NodeDef | getNodeDef (정수 인덱스) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
추상 정수 | getNodeDefCount () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
추상 목록< NodeDef > | getNodeDefList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
추상 NodeDefOrBuilder | getNodeDefOrBuilder (정수 인덱스) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
추상 목록<? NodeDefOrBuilder 확장 > | getNodeDefOrBuilderList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
추상 맵<정수, 정수> | getResourceArgUniqueId () 대신 getResourceArgUniqueIdMap() 사용하세요. |
추상 정수 | getResourceArgUniqueIdCount () Unique IDs for each resource argument, used to track aliasing resources. |
추상 맵<정수, 정수> | getResourceArgUniqueIdMap () Unique IDs for each resource argument, used to track aliasing resources. |
추상 정수 | getResourceArgUniqueIdOrDefault (int 키, int defaultValue) Unique IDs for each resource argument, used to track aliasing resources. |
추상 정수 | getResourceArgUniqueIdOrThrow (int 키) Unique IDs for each resource argument, used to track aliasing resources. |
추상 맵<문자열, 문자열> | getRet () 대신 getRetMap() 사용하세요. |
추상 정수 | getRetCount () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
추상 맵<문자열, 문자열> | getRetMap () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
추상 문자열 | getRetOrDefault (문자열 키, 문자열 defaultValue) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
추상 문자열 | getRetOrThrow (문자열 키) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
추상적인 OpDef | getSignature () The definition of the function's name, arguments, return values, attrs etc. |
추상 OpDefOrBuilder | getSignatureOrBuilder () The definition of the function's name, arguments, return values, attrs etc. |
추상 부울 | 해시시그니처 () The definition of the function's name, arguments, return values, attrs etc. |
공개 방법
공개 추상 부울 containArgAttr (int 키)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
공개 추상 부울 containAttr (문자열 키)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
공개 추상 부울 containControlRet (문자열 키)
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;
공개 추상 부울 containResourceArgUniqueId (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;
공개 추상 부울 containRet (문자열 키)
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;
공개 추상 int getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
공개 추상 Map<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
공개 추상 FunctionDef.ArgAttrs getArgAttrOrDefault (int 키, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
공개 추상 FunctionDef.ArgAttrs getArgAttrOrThrow (int 키)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
공개 추상 int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
공개 추상 Map<String, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
공개 추상 AttrValue getAttrOrDefault (문자열 키, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
공개 추상 AttrValue getAttrOrThrow (문자열 키)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
공개 추상 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;
공개 추상 Map<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;
공개 추상 문자열 getControlRetOrDefault (문자열 키, 문자열 defaultValue)
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;
공개 추상 문자열 getControlRetOrThrow (문자열 키)
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;
공개 추상 NodeDef getNodeDef (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;
공개 추상 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;
공개 추상 목록< 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;
공개 추상 NodeDefOrBuilder getNodeDefOrBuilder (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;
공개 요약 목록<? 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;
공개 추상 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;
공개 추상 Map<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;
공개 추상 int getResourceArgUniqueIdOrDefault (int 키, int defaultValue)
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;
공개 추상 int getResourceArgUniqueIdOrThrow (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;
공개 추상 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;
공개 추상 Map<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;
공개 추상 문자열 getRetOrDefault (문자열 키, 문자열 defaultValue)
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;
공개 추상 String getRetOrThrow (문자열 키)
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;
공개 추상 OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
공개 추상 OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
공개 추상 부울 hasSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;