Tipo di protocollo tensorflow.CostGraphDef.Node
Classi nidificate
classe | CostGraphDef.Node.Builder | Tipo di protocollo tensorflow.CostGraphDef.Node | |
classe | CostGraphDef.Node.InputInfo | Inputs of this node. | |
interfaccia | CostGraphDef.Node.InputInfoOrBuilder | ||
classe | CostGraphDef.Node.OutputInfo | Outputs of this node. | |
interfaccia | CostGraphDef.Node.OutputInfoOrBuilder |
Costanti
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
lungo | getComputeCost () Estimate of the computational cost of this node, in microseconds. |
lungo | getComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
int | getControlInput (indice int) Ids of the control inputs for this node. |
int | getControlInputCount () Ids of the control inputs for this node. |
Elenco<intero> | getControlInputList () Ids of the control inputs for this node. |
nodoDef.GraphCost statico | |
CostGraphDef.Node | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
Corda | getDevice () The device of the node. |
com.google.protobuf.ByteString | getDeviceBytes () The device of the node. |
lungo | getDevicePersistentMemorySize () int64 device_persistent_memory_size = 16 [deprecated = true]; |
lungo | getDeviceTempMemorySize () int64 device_temp_memory_size = 11 [deprecated = true]; |
lungo | getHostTempMemorySize () int64 host_temp_memory_size = 10 [deprecated = true]; |
int | getId () The id of the node. |
booleano | getInaccurato () Are the costs inaccurate? bool inaccurate = 17; |
CostGraphDef.Node.InputInfo | getInputInfo (indice int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
int | getInputInfoCount () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
Elenco< DefGraficoCosto.Nodo.InputInfo > | getInputInfoList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
CostGraphDef.Node.InputInfoOrBuilder | getInputInfoOrBuilder (indice int) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
Elenco<? estende CostGraphDef.Node.InputInfoOrBuilder > | getInputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
booleano | getIsFinal () If true, the output is permanent: it can't be discarded, because this node is part of the "final output". |
lungo | getMemoryTime () Analytical estimate of the memory access cost of this node, in microseconds. |
Corda | getNome () The name of the node. |
com.google.protobuf.ByteString | getNomeBytes () The name of the node. |
CostGraphDef.Node.OutputInfo | getOutputInfo (indice int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
int | getOutputInfoCount () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
Elenco< GraphCostDef.Node.OutputInfo > | getOutputInfoList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
CostGraphDef.Node.OutputInfoOrBuilder | getOutputInfoOrBuilder (indice int) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
Elenco<? estende CostGraphDef.Node.OutputInfoOrBuilder > | getOutputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
lungo | getPersistentMemorySize () Persistent memory used by this node. |
int | |
lungo | getTemporaryMemorySize () Temporary memory used by this node. |
finale com.google.protobuf.UnknownFieldSet | |
int | codicehash () |
booleano finale | |
static CostGraphDef.Node.Builder | |
static CostGraphDef.Node.Builder | newBuilder (prototipo CostGraphDef.Node ) |
CostGraphDef.Node.Builder | |
nodoDef.GraphCost statico | parseDelimitedFrom (input InputStream) |
nodoDef.GraphCost statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
nodoDef.GraphCost statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
nodoDef.GraphCost statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
nodoDef.GraphCost statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
nodoDef.GraphCost statico | parseFrom (dati ByteBuffer) |
nodoDef.GraphCost statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
nodoDef.GraphCost statico | parseFrom (dati com.google.protobuf.ByteString) |
nodoDef.GraphCost statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
nodoDef.GraphCost statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
CostGraphDef.Node.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int COMPUTE_COST_FIELD_NUMBER
public static final int COMPUTE_TIME_FIELD_NUMBER
public static final int CONTROL_INPUT_FIELD_NUMBER
public static final int DEVICE_FIELD_NUMBER
public static final int DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
public static final int DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
public static final int HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int INACCURATE_FIELD_NUMBER
public static final int INPUT_INFO_FIELD_NUMBER
public static final int IS_FINAL_FIELD_NUMBER
public static final int MEMORY_TIME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int OUTPUT_INFO_FIELD_NUMBER
pubblico statico finale int PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
public static final int TEMPORARY_MEMORY_SIZE_FIELD_NUMBER
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
pubblico lungo getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
pubblico lungo getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
public int getControlInput (indice 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;
elenco pubblico<numero intero> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
stringa pubblica 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;
pubblico 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;
pubblico lungo getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
pubblico lungo getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
pubblico lungo 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;
booleano pubblico getInaccurate ()
Are the costs inaccurate?
bool inaccurate = 17;
public CostGraphDef.Node.InputInfo getInputInfo (indice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public int getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Elenco pubblico< CostGraphDef.Node.InputInfo > getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
public CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (indice int)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Elenco pubblico<? estende CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
booleano pubblico 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;
pubblico lungo getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
stringa pubblica getName ()
The name of the node. Names are globally unique.
string name = 1;
pubblico com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
public CostGraphDef.Node.OutputInfo getOutputInfo (indice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public int getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Elenco pubblico< CostGraphDef.Node.OutputInfo > getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
public CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (indice int)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Elenco pubblico<? estende CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
pubblico getParserForType ()
pubblico lungo getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
public int getSerializedSize ()
pubblico lungo getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
public static CostGraphDef.Node parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public static CostGraphDef.Node parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
public static CostGraphDef.Node parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
public static CostGraphDef.Node parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico CostGraphDef.Node parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico CostGraphDef.Node (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
public static CostGraphDef.Node parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
pubblico statico CostGraphDef.Node parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|