GraphOptions

GraphOptions de clase final pública

Tipo de tensorflow.GraphOptions

Clases anidadas

clase GraphOptions.Builder Tipo de tensorflow.GraphOptions

Constantes

En t BUILD_COST_MODEL_AFTER_FIELD_NUMBER
En t BUILD_COST_MODEL_FIELD_NUMBER
En t ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
En t ENABLE_RECV_SCHEDULING_FIELD_NUMBER
En t INFER_SHAPES_FIELD_NUMBER
En t OPTIMIZER_OPTIONS_FIELD_NUMBER
En t PLACE_PRUNED_GRAPH_FIELD_NUMBER
En t REWRITE_OPTIONS_FIELD_NUMBER
En tTIMELINE_STEP_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
largo
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
GraphOptions estáticas
GraphOptions
com.google.protobuf.Descriptors.Descriptor estático final
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.
OptimizerOptions
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.
En t
En t
getTimelineStep ()
 If > 0, record a timeline every this many steps.
final com.google.protobuf.UnknownFieldSet
booleano
hasOptimizerOptions ()
 Options controlling how graph is optimized.
booleano
hasRewriteOptions ()
 Options that control the type and amount of graph rewriting.
En t
booleano final
static GraphOptions.Builder
static GraphOptions.Builder
newBuilder (prototipo GraphOptions )
GraphOptions.Builder
GraphOptions estáticas
parseDelimitedFrom (entrada InputStream)
GraphOptions estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOptions estáticas
parseFrom (datos ByteBuffer)
GraphOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOptions estáticas
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
GraphOptions estáticas
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOptions estáticas
parseFrom (datos com.google.protobuf.ByteString)
GraphOptions estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphOptions estáticas
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GraphOptions.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int BUILD_COST_MODEL_AFTER_FIELD_NUMBER

Valor constante: 9

public static final int BUILD_COST_MODEL_FIELD_NUMBER

Valor constante: 4

public static final int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

Valor constante: 7

public static final int ENABLE_RECV_SCHEDULING_FIELD_NUMBER

Valor constante: 2

público estático final int INFER_SHAPES_FIELD_NUMBER

Valor constante: 5

público estático final int OPTIMIZER_OPTIONS_FIELD_NUMBER

Valor constante: 3

public static final int PLACE_PRUNED_GRAPH_FIELD_NUMBER

Valor constante: 6

public static final int REWRITE_OPTIONS_FIELD_NUMBER

Valor constante: 10

public static final int TIMELINE_STEP_FIELD_NUMBER

Valor constante: 8

Métodos públicos

public boolean es igual a (Object 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 estáticas públicas getDefaultInstance ()

public GraphOptions getDefaultInstanceForType ()

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

public boolean getEnableBfloat16Sendrecv ()

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

public boolean getEnableRecvScheduling ()

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

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

público getParserForType ()

public boolean 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 boolean hasOptimizerOptions ()

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

public boolean 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 boolean isInitialized ()

public static GraphOptions.Builder newBuilder ()

public static GraphOptions.Builder newBuilder (prototipo GraphOptions )

public GraphOptions.Builder newBuilderForType ()

GraphOptions estáticas públicas parseDelimitedFrom (entrada InputStream)

Lanza
IOException

GraphOptions estáticas públicas parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

GraphOptions estático público parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static GraphOptions parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static GraphOptions parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

GraphOptions estáticas públicas parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static GraphOptions parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

GraphOptions estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static GraphOptions parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

GraphOptions estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public GraphOptions.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException