GraphOptions

GraphOptions คลาสสุดท้ายสาธารณะ

Protobuf ประเภท tensorflow.GraphOptions

คลาสที่ซ้อนกัน

ระดับ 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

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ 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.
ตัวเลือกกราฟ แบบคงที่
ตัวเลือกกราฟ
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.
เครื่องมือเพิ่มประสิทธิภาพOptionsOrBuilder
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.
ภายใน
ภายใน
รับไทม์ไลน์ขั้นตอน ()
 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 )
GraphOptions.ตัวสร้าง
ตัวเลือกกราฟ แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
ตัวเลือกกราฟ แบบคงที่
parseDelimitedFrom (อินพุตสตรีม 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 (ข้อมูลไบต์ [], 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)
คงที่
GraphOptions.ตัวสร้าง
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

ค่าคงที่สุดท้ายสาธารณะ BUILD_COST_MODEL_AFTER_FIELD_NUMBER

ค่าคงที่: 9

สาธารณะคงที่ขั้นสุดท้าย int BUILD_COST_MODEL_FIELD_NUMBER

ค่าคงที่: 4

int สุดท้ายแบบคงที่สาธารณะ ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER

ค่าคงที่: 7

สาธารณะคงสุดท้าย int ENABLE_RECV_SCHEDULING_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงที่สุดท้าย int INFER_SHAPES_FIELD_NUMBER

ค่าคงที่: 5

รอบชิงชนะเลิศแบบคงที่สาธารณะ int OPTIMIZER_OPTIONS_FIELD_NUMBER

ค่าคงที่: 3

สาธารณะคงสุดท้าย int PLACE_PRUNED_GRAPH_FIELD_NUMBER

ค่าคงที่: 6

สาธารณะคงสุดท้าย int REWRITE_OPTIONS_FIELD_NUMBER

ค่าคงที่: 10

รอบชิงชนะเลิศแบบคงที่สาธารณะ int TIMELINE_STEP_FIELD_NUMBER

ค่าคงที่: 8

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (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. 0 means
 no cost model.
 
int64 build_cost_model = 4;

getBuildCostModelAfter สาธารณะแบบยาว ()

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

GraphOptions สาธารณะคงที่ getDefaultInstance ()

GraphOptions สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย 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;

OptimizerOptions สาธารณะ getOptimizerOptions ()

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

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;

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;

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;

สาธารณะ int getSerializedSize ()

สาธารณะ int getTimelineStep ()

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

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

บูลีนสาธารณะ hasOptimizerOptions ()

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

บูลีนสาธารณะ 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;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

GraphOptions.Builder สาธารณะแบบคงที่ newBuilder ()

GraphOptions.Builder สาธารณะแบบคงที่ newBuilder (ต้นแบบ GraphOptions )

GraphOptions.Builder สาธารณะ newBuilderForType ()

GraphOptions แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

GraphOptions แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphOptions แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphOptions แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphOptions แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

GraphOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphOptions แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphOptions แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

GraphOptions.Builder สาธารณะ toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น