GraphOptions

publiczna klasa końcowa GraphOptions

Protobuf typu tensorflow.GraphOptions

Klasy zagnieżdżone

klasa GraphOptions.Builder Protobuf typu tensorflow.GraphOptions

Stałe

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

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
długi
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
długi
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
statyczne opcje wykresu
Opcje wykresu
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wartość logiczna
getEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
wartość logiczna
getEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
wartość logiczna
pobierzInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
Opcje Optymalizatora
getOptimizerOptions ()
 Options controlling how graph is optimized.
OptymalizatorOpcjeOrBuilder
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
wartość logiczna
getPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
Konfiguracja przepisywania
getRewriteOptions ()
 Options that control the type and amount of graph rewriting.
RewriterConfigOrBuilder
getRewriteOptionsOrBuilder ()
 Options that control the type and amount of graph rewriting.
wew
wew
getTimelineStep ()
 If > 0, record a timeline every this many steps.
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
maOpcje Optymalizatora ()
 Options controlling how graph is optimized.
wartość logiczna
maOpcje przepisywania ()
 Options that control the type and amount of graph rewriting.
wew
końcowa wartość logiczna
statyczne GraphOptions.Builder
statyczne GraphOptions.Builder
GraphOptions.Builder
statyczne opcje wykresu
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne opcje wykresu
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje wykresu
parseFrom (dane ByteBuffer)
statyczne opcje wykresu
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje wykresu
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje wykresu
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne opcje wykresu
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne opcje wykresu
parseFrom (dane com.google.protobuf.ByteString)
statyczne opcje wykresu
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje wykresu
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
GraphOptions.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int BUILD_COST_MODEL_AFTER_FIELD_NUMBER

Wartość stała: 9

publiczny statyczny końcowy int BUILD_COST_MODEL_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

Wartość stała: 7

publiczny statyczny końcowy int ENABLE_RECV_SCHEDULING_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int INFER_SHAPES_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int OPTIMIZER_OPTIONS_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int PLACE_PRUNED_GRAPH_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int REWRITE_OPTIONS_FIELD_NUMBER

Wartość stała: 10

publiczny statyczny końcowy int TIMELINE_STEP_FIELD_NUMBER

Wartość stała: 8

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny długi 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;

publiczny długi getBuildCostModelAfter ()

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

publiczne statyczne GraphOptions getDefaultInstance ()

public GraphOptions getDefaultInstanceForType ()

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

publiczna wartość logiczna getEnableBfloat16Sendrecv ()

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

publiczna wartość logiczna getEnableRecvScheduling ()

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

publiczna wartość logiczna 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;

publiczny getParserForType ()

publiczna wartość logiczna 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;

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

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna wartość logiczna hasOptimizerOptions ()

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

publiczna wartość logiczna maRewriteOptions ()

 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;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static GraphOptions.Builder newBuilder ()

publiczny statyczny GraphOptions.Builder newBuilder (prototyp GraphOptions )

public GraphOptions.Builder newBuilderForType ()

public static GraphOptions parseDelimitedFrom (dane wejścioweInputStream)

Rzuca
Wyjątek IO

public static GraphOptions parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static GraphOptions parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczne statyczne GraphOptions parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static GraphOptions parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphOptions parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static GraphOptions parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphOptions parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphOptions parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static GraphOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public GraphOptions.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO