GraphOptions

שיעור הגמר הציבורי GraphOptions

סוג Protobuf tensorflow.GraphOptions

כיתות מקוננות

מעמד GraphOptions.Builder סוג Protobuf tensorflow.GraphOptions

קבועים

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

שיטות ציבוריות

בוליאני
שווה (Object obj)
ארוך
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.
סטטי GraphOptions
GraphOptions
final static 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.
OptimizerOptionsOrBuilder
getOptimizerOptionsOrBuilder ()
 Options controlling how graph is optimized.
בוליאני
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.
int
int
getTimelineStep ()
 If > 0, record a timeline every this many steps.
final com.google.protobuf.UnknownFieldSet
בוליאני
hasOptimizerOptions ()
 Options controlling how graph is optimized.
בוליאני
hasRewriteOptions ()
 Options that control the type and amount of graph rewriting.
int
בוליאנית סופית
סטטי GraphOptions.Builder
סטטי GraphOptions.Builder
newBuilder (אב-טיפוס של GraphOptions )
GraphOptions.Builder
סטטי GraphOptions
parseDelimitedFrom (קלט InputStream)
סטטי GraphOptions
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOptions
parseFrom (נתוני ByteBuffer)
סטטי GraphOptions
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOptions
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOptions
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי GraphOptions
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOptions
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי GraphOptions
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOptions
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
GraphOptions.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי BUILD_COST_MODEL_AFTER_FIELD_NUMBER

ערך קבוע: 9

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

אינט סופי סטטי ציבורי REWRITE_OPTIONS_FIELD_NUMBER

ערך קבוע: 10

גמר סטטי ציבורי TIMELINE_STEP_FIELD_NUMBER

ערך קבוע: 8

שיטות ציבוריות

שווה ערך בוליאני ציבורי (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;

public static GraphOptions getDefaultInstance ()

public GraphOptions getDefaultInstanceForType ()

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

getEnableBfloat16Sendrecv ציבורי בוליאני ()

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

getEnableRecvScheduling בוליאני ציבורי ()

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

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

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

יש אפשרויות אופטימיזציה בוליאני ציבורי ()

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

בוליאני ציבורי ישRewriteOptions ()

 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 static GraphOptions.Builder newBuilder ()

public static GraphOptions.Builder newBuilder (אב טיפוס של GraphOptions )

public GraphOptions.Builder newBuilderForType ()

public static GraphOptions parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static GraphOptions parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static GraphOptions parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static GraphOptions parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static GraphOptions parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static GraphOptions parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static GraphOptions parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static GraphOptions parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static GraphOptions parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static GraphOptions parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public GraphOptions.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException