Home
last modified time | relevance | path

Searched defs:node (Results 1151 – 1175 of 8398) sorted by relevance

1...<<41424344454647484950>>...336

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsquared_difference.cc61 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
174 void EvalQuantizedSquaredDifference(TfLiteContext* context, TfLiteNode* node, in EvalQuantizedSquaredDifference()
197 void EvalSquaredDifference(TfLiteContext* context, TfLiteNode* node, in EvalSquaredDifference()
213 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Ddiv.cc70 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
114 void EvalDiv(TfLiteContext* context, TfLiteNode* node, TfLiteDivParams* params, in EvalDiv()
161 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized()
215 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dutils.cc136 TfLiteNode* node; in PrepareSupportedNodes() local
201 TfLiteContext* context, TfLiteNode* node, TfLiteRegistration* registration, in IsNodeSupported()
245 TfLiteNode* node; in RemapFp16InputTensors() local
259 TfLiteNode* node, std::vector<int>* orig_inputs) const { in RemapFp16InputTensors()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDdom4j-1.6.1.jar ... java.lang.Object implements org.dom4j.Node { public abstract org.dom4j.QName getQName ( ...
/aosp_15_r20/external/truth/refactorings/src/main/java/com/google/common/truth/refactorings/
H A DCorrespondenceSubclassToFactoryCall.java296 public @Nullable Void visitMethodInvocation(MethodInvocationTree node, Void unused) { in findCalls()
315 public @Nullable Void visitNewClass(NewClassTree node, Void unused) { in findCalls()
335 public @Nullable Void scan(Tree node, Void unused) { in findTypeReferences()
345 public @Nullable Void visitNewClass(NewClassTree node, Void aVoid) { in findTypeReferences()
483 public @Nullable Void scan(Tree node, Void aVoid) { in maybeMakeLambdaBody()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_to_functiondef.cc168 for (const Node* node : body_nodes) { in FillFunctionBody() local
320 for (Node* node : graph.op_nodes()) { in GraphToFunctionDefHelper()
405 const Node* node = outputs[i].node; in GraphToFunctionDef() local
423 const Node* node = inputs[i].node; in GraphToFunctionDef() local
476 for (const Node* node : body_nodes) { in GraphToFunctionDef() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice_propagation.cc30 const std::string& AssignedOrRequestedDevice(const Node& node) { in AssignedOrRequestedDevice()
39 const device_propagation::DeviceFilter& device_filter, Node* node) { in UpdateDeviceFromInputs()
87 ReverseDFS(*graph, {}, [&node_filter, &device_filter](Node* node) { in PropagateDevices()
/aosp_15_r20/external/pytorch/torch/jit/
H A D_check.py109 def visit_Assign(self, node): argument
132 def visit_AnnAssign(self, node): argument
186 def visit_Call(self, node): argument
/aosp_15_r20/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAutofillTestHelper.java38 ViewNode node = findNodeByResourceId(context.getStructure(), resourceId); in findNodeByResourceId() local
55 final ViewNode node = findNodeByResourceId(rootNode, id); in findNodeByResourceId() local
66 private static ViewNode findNodeByResourceId(ViewNode node, String id) { in findNodeByResourceId()
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
H A DBundlePageTest.java62 final IBundleCoverage node = new BundleCoverageImpl("bundle", in should_render_non_empty_packages() local
81 final IBundleCoverage node = new BundleCoverageImpl("bundle", in should_render_message_when_no_class_files_specified() local
98 final IBundleCoverage node = new BundleCoverageImpl("bundle", in should_render_message_when_all_classes_empty() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveAtomicCounterBuiltins.cpp19 bool IsAtomicCounterDecl(const TIntermDeclaration *node) in IsAtomicCounterDecl()
34 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
44 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dlock_free_address_hash_set.cc21 Node* node = reinterpret_cast<Node*>(bucket); in ~LockFreeAddressHashSet() local
37 Node* node = reinterpret_cast<Node*>(subtle::NoBarrier_Load(bucket_ptr)); in Insert() local
63 for (Node* node = reinterpret_cast<Node*>(bucket); node; in Copy() local
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/bedsteadonboarding/graph/
H A DOnboardingGraphQueryBuilder.kt14 private val node = NodeQueryHelper<OnboardingGraphQueryBuilder>(this) constant
27 for (node in provider.graph.nodes.values) { in whereNode() method
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DSpecVersionDetectorTest.java31 JsonNode node = mapper.readTree(in); in detectVersion() local
43 JsonNode node = mapper.readTree(in); in detectInvalidSchemaVersion() local
52 JsonNode node = mapper.readTree(in); in detectOptionalSpecVersion() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp67 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) { in shouldCollect()
164 void ExplodedGraph::collectNode(ExplodedNode *node) { in collectNode()
194 ExplodedNode *node = *it; in reclaimRecentlyAllocatedNodes() local
227 void ExplodedNode::NodeGroup::replaceNode(ExplodedNode *node) { in replaceNode()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/qemu/qemu_sbsa/
Dsbsa_sip_svc.c76 int node; in read_cpuinfo_from_dt() local
144 int prev, node; in read_meminfo_from_dt() local
215 int node; in read_platform_config_from_dt() local
273 int node; in read_platform_version() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dcheck_alias_annotation.cpp149 for (const auto* node : g.nodes()) { in findNodeForOp() local
158 for (const auto* node : g.nodes()) { in findNodeForOp() local
168 for (const auto* node : g.nodes()) { in findNodeForOp() local
247 const auto node = findNodeForOp(*graph, unqualifiedOpName); in checkAliasAnnotation() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDjavaparser-core-3.3.0.jar ... ObservableProperty property com.github.javaparser.ast.Node node } com/github/javaparser/printer/ ...
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DRewriteCaseDeclarations.cpp28 PreResult visitSwitchPre(TIntermSwitch &node) override in visitSwitchPre()
34 PostResult visitSwitchPost(TIntermSwitch &node) override in visitSwitchPost()
52 PreResult visitDeclarationPre(TIntermDeclaration &node) override in visitDeclarationPre()
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Ddecompose_silu.cpp13 static bool shouldDecomposeSilu(Node* node) { in shouldDecomposeSilu()
29 static void DecomposeSilu(Node* node) { in DecomposeSilu()
46 for (auto node : block->nodes()) { in DecomposeSilu() local
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DClassCoverageImplTest.java32 private ClassCoverageImpl node; field in ClassCoverageImplTest
74 ClassCoverageImpl node = new ClassCoverageImpl("Sample", 12345, true); in testNoMatch() local
80 ClassCoverageImpl node = new ClassCoverageImpl("ClassInDefaultPackage", in testGetPackageName1() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs180 let node = Some(node); in push_front_node() localVariable
199 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_front_node() localVariable
225 let node = Some(node); in push_back_node() localVariable
244 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_back_node() localVariable
266 let node = unsafe { node.as_mut() }; // this one is ours now, we can create an &mut. in unlink_node() localVariable
848 let node = Box::new_in(Node::new(elt), &self.alloc); in push_front() localVariable
897 let node = Box::new_in(Node::new(elt), &self.alloc); in push_back() localVariable
1200 let node = &*node.as_ptr(); in next() localVariable
1228 let node = &*node.as_ptr(); in next_back() localVariable
1268 let node = &mut *node.as_ptr(); in next() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs180 let node = Some(node); in push_front_node() localVariable
199 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_front_node() localVariable
225 let node = Some(node); in push_back_node() localVariable
244 let node = Box::from_raw_in(node.as_ptr(), &self.alloc); in pop_back_node() localVariable
266 let node = unsafe { node.as_mut() }; // this one is ours now, we can create an &mut. in unlink_node() localVariable
848 let node = Box::new_in(Node::new(elt), &self.alloc); in push_front() localVariable
897 let node = Box::new_in(Node::new(elt), &self.alloc); in push_back() localVariable
1200 let node = &*node.as_ptr(); in next() localVariable
1228 let node = &*node.as_ptr(); in next_back() localVariable
1268 let node = &mut *node.as_ptr(); in next() localVariable
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common_apex33/aar/
Dlint.jar ... ) String variableName org.jetbrains.uast.UCallExpression node } androidx/work/lint/IdleBatteryChargingConstraintsDetector.class ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-rc01/androidx.work_work-runtime/android_common_apex34/aar/
Dlint.jar ... ) String variableName org.jetbrains.uast.UCallExpression node } androidx/work/lint/IdleBatteryChargingConstraintsDetector.class ...

1...<<41424344454647484950>>...336