Home
last modified time | relevance | path

Searched defs:node (Results 2576 – 2600 of 8398) sorted by relevance

1...<<101102103104105106107108109110>>...336

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dmultinomial.cc140 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
169 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dif.cc50 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
140 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dquantize.cc105 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
156 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dnon_max_suppression.cc72 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
201 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dbidirectional_sequence_lstm.cc176 TfLiteContext* context, TfLiteNode* node, int n_input, int n_output, in CheckLstmTensorDimensionsAndTypes()
384 TfLiteNode* node, int n_input, in CheckInputTensorDimensions()
420 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
973 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DLoadReportClient.java59 private final Node node; field in LoadReportClient
80 Node node, in LoadReportClient()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/include/t194/
Dtegra194_ras_private.h206 #define DEFINE_ONE_RAS_NODE(node) \ argument
221 #define DEFINE_ONE_RAS_AUX_DATA(node) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.cc213 absl::string_view GetDeviceName(const Node* node) { in GetDeviceName()
221 const Node* node) { in GetDeviceParsedName()
/aosp_15_r20/frameworks/base/packages/SettingsLib/Graph/src/com/android/settingslib/graph/
H A DPreferenceGetterApi.kt116 val node = nodes[coordinate.key] in hasPermission() constant
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir_views.h30 Node* node() const { in node() function
88 Node* node() const { in node() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_list.cc123 list_node_t* list_next(const list_node_t* node) { in list_next()
127 void* list_node(const list_node_t* node) { in list_node()
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dinmemory_filesystem_utils.cpp36 void to_json(json& j, const InMemoryNodeMetadata& node) { in to_json()
43 void from_json(const json& j, InMemoryNodeMetadata& node) { in from_json()
/aosp_15_r20/external/cronet/net/test/
H A Dcert_test_util_nss.cc78 for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); in IsNssBuiltInRootSlot() local
230 for (CERTCertListNode* node = CERT_LIST_HEAD(cert_list); in GetAnNssBuiltinSslTrustedRoot() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPolicyNodeImpl.java132 PolicyNodeImpl(PolicyNodeImpl parent, PolicyNodeImpl node) { in PolicyNodeImpl() method in PolicyNodeImpl
255 PolicyNodeImpl node = it.next(); in prune() local
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dlock_free_address_hash_set_unittest.cc26 for (LockFreeAddressHashSet::Node* node = in IsSubset() local
44 LockFreeAddressHashSet::Node* node = in BucketSize() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.19/
HDcompile-testing-0.19.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtree.rb254 def has_child?( node ) argument
317 def initialize( node = nil ) argument
813 def unique_id( node ) argument
1031 def node_index( node ) argument
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java543 Asn1Node node = nodes.get(i); in getRulesAuthTable() local
1299 private static CarrierIdentifier buildCarrierIdentifier(Asn1Node node) in buildCarrierIdentifier()
1321 Asn1Node node = nodes.get(i); in buildUiccAccessRule() local
1347 private static EuiccNotification createNotification(Asn1Node node) in createNotification()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_shared_ra.c80 rb_node_to_interval(struct rb_node *node) in rb_node_to_interval()
86 rb_node_to_interval_const(const struct rb_node *node) in rb_node_to_interval_const()
113 ra_interval_cmp(const struct rb_node *node, const void *data) in ra_interval_cmp()
134 struct rb_node *node = rb_tree_search_sloppy(tree, &reg, ra_interval_cmp); in ra_interval_search_sloppy() local
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
H A DWorkspace.java663 private void showProperties(ViewNode node) { in showProperties()
700 ViewNode node = (ViewNode)parent.getLastPathComponent(); in expandAll() local
819 private void showCaptureWindow(ViewNode node, String captureParams, Image image) { in showCaptureWindow()
1180 private ViewNode node; field in Workspace.CaptureNodeTask
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcaptured_function.cc59 NodeExecStatsInterface* CreateNodeExecStats(const NodeDef* node) override { in CreateNodeExecStats()
395 const std::shared_ptr<model::Node>& node) { in MakeIteratorFromInputElement()
510 Node* node; in AddToGraph() local
741 for (const auto& node : fdef->node_def()) { in IsMultiDevice() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
H A DLDMLComparator.java159 String node; field in LDMLComparator.CompareElement
173 String node; field in LDMLComparator.AccumulatedResults
1044 private boolean childrenAreElements(Node node) { in childrenAreElements()
1084 private boolean extractMergeData(Node node, String key, boolean parentDraft) { in extractMergeData()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DConstructorDeclaration.java186 public boolean remove(Node node) { in remove()
206 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateTypeSizeLimitations.cpp47 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
83 void visitFunctionPrototype(TIntermFunctionPrototype *node) override in visitFunctionPrototype()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_concat_linear.cpp177 auto node = linear_layer_group[j]; in collectAndMergeLinearLayers() local
219 for (auto node : block->nodes()) { in handleBlockAndSubblocks() local

1...<<101102103104105106107108109110>>...336