interface estática pública ApiDef.AttrOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
valor de atributo abstrato | getDefaultValue () Specify a new default value to use for this attr. |
abstrato AttrValueOrBuilder | getDefaultValueOrBuilder () Specify a new default value to use for this attr. |
cadeia abstrata | getDescrição () Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions. |
abstrato 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. |
cadeia abstrata | getNome () string name = 1; |
abstrato com.google.protobuf.ByteString | getNomeBytes () string name = 1; |
cadeia abstrata | getRenameTo () Change the name used to access this attr in the API from what is used in the GraphDef. |
abstrato com.google.protobuf.ByteString | getRenameToBytes () Change the name used to access this attr in the API from what is used in the GraphDef. |
booleano abstrato | hasDefaultValue () Specify a new default value to use for this attr. |
Métodos Públicos
público abstrato 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;
público abstrato 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;
String abstrata pública 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;
resumo público 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 abstrata pública getName ()
string name = 1;
resumo público com.google.protobuf.ByteString getNameBytes ()
string name = 1;
String abstrata pública 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;
resumo público 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;
público abstrato booleano 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;