GraphOptions

classe finale publique GraphOptions

tensorflow.GraphOptions de type Protobuf.GraphOptions

Classes imbriquées

classe GraphOptions.Builder tensorflow.GraphOptions de type Protobuf.GraphOptions

Constantes

int BUILD_COST_MODEL_AFTER_FIELD_NUMBER
int BUILD_COST_MODEL_FIELD_NUMBER
int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
int ENABLE_RECV_SCHEDULING_FIELD_NUMBER
int INFER_SHAPES_FIELD_NUMBER
int OPTIMIZER_OPTIONS_FIELD_NUMBER
int PLACE_PRUNED_GRAPH_FIELD_NUMBER
int REWRITE_OPTIONS_FIELD_NUMBER
int TIMELINE_STEP_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
long
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
long
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
Options de graphique statique
Options de graphique
final statique com.google.protobuf.Descriptors.Descriptor
booléen
getEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
booléen
getEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
booléen
getInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
Options de l'optimiseur
getOptimizerOptions ()
 Options controlling how graph is optimized.
OptimizerOptionsOrBuilder
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
booléen
getPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
RéécrivainConfig
getRewriteOptions ()
 Options that control the type and amount of graph rewriting.
RéécrivainConfigOrBuilder
getRewriteOptionsOrBuilder ()
 Options that control the type and amount of graph rewriting.
int
int
getTimelineStep ()
 If > 0, record a timeline every this many steps.
final com.google.protobuf.UnknownFieldSet
booléen
hasOptimizerOptions ()
 Options controlling how graph is optimized.
booléen
hasRewriteOptions ()
 Options that control the type and amount of graph rewriting.
int
booléen final
statique GraphOptions.Builder
statique GraphOptions.Builder
newBuilder (prototype GraphOptions )
GraphOptions.Builder
Options de graphique statique
parseDelimitedFrom (entrée InputStream)
Options de graphique statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de graphique statique
parseFrom (données ByteBuffer)
Options de graphique statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de graphique statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de graphique statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Options de graphique statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de graphique statique
parseFrom (données com.google.protobuf.ByteString)
Options de graphique statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de graphique statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
GraphOptions.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int BUILD_COST_MODEL_AFTER_FIELD_NUMBER

Valeur constante : 9

public statique final int BUILD_COST_MODEL_FIELD_NUMBER

Valeur constante : 4

public statique final int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

Valeur constante : 7

public statique final int ENABLE_RECV_SCHEDULING_FIELD_NUMBER

Valeur constante : 2

public statique final int INFER_SHAPES_FIELD_NUMBER

Valeur constante : 5

public statique final int OPTIMIZER_OPTIONS_FIELD_NUMBER

Valeur constante : 3

public statique final int PLACE_PRUNED_GRAPH_FIELD_NUMBER

Valeur constante : 6

public statique final int REWRITE_OPTIONS_FIELD_NUMBER

Valeur constante : 10

public statique final int TIMELINE_STEP_FIELD_NUMBER

Valeur constante : 8

Méthodes publiques

public booléen égal (Objet obj)

public long 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;

public long getBuildCostModelAfter ()

 The number of steps to skip before collecting statistics for the
 cost model.
 
int64 build_cost_model_after = 9;

GraphOptions statiques publiques getDefaultInstance ()

public GraphOptions getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public booléen getEnableBfloat16Sendrecv ()

 If true, transfer float values between processes as bfloat16.
 
bool enable_bfloat16_sendrecv = 7;

public booléen getEnableRecvScheduling ()

 If true, use control flow to schedule the activation of Recv nodes.
 (Currently ignored.)
 
bool enable_recv_scheduling = 2;

public booléen 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;

publique getParserForType ()

public booléen 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;

public 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;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public booléen hasOptimizerOptions ()

 Options controlling how graph is optimized.
 
.tensorflow.OptimizerOptions optimizer_options = 3;

public booléen 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;

code de hachage int public ()

public final booléen isInitialized ()

public statique GraphOptions.Builder newBuilder ()

public statique GraphOptions.Builder newBuilder (prototype GraphOptions )

public GraphOptions.Builder newBuilderForType ()

public static GraphOptions parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static GraphOptions parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static GraphOptions parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static GraphOptions parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static GraphOptions parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static GraphOptions parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static GraphOptions parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique GraphOptions parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static GraphOptions parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static GraphOptions parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public GraphOptions.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException