ApiDef.AttrOrBuilder

antarmuka statis publik ApiDef.AttrOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Nilai AttrValue abstrak
dapatkan Nilai Default ()
 Specify a new default value to use for this attr.
abstrak AttrValueOrBuilder
dapatkanDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
Tali abstrak
dapatkanDeskripsi ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
abstrak com.google.protobuf.ByteString
dapatkanDeskripsiBytes ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
Tali abstrak
dapatkan Nama ()
string name = 1;
abstrak com.google.protobuf.ByteString
dapatkanNamaBytes ()
string name = 1;
Tali abstrak
dapatkan Ganti Nama Ke ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
abstrak com.google.protobuf.ByteString
dapatkanRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
boolean abstrak
memilikiDefaultValue ()
 Specify a new default value to use for this attr.

Metode Publik

abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

abstrak publik String getName ()

string name = 1;

abstrak publik com.google.protobuf.ByteString getNameBytes ()

string name = 1;

String abstrak publik 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;

abstrak publik 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;

boolean abstrak publik 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;