classe final estática pública ApiDef.Attr
Description of the graph-construction-time configuration of this Op. That is to say, this describes the attr fields that will be specified in the NodeDef.
tensorflow.ApiDef.Attr
Classes aninhadas
aula | ApiDef.Attr.Builder | Description of the graph-construction-time configuration of this Op. |
Constantes
interno | DEFAULT_VALUE_FIELD_NUMBER | |
interno | DESCRIPTION_FIELD_NUMBER | |
interno | NAME_FIELD_NUMBER | |
interno | RENAME_TO_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
ApiDef.Attr estático | |
ApiDef.Attr | |
Valor de atributo | getDefaultValue () Specify a new default value to use for this attr. |
AttrValueOrBuilder | getDefaultValueOrBuilder () Specify a new default value to use for this attr. |
Corda | 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. |
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. |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getNome () string name = 1; |
com.google.protobuf.ByteString | getNomeBytes () string name = 1; |
Corda | 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. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasDefaultValue () Specify a new default value to use for this attr. |
interno | código hash () |
booleano final | |
ApiDef.Attr.Builder estático | newBuilder (protótipo ApiDef.Attr ) |
ApiDef.Attr.Builder estático | |
ApiDef.Attr.Builder | |
ApiDef.Attr estático | parseDelimitedFrom (entrada InputStream) |
ApiDef.Attr estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr estático | parseFrom (dados de ByteBuffer) |
ApiDef.Attr estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
ApiDef.Attr estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr estático | parseFrom (dados com.google.protobuf.ByteString) |
ApiDef.Attr estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
ApiDef.Attr.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DEFAULT_VALUE_FIELD_NUMBER
Valor Constante: 3
público estático final int DESCRIPTION_FIELD_NUMBER
Valor Constante: 4
int final estático público NAME_FIELD_NUMBER
Valor Constante: 1
int final estático público RENAME_TO_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
public 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 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 pública 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.
string description = 4;
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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getNome ()
string name = 1;
público com.google.protobuf.ByteString getNameBytes ()
string name = 1;
público getParserForType ()
String 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;
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 int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasDefaultValue booleano público ()
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;
hashCode int público ()
público final booleano isInitialized ()
public static ApiDef.Attr parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static ApiDef.Attr parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static ApiDef.Attr parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático ApiDef.Attr parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static ApiDef.Attr parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático ApiDef.Attr parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static ApiDef.Attr parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static ApiDef.Attr parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|