lớp cuối cùng tĩnh công khai NodeDef.ExperimentalDebugInfo
Loại protobuf tensorflow.NodeDef.ExperimentalDebugInfo
Các lớp lồng nhau
lớp học | NodeDef.ExperimentalDebugInfo.Builder | Loại protobuf tensorflow.NodeDef.ExperimentalDebugInfo |
Hằng số
int | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
int | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Phương pháp công cộng
boolean | bằng (Đối tượng obj) |
NodeDef tĩnh.ExperimentalDebugInfo | |
NodeDef.ExperimentalDebugInfo | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
Sợi dây | getOriginalFuncNames (chỉ mục int) This is intended to store the list of names of the functions from the original graph that this node was derived. |
com.google.protobuf.ByteString | getOriginalFuncNamesBytes (chỉ mục int) This is intended to store the list of names of the functions from the original graph that this node was derived. |
int | getOriginalFuncNamesCount () This is intended to store the list of names of the functions from the original graph that this node was derived. |
com.google.protobuf.ProtocolStringList | getOriginalFuncNamesList () This is intended to store the list of names of the functions from the original graph that this node was derived. |
Sợi dây | getOriginalNodeNames (chỉ mục int) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (chỉ mục int) Opaque string inserted into error messages created by the runtime. |
int | getOriginalNodeNamesCount () Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ProtocolStringList | getOriginalNodeNamesList () Opaque string inserted into error messages created by the runtime. |
int | |
com.google.protobuf.UnknownFieldSet cuối cùng | |
int | mã băm () |
boolean cuối cùng | |
NodeDef.ExperimentalDebugInfo.Builder tĩnh | newBuilder ( nguyên mẫu NodeDef.ExperimentalDebugInfo ) |
NodeDef.ExperimentalDebugInfo.Builder tĩnh | |
NodeDef.ExperimentalDebugInfo.Builder | |
NodeDef tĩnh.ExperimentalDebugInfo | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
NodeDef tĩnh.ExperimentalDebugInfo | 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) |
NodeDef tĩnh.ExperimentalDebugInfo | ParseFrom (dữ liệu ByteBuffer) |
NodeDef tĩnh.ExperimentalDebugInfo | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
NodeDef tĩnh.ExperimentalDebugInfo | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
NodeDef tĩnh.ExperimentalDebugInfo | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
NodeDef tĩnh.ExperimentalDebugInfo | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
NodeDef.ExperimentalDebugInfo tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
NodeDef.ExperimentalDebugInfo tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
NodeDef.ExperimentalDebugInfo tĩnh | ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
NodeDef.ExperimentalDebugInfo.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int cuối cùng tĩnh công khai ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Giá trị không đổi: 2
int cuối cùng tĩnh công khai ORIGINAL_NODE_NAMES_FIELD_NUMBER
Giá trị không đổi: 1
Phương pháp công cộng
boolean công khai bằng (Object obj)
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Chuỗi công khai getOriginalFuncNames (chỉ mục int)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
com.google.protobuf.ByteString công khai getOriginalFuncNamesBytes (chỉ mục int)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
int công khai getOriginalFuncNamesCount ()
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
com.google.protobuf.ProtocolStringList công khai getOriginalFuncNamesList ()
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
Chuỗi công khai getOriginalNodeNames (chỉ mục int)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
com.google.protobuf.ByteString công khai getOriginalNodeNamesBytes (chỉ mục int)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
int công khai getOriginalNodeNamesCount ()
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
com.google.protobuf.ProtocolStringList công khai getOriginalNodeNamesList ()
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
công cộng getParserForType ()
int công khai getSerializedSize ()
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
public static NodeDef.ExperimentalDebugInfo.Builder newBuilder ( nguyên mẫu NodeDef.ExperimentalDebugInfo )
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Ném
IOException |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo parsingDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápFrom (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápFrom (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo 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ệ |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápFrom (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo phân tích cú phápFrom (Đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai NodeDef.ExperimentalDebugInfo 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 |
---|