کلاس نهایی استاتیک عمومی NodeDef.ExperimentalDebugInfo
نوع Protobuf tensorflow.NodeDef.ExperimentalDebugInfo
کلاس های تو در تو
کلاس | NodeDef.ExperimentalDebugInfo.Builder | نوع Protobuf tensorflow.NodeDef.ExperimentalDebugInfo |
ثابت ها
بین المللی | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
بین المللی | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
NodeDef.ExperimentalDebugInfo ثابت | |
NodeDef.ExperimentalDebugInfo | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
رشته | getOriginalFuncNames (شاخص 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 (شاخص int) This is intended to store the list of names of the functions from the original graph that this node was derived. |
بین المللی | 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. |
رشته | getOriginalNodeNames (شاخص int) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (شاخص int) Opaque string inserted into error messages created by the runtime. |
بین المللی | 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. |
بین المللی | |
com.google.protobuf.UnknownFieldSet نهایی | |
بین المللی | کد هش () |
بولی نهایی | |
استاتیک NodeDef.ExperimentalDebugInfo.Builder | newBuilder (نمونه اولیه NodeDef.ExperimentalDebugInfo ) |
استاتیک NodeDef.ExperimentalDebugInfo.Builder | newBuilder () |
NodeDef.ExperimentalDebugInfo.Builder | |
NodeDef.ExperimentalDebugInfo ثابت | parseDelimitedFrom (ورودی جریان ورودی) |
NodeDef.ExperimentalDebugInfo ثابت | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo ثابت | parseFrom (داده های ByteBuffer) |
NodeDef.ExperimentalDebugInfo ثابت | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo ثابت | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
NodeDef.ExperimentalDebugInfo استاتیک | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo استاتیک | parseFrom (داده های com.google.protobuf.ByteString) |
NodeDef.ExperimentalDebugInfo ثابت | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo ثابت | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
NodeDef.ExperimentalDebugInfo.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی ORIGINAL_FUNC_NAMES_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی ORIGINAL_NODE_NAMES_FIELD_NUMBER
ارزش ثابت: 1
روش های عمومی
بولین عمومی برابر است (Object Obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
رشته عمومی getOriginalFuncNames (شاخص 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;
public com.google.protobuf.ByteString getOriginalFuncNamesBytes (int index)
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;
public int 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 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;
رشته عمومی getOriginalNodeNames (شاخص 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;
public com.google.protobuf.ByteString getOriginalNodeNamesBytes (int index)
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;
public int 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 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;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی استاتیک NodeDef.ExperimentalDebugInfo.Builder newBuilder (نمونه اولیه NodeDef.ExperimentalDebugInfo )
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseDelimitedFrom (ورودی جریان ورودی)
پرتاب می کند
IOException |
---|
عمومی ثابت NodeDef.ExperimentalDebugInfo parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (داده ByteBuffer)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|