lớp cuối cùng công khai GraphOptions
Loại protobuf tensorflow.GraphOptions
Các lớp lồng nhau
lớp học | GraphOptions.Builder | Loại protobuf tensorflow.GraphOptions |
Hằng số
Phương pháp công khai
boolean | bằng (Đối tượng obj) |
dài | 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ài | getBuildCostModelAfter () The number of steps to skip before collecting statistics for the cost model. |
Tùy chọn đồ thị tĩnh | |
Tùy chọn đồ thị | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
boolean | getEnableBfloat16Sendrecv () If true, transfer float values between processes as bfloat16. |
boolean | getEnableRecvScheduling () If true, use control flow to schedule the activation of Recv nodes. |
boolean | getInferShapes () Annotate each Node with Op output shape data, to the extent it can be statically inferred. |
Tùy chọn tối ưu hóa | getOptimizerOptions () Options controlling how graph is optimized. |
OptimizerOptionsOrBuilder | getOptimizerOptionsOrBuilder () Options controlling how graph is optimized. |
boolean | getPlacePrunedGraph () Only place the subgraphs that are run, rather than the entire graph. |
Cấu hình ghi lại | 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. |
cuối cùng com.google.protobuf.UnknownFieldSet | |
boolean | hasOptimizerOptions () Options controlling how graph is optimized. |
boolean | hasRewriteOptions () Options that control the type and amount of graph rewriting. |
int | mã băm () |
boolean cuối cùng | |
GraphOptions.Builder tĩnh | |
GraphOptions.Builder tĩnh | newBuilder ( nguyên mẫu GraphOptions ) |
GraphOptions.Builder | |
Tùy chọn đồ thị tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
Tùy chọn đồ thị tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry) |
Tùy chọn đồ thị tĩnh | ParseFrom (dữ liệu ByteBuffer) |
Tùy chọn đồ thị tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Tùy chọn đồ thị tĩnh | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Tùy chọn đồ thị tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
Tùy chọn đồ thị tĩnh | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Tùy chọn đồ thị tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
Tùy chọn đồ thị tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Tùy chọn đồ thị tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
GraphOptions.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int tĩnh cuối cùng BUILD_COST_MODEL_AFTER_FIELD_NUMBER
Giá trị không đổi: 9
int tĩnh cuối cùng BUILD_COST_MODEL_FIELD_NUMBER
Giá trị không đổi: 4
int tĩnh cuối cùng ENABLE_BFLOAT16_SENDRECV_FIELD_NUMBER
Giá trị không đổi: 7
int cuối cùng tĩnh công khai ENABLE_RECV_SCHEDULING_FIELD_NUMBER
Giá trị không đổi: 2
int tĩnh công khai INFER_SHAPES_FIELD_NUMBER
Giá trị không đổi: 5
int tĩnh cuối cùng OPTIMIZER_OPTIONS_FIELD_NUMBER
Giá trị không đổi: 3
int tĩnh công khai PLACE_PRUNED_GRAPH_FIELD_NUMBER
Giá trị không đổi: 6
int tĩnh cuối cùng REWRITE_OPTIONS_FIELD_NUMBER
Giá trị không đổi: 10
int cuối cùng tĩnh công khai TIMELINE_STEP_FIELD_NUMBER
Giá trị không đổi: 8
Phương pháp công khai
boolean công khai bằng (Object obj)
getBuildCostModel dài công khai ()
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 dài công khai ()
The number of steps to skip before collecting statistics for the cost model.
int64 build_cost_model_after = 9;
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
boolean công khai getEnableBfloat16Sendrecv ()
If true, transfer float values between processes as bfloat16.
bool enable_bfloat16_sendrecv = 7;
boolean công khai getEnableRecvScheduling ()
If true, use control flow to schedule the activation of Recv nodes. (Currently ignored.)
bool enable_recv_scheduling = 2;
boolean công khai getInferShapes ()
Annotate each Node with Op output shape data, to the extent it can be statically inferred.
bool infer_shapes = 5;
OptimizerOptions công khai getOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
công khai OptimizerOptionsOrBuilder getOptimizerOptionsOrBuilder ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
công cộng getParserForType ()
boolean công khai 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;
công khai 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;
công khai 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 công khai getSerializedSize ()
int công khai getTimelineStep ()
If > 0, record a timeline every this many steps. EXPERIMENTAL: This currently has no effect in MasterSession.
int32 timeline_step = 8;
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
boolean công khai hasOptimizerOptions ()
Options controlling how graph is optimized.
.tensorflow.OptimizerOptions optimizer_options = 3;
boolean công khai 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;
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
GraphOptions tĩnh công khai phân tích cú phápDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
GraphOptions phân tích cú pháp tĩnh công khai (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GraphOptions tĩnh công khai phân tích cú phápFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
GraphOptions phân tích cú pháp tĩnh công khaiTừ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GraphOptions phân tích cú pháp tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
GraphOptions tĩnh công khai phân tích cú phápFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GraphOptions phân tích cú pháp tĩnh công khai (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
phân tích cú pháp GraphOptions tĩnh công khai (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
GraphOptions tĩnh công khai phân tích cú phápFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công cộng tĩnh trình phân tích cú pháp ()
public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)
Ném
IOException |
---|