OptimizerOptions ระดับสุดท้ายสาธารณะ
Options passed to the graph optimizerProtobuf ประเภท
tensorflow.OptimizerOptions
คลาสที่ซ้อนกัน
ระดับ | OptimizerOptions.Builder | Options passed to the graph optimizerProtobuf ประเภท tensorflow.OptimizerOptions | |
แจกแจง | เครื่องมือเพิ่มประสิทธิภาพOptions.GlobalJitLevel | Control the use of the compiler/jit. | |
แจกแจง | เครื่องมือเพิ่มประสิทธิภาพตัวเลือกระดับ | Optimization levelProtobuf enum tensorflow.OptimizerOptions.Level |
ค่าคงที่
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
ตัวเลือกเครื่องมือ เพิ่มประสิทธิภาพแบบคงที่ | |
ตัวเลือกเครื่องมือเพิ่มประสิทธิภาพ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
บูลีน | getDoCommonSubexpressionElimination () If true, optimize the graph using common subexpression elimination. |
บูลีน | getDoConstantFolding () If true, perform constant folding optimization on the graph. |
บูลีน | getDoFunctionInlining () If true, perform function inlining on the graph. |
เครื่องมือเพิ่มประสิทธิภาพOptions.GlobalJitLevel | รับ GlobalJitLevel () .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
ภายใน | รับ GlobalJitLevelValue () .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
ยาว | getMaxFoldedConstantInBytes () Constant folding optimization replaces tensors whose values can be predetermined, with constant nodes. |
เครื่องมือเพิ่มประสิทธิภาพตัวเลือกระดับ | รับOptLevel () Overall optimization level. |
ภายใน | getOptLevelValue () Overall optimization level. |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
OptimizerOptions.Builder แบบคงที่ | newBuilder (ต้นแบบ OptimizerOptions ) |
OptimizerOptions.Builder แบบคงที่ | ตัวสร้างใหม่ () |
OptimizerOptions.Builder | |
ตัวเลือกเครื่องมือ เพิ่มประสิทธิภาพแบบคงที่ | 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) |
คงที่ | |
OptimizerOptions.Builder | toBuilder () |
เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
int สุดท้ายคงที่สาธารณะ DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER
ค่าคงที่: 1
int คงที่สาธารณะ DO_CONSTANT_FOLDING_FIELD_NUMBER
ค่าคงที่: 2
int สุดท้ายคงที่สาธารณะ DO_FUNCTION_INLINING_FIELD_NUMBER
ค่าคงที่: 4
การแข่งขันรอบชิงชนะเลิศแบบคงที่สาธารณะ GLOBAL_JIT_LEVEL_FIELD_NUMBER
ค่าคงที่: 5
int สุดท้ายคงที่สาธารณะ MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER
ค่าคงที่: 6
รอบชิงชนะเลิศแบบคงที่สาธารณะ OPT_LEVEL_FIELD_NUMBER
ค่าคงที่: 3
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
บูลีนสาธารณะ getDoCommonSubexpressionElimination ()
If true, optimize the graph using common subexpression elimination.
bool do_common_subexpression_elimination = 1;
บูลีนสาธารณะ getDoConstantFolding ()
If true, perform constant folding optimization on the graph.
bool do_constant_folding = 2;
บูลีนสาธารณะ getDoFunctionInlining ()
If true, perform function inlining on the graph.
bool do_function_inlining = 4;
สาธารณะ OptimizerOptions.GlobalJitLevel getGlobalJitLevel ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
int สาธารณะ getGlobalJitLevelValue ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
สาธารณะยาว getMaxFoldedConstantInBytes ()
Constant folding optimization replaces tensors whose values can be predetermined, with constant nodes. To avoid inserting too large constants, the size of each constant created can be limited. If this value is zero, a default limit of 10 MiB will be applied. If constant folding optimization is disabled, this value is ignored.
int64 max_folded_constant_in_bytes = 6;
สาธารณะ OptimizerOptions.Level getOptLevel ()
Overall optimization level. The actual optimizations applied will be the logical OR of the flags that this level implies and any flags already set.
.tensorflow.OptimizerOptions.Level opt_level = 3;
int สาธารณะ getOptLevelValue ()
Overall optimization level. The actual optimizations applied will be the logical OR of the flags that this level implies and any flags already set.
.tensorflow.OptimizerOptions.Level opt_level = 3;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ OptimizerOptions parseDelimitedFrom คงที่ (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ OptimizerOptions แยกวิเคราะห์จาก (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ OptimizerOptions parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ OptimizerOptions parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ OptimizerOptions parseFrom คงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ OptimizerOptions parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ OptimizerOptions แยกวิเคราะห์จาก (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ OptimizerOptions parseFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ OptimizerOptions parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|