ApiDef.AttrOrBuilder

공개 정적 인터페이스 ApiDef.AttrOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 속성값
getDefaultValue ()
 Specify a new default value to use for this attr.
추상 AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
추상 문자열
get설명 ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
추상 com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
추상 문자열
getName ()
string name = 1;
추상 com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
추상 문자열
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
추상 com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
추상 부울
hasDefaultValue ()
 Specify a new default value to use for this attr.

공개 방법

공개 추상 AttrValue getDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 추상 AttrValueOrBuilder getDefaultValueOrBuilder ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 추상 문자열 getDescription ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

공개 추상 com.google.protobuf.ByteString getDescriptionBytes ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

공개 추상 문자열 getName ()

string name = 1;

공개 추상 com.google.protobuf.ByteString getNameBytes ()

string name = 1;

공개 추상 문자열 getRenameTo ()

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

공개 추상 com.google.protobuf.ByteString getRenameToBytes ()

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

공개 추상 부울 hasDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;