tensorflow.CostGraphDef.Node
de type Protobuf.CostGraphDef.Node
Classes imbriquées
classe | CostGraphDef.Node.Builder | tensorflow.CostGraphDef.Node de type Protobuf.CostGraphDef.Node | |
classe | CostGraphDef.Node.InputInfo | Inputs of this node. | |
interface | CostGraphDef.Node.InputInfoOrBuilder | ||
classe | CostGraphDef.Node.OutputInfo | Outputs of this node. | |
interface | CostGraphDef.Node.OutputInfoOrBuilder |
Constantes
Méthodes publiques
booléen | est égal (Obj objet) |
long | getComputeCost () Estimate of the computational cost of this node, in microseconds. |
long | getComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
int | getControlInput (index int) Ids of the control inputs for this node. |
int | getControlInputCount () Ids of the control inputs for this node. |
Liste<Entier> | getControlInputList () Ids of the control inputs for this node. |
CostGraphDef.Node statique | |
CostGraphDef.Node | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getDevice () The device of the node. |
com.google.protobuf.ByteString | getDeviceBytes () The device of the node. |
long | getDevicePersistentMemorySize () int64 device_persistent_memory_size = 16 [deprecated = true]; |
long | getDeviceTempMemorySize () int64 device_temp_memory_size = 11 [deprecated = true]; |
long | getHostTempMemorySize () int64 host_temp_memory_size = 10 [deprecated = true]; |
int | getId () The id of the node. |
booléen | getInexact () Are the costs inaccurate? bool inaccurate = 17; |
CostGraphDef.Node.InputInfo | getInputInfo (index entier) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
int | getInputInfoCount () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
Liste< CostGraphDef.Node.InputInfo > | getInputInfoList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
CostGraphDef.Node.InputInfoOrBuilder | getInputInfoOrBuilder (index int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
Liste<? étend CostGraphDef.Node.InputInfoOrBuilder > | getInputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
booléen | getIsFinal () If true, the output is permanent: it can't be discarded, because this node is part of the "final output". |
long | getMemoryTime () Analytical estimate of the memory access cost of this node, in microseconds. |
Chaîne | obtenirNom () The name of the node. |
com.google.protobuf.ByteString | getNameBytes () The name of the node. |
CostGraphDef.Node.OutputInfo | getOutputInfo (index int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
int | getOutputInfoCount () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
Liste< CostGraphDef.Node.OutputInfo > | getOutputInfoListe () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
CostGraphDef.Node.OutputInfoOrBuilder | getOutputInfoOrBuilder (index int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
Liste<? étend CostGraphDef.Node.OutputInfoOrBuilder > | getOutputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
long | getPersistentMemorySize () Persistent memory used by this node. |
int | |
long | getTemporaryMemorySize () Temporary memory used by this node. |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
statique CostGraphDef.Node.Builder | |
statique CostGraphDef.Node.Builder | newBuilder (prototype CostGraphDef.Node ) |
CostGraphDef.Node.Builder | |
CostGraphDef.Node statique | parseDelimitedFrom (entrée InputStream) |
CostGraphDef.Node statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
CostGraphDef.Node statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node statique | parseFrom (données ByteBuffer) |
CostGraphDef.Node statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node statique | parseFrom (données com.google.protobuf.ByteString) |
CostGraphDef.Node statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
CostGraphDef.Node.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int COMPUTE_COST_FIELD_NUMBER
public statique final int COMPUTE_TIME_FIELD_NUMBER
public statique final int CONTROL_INPUT_FIELD_NUMBER
public statique final int DEVICE_FIELD_NUMBER
public statique final int DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
public statique final int DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
public statique final int HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER
public statique final entier ID_FIELD_NUMBER
public statique final int INACCURATE_FIELD_NUMBER
public statique final int INPUT_INFO_FIELD_NUMBER
public statique final int IS_FINAL_FIELD_NUMBER
public statique final int MEMORY_TIME_FIELD_NUMBER
public statique final entier NAME_FIELD_NUMBER
public statique final int OUTPUT_INFO_FIELD_NUMBER
public statique final int PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
public statique final int TEMPORARY_MEMORY_SIZE_FIELD_NUMBER
Méthodes publiques
public booléen égal (Objet obj)
public long getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
public long getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
public int getControlInput (index int)
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public int getControlInputCount ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
liste publique<Integer> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
chaîne publique getDevice ()
The device of the node. Can be empty if the node is mapped to the default partition or partitioning hasn't been run yet.
string device = 2;
public com.google.protobuf.ByteString getDeviceBytes ()
The device of the node. Can be empty if the node is mapped to the default partition or partitioning hasn't been run yet.
string device = 2;
public long getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
public long getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
public long getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
public int getId ()
The id of the node. Node ids are only unique inside a partition.
int32 id = 3;
public booléen getInaccurate ()
Are the costs inaccurate?
bool inaccurate = 17;
public CostGraphDef.Node.InputInfo getInputInfo (index int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public int getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
liste publique < CostGraphDef.Node.InputInfo > getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (index int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Liste publique <? étend CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public booléen getIsFinal ()
If true, the output is permanent: it can't be discarded, because this node is part of the "final output". Nodes may depend on final nodes.
bool is_final = 7;
public long getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
chaîne publique getName ()
The name of the node. Names are globally unique.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
public CostGraphDef.Node.OutputInfo getOutputInfo (index int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public int getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
liste publique < CostGraphDef.Node.OutputInfo > getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (index int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Liste publique <? étend CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
publique getParserForType ()
public long getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
public int getSerializedSize ()
public long getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public statique CostGraphDef.Node parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique CostGraphDef.Node parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique CostGraphDef.Node parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public statique CostGraphDef.Node parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique CostGraphDef.Node parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public statique CostGraphDef.Node parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique CostGraphDef.Node parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public statique CostGraphDef.Node parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique CostGraphDef.Node parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|