classe finale pubblica GraphOptions
Tipo di protocollo tensorflow.GraphOptions
Classi nidificate
classe | GraphOptions.Builder | Tipo di protocollo tensorflow.GraphOptions |
Costanti
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
lungo | getBuildCostModel () The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. |
lungo | getBuildCostModelAfter () The number of steps to skip before collecting statistics for the cost model. |
GraphOptions statiche | |
OpzioniGrafico | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
booleano | getEnableBfloat16Sendrecv () If true, transfer float values between processes as bfloat16. |
booleano | getEnableRecvScheduling () If true, use control flow to schedule the activation of Recv nodes. |
booleano | getInferShapes () Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
Opzioni dell'ottimizzatore | getOptimizerOptions () Options controlling how graph is optimized. |
OptimizerOptionsOrBuilder | getOptimizerOptionsOrBuilder () Options controlling how graph is optimized. |
booleano | getPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
RewriterConfig | getRewriteOptions () Options that control the type and amount of graph rewriting. |
RewriterConfigOrBuilder | getRewriteOptionsOrBuilder () Options that control the type and amount of graph rewriting. |
int | |
int | getTimelineStep () If > 0, record a timeline every this many steps. |
finale com.google.protobuf.UnknownFieldSet | |
booleano | hasOptimizerOptions () Options controlling how graph is optimized. |
booleano | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
int | codicehash () |
booleano finale | |
GraphOptions.Builder statico | |
GraphOptions.Builder statico | newBuilder (prototipo GraphOptions ) |
GraphOptions.Builder | |
GraphOptions statiche | parseDelimitedFrom (input InputStream) |
GraphOptions statiche | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions statiche | parseFrom (dati ByteBuffer) |
GraphOptions statiche | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
GraphOptions statiche | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions statiche | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
GraphOptions statiche | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions statiche | parseFrom (dati com.google.protobuf.ByteString) |
GraphOptions statiche | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphOptions statiche | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
GraphOptions.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int BUILD_COST_MODEL_AFTER_FIELD_NUMBER
Valore costante: 9
public static final int BUILD_COST_MODEL_FIELD_NUMBER
Valore costante: 4
public static final int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
Valore costante: 7
public static final int ENABLE_RECV_SCHEDULING_FIELD_NUMBER
Valore costante: 2
public static final int INFER_SHAPES_FIELD_NUMBER
Valore costante: 5
public static final int OPTIMIZER_OPTIONS_FIELD_NUMBER
Valore costante: 3
public static final int PLACE_PRUNED_GRAPH_FIELD_NUMBER
Valore costante: 6
public static final int REWRITE_OPTIONS_FIELD_NUMBER
Valore costante: 10
public static final int TIMELINE_STEP_FIELD_NUMBER
Valore costante: 8
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
pubblico lungo getBuildCostModel ()
The number of steps to run before returning a cost model detailing the memory usage and performance of each node of the graph. 0 means no cost model.
int64 build_cost_model = 4;
pubblico lungo getBuildCostModelAfter ()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico booleano getEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
pubblico booleano getEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
pubblico booleano getInferShapes ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
public OptimizerOptions getOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
public OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
pubblico getParserForType ()
pubblico booleano getPlacePrunedGraph ()
Only place the subgraphs that are run, rather than the entire graph. This is useful for interactive graph building, where one might produce graphs that cannot be placed during the debugging process. In particular, it allows the client to continue work in a session after adding a node to a graph whose placement constraints are unsatisfiable.
bool place_pruned_graph = 6;
pubblico RewriterConfig getRewriteOptions ()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;
public RewriterConfigOrBuilder getRewriteOptionsOrBuilder ()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;
public int getSerializedSize ()
public int getTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasOptimizerOptions booleano pubblico ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
booleano pubblico hasRewriteOptions ()
Options that control the type and amount of graph rewriting. Not currently configurable via the public Python API (i.e. there is no API stability guarantee if you import RewriterConfig explicitly).
.tensorflow.RewriterConfig rewrite_options = 10;
public int hashCode ()
public final booleano isInitialized ()
GraphOptions statiche pubbliche parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
GraphOptions statico pubblico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
GraphOptions statiche pubbliche parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
GraphOptions statico pubblico parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
public static GraphOptions parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
GraphOptions statiche pubbliche parseFrom (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
GraphOptions statico pubblico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
GraphOptions statiche pubbliche 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 |
---|