GraphOptions

パブリック最終クラスGraphOptions

Protobuf 型tensorflow.GraphOptions

ネストされたクラス

クラスグラフオプション.ビルダーProtobuf 型tensorflow.GraphOptions

定数

整数BUILD_COST_MODEL_AFTER_FIELD_NUMBER
整数BUILD_COST_MODEL_FIELD_NUMBER
整数ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
整数ENABLE_RECV_SCHEDULING_FIELD_NUMBER
整数INFER_SHAPES_FIELD_NUMBER
整数OPTIMIZER_OPTIONS_FIELD_NUMBER
整数PLACE_PRUNED_GRAPH_FIELD_NUMBER
整数REWRITE_OPTIONS_FIELD_NUMBER
整数TIMELINE_STEP_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getBuildCostModel ()
 The number of steps to run before returning a cost model detailing
 the memory usage and performance of each node of the graph.
長さ
getBuildCostModelAfter ()
 The number of steps to skip before collecting statistics for the
 cost model.
静的グラフオプション
グラフオプション
最終的な静的 com.google.protobuf.Descriptors.Descriptor
ブール値
getEnableBfloat16Sendrecv ()
 If true, transfer float values between processes as bfloat16.
ブール値
getEnableRecvScheduling ()
 If true, use control flow to schedule the activation of Recv nodes.
ブール値
getInferShapes ()
 Annotate each Node with Op output shape data, to the extent it can
 be statically inferred.
オプティマイザーオプション
getOptimizerOptions ()
 Options controlling how graph is optimized.
オプティマイザーオプションまたはビルダー
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
ブール値
getPlacePrunedGraph ()
 Only place the subgraphs that are run, rather than the entire graph.
リライター構成
getRewriteOptions ()
 Options that control the type and amount of graph rewriting.
RewriterConfigOrBuilder
getRewriteOptionsOrBuilder ()
 Options that control the type and amount of graph rewriting.
整数
整数
getTimelineStep ()
 If > 0, record a timeline every this many steps.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasOptimizerOptions ()
 Options controlling how graph is optimized.
ブール値
hasRewriteOptions ()
 Options that control the type and amount of graph rewriting.
整数
最終ブール値
静的GraphOptions.Builder
静的GraphOptions.Builder
newBuilder ( GraphOptionsプロトタイプ)
グラフオプション.ビルダー
静的グラフオプション
parseDelimitedFrom (InputStream 入力)
静的グラフオプション
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的グラフオプション
parseFrom (ByteBuffer データ)
静的グラフオプション
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的グラフオプション
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的グラフオプション
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的グラフオプション
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的グラフオプション
parseFrom (com.google.protobuf.ByteString データ)
静的グラフオプション
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的グラフオプション
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
グラフオプション.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int BUILD_COST_MODEL_AFTER_FIELD_NUMBER

定数値: 9

public static Final int BUILD_COST_MODEL_FIELD_NUMBER

定数値: 4

パブリック静的最終整数ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

定数値: 7

パブリック静的最終整数ENABLE_RECV_SCHEDULING_FIELD_NUMBER

定数値: 2

パブリック静的最終整数INFER_SHAPES_FIELD_NUMBER

定数値: 5

パブリック静的最終整数OPTIMIZER_OPTIONS_FIELD_NUMBER

定数値: 3

パブリック静的最終整数PLACE_PRUNED_GRAPH_FIELD_NUMBER

定数値: 6

public static Final int REWRITE_OPTIONS_FIELD_NUMBER

定数値: 10

パブリック静的最終整数TIMELINE_STEP_FIELD_NUMBER

定数値: 8

パブリックメソッド

public booleanに等しい(オブジェクト 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;

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

公共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 ()

パブリック最終ブール値isInitialized ()

public static GraphOptions.Builder newBuilder ()

public static GraphOptions.Builder newBuilder ( GraphOptionsプロトタイプ)

public GraphOptions.Builder newBuilderForType ()

public static GraphOptions parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static GraphOptions parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GraphOptions parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static GraphOptions parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GraphOptions parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static GraphOptions parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static GraphOptions parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static GraphOptions parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static GraphOptions parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GraphOptions parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public GraphOptions.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外