পাবলিক স্ট্যাটিক ফাইনাল ক্লাস NodeDef.ExperimentalDebugInfo.Builder
Protobuf টাইপ tensorflow.NodeDef.ExperimentalDebugInfo
পাবলিক পদ্ধতি
NodeDef.ExperimentalDebugInfo.Builder | AddAllOriginalFuncNames (Iterable<String> মান) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | AddAllOriginalNodeNames (Iterable<String> মান) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalFuncNames (স্ট্রিং মান) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalFuncNamesBytes (com.google.protobuf.ByteString মান) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalNodeNames (স্ট্রিং মান) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalNodeNamesBytes (com.google.protobuf.ByteString মান) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
NodeDef.ExperimentalDebugInfo | নির্মাণ () |
NodeDef.ExperimentalDebugInfo | বিল্ড আংশিক () |
NodeDef.ExperimentalDebugInfo.Builder | পরিষ্কার () |
NodeDef.ExperimentalDebugInfo.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র) |
NodeDef.ExperimentalDebugInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NodeDef.ExperimentalDebugInfo.Builder | ClearOriginalFuncNames () This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | সাফ অরিজিনাল নোডনাম () Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | ক্লোন () |
NodeDef.ExperimentalDebugInfo | |
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor | |
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. |
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. |
স্ট্রিং | 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. |
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. |
চূড়ান্ত বুলিয়ান | |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (com.google.protobuf.অন্যান্য বার্তা পাঠান) |
চূড়ান্ত NodeDef.ExperimentalDebugInfo.Builder | একত্রিত করুন অজানাক্ষেত্র (com.google.protobuf.UnknownFieldSet অজানাক্ষেত্র) |
NodeDef.ExperimentalDebugInfo.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান) |
NodeDef.ExperimentalDebugInfo.Builder | setOriginalFuncNames (int সূচক, স্ট্রিং মান) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | setOriginalNodeNames (int সূচক, স্ট্রিং মান) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান) |
চূড়ান্ত NodeDef.ExperimentalDebugInfo.Builder | সেটUnknownFields (com.google.protobuf.UnknownFieldসেট অজানাফিল্ড) |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
পাবলিক পদ্ধতি
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (Iterable<String> মান)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addAllOriginalNodeNames (Iterable<String> মান)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNames (স্ট্রিং মান)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNamesBytes (com.google.protobuf.ByteString মান)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addOriginalNodeNames (স্ট্রিং মান)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addOriginalNodeNamesBytes (com.google.protobuf.ByteString মান)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র)
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder clearOriginalFuncNames ()
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder clearOriginalNodeNames ()
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.Descriptors.Descriptor getDescriptor ()
সর্বজনীন com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
সর্বজনীন স্ট্রিং 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;
সর্বজনীন 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;
পাবলিক 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;
সর্বজনীন 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;
পাবলিক 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;
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
সর্বজনীন চূড়ান্ত NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder setOriginalFuncNames (int index, String value)
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;
সর্বজনীন NodeDef.ExperimentalDebugInfo.Builder setOriginalNodeNames (int index, String value)
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;