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;

パブリックabstract String 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;

パブリック抽象 String getName ()

string name = 1;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

string name = 1;

パブリック抽象 String 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;

public abstract 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;

public abstract boolean 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;