GraphOptions

GraphOptions de clase final pública

Protobuf tipo tensorflow.GraphOptions

Clases anidadas

clase GraphOptions.Builder Protobuf tipo 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 t TIMELINE_STEP_FIELD_NUMBER

Métodos públicos

booleano
es igual (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.
Opciones gráficas estáticas
Opciones de gráfico
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
obtenerInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
Opciones del optimizador
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.
Configuración de reescritura
getRewriteOptions ()
 Options that control the type and amount of graph rewriting.
ReescritorConfigOrBuilder
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.
com.google.protobuf.UnknownFieldSet final
booleano
tieneOptimizerOptions ()
 Options controlling how graph is optimized.
booleano
tieneRewriteOptions ()
 Options that control the type and amount of graph rewriting.
En t
booleano final
GraphOptions.Builder estático
GraphOptions.Builder estático
newBuilder (prototipo GraphOptions )
GraphOptions.Builder
Opciones gráficas estáticas
parseDelimitedFrom (entrada de InputStream)
Opciones gráficas estáticas
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opciones gráficas estáticas
parseFrom (datos de ByteBuffer)
Opciones gráficas estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Opciones gráficas estáticas
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opciones gráficas estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
Opciones gráficas estáticas
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opciones gráficas estáticas
parseFrom (datos com.google.protobuf.ByteString)
Opciones gráficas estáticas
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opciones gráficas estáticas
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
GraphOptions.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público BUILD_COST_MODEL_AFTER_FIELD_NUMBER

Valor constante: 9

int final estático público BUILD_COST_MODEL_FIELD_NUMBER

Valor constante: 4

int final estático público ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

Valor constante: 7

int final estático público ENABLE_RECV_SCHEDULING_FIELD_NUMBER

Valor constante: 2

int final estático público INFER_SHAPES_FIELD_NUMBER

Valor constante: 5

int final estático público OPTIMIZER_OPTIONS_FIELD_NUMBER

Valor constante: 3

int final estático público PLACE_PRUNED_GRAPH_FIELD_NUMBER

Valor constante: 6

int final estático público REWRITE_OPTIONS_FIELD_NUMBER

Valor constante: 10

int final estático público TIMELINE_STEP_FIELD_NUMBER

Valor constante: 8

Métodos públicos

público booleano es igual (Objeto obj)

público 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. 0 means
 no cost model.
 
int64 build_cost_model = 4;

público largo 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 ()

GraphOptions públicas getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

getEnableBfloat16Sendrecv booleano público ()

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

getEnableRecvScheduling booleano público ()

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

getInferShapes booleano público ()

 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
 
bool infer_shapes = 5;

público OptimizerOptions getOptimizerOptions ()

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

público OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()

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

público getParserForType ()

getPlacePrunedGraph booleano público ()

 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;

público 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;

público 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;

público int getSerializedSize ()

público int getTimelineStep ()

 If > 0, record a timeline every this many steps.
 EXPERIMENTAL: This currently has no effect in MasterSession.
 
int32 timeline_step = 8;

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasOptimizerOptions booleano público ()

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

hasRewriteOptions booleano público ()

 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;

código hash int público ()

público final booleano isInitialized ()

GraphOptions.Builder estático público newBuilder ()

GraphOptions.Builder estático público newBuilder (prototipo de GraphOptions )

GraphOptions.Builder público newBuilderForType ()

GraphOptions estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

GraphOptions estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

GraphOptions estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

GraphOptions estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

GraphOptions estático público parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

GraphOptions.Builder público aBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción