/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | execute.cc | 1347 auto node = std::make_unique<AsyncExecuteNode>( in AddOrExecuteNode() local 1366 ExecuteNode node(&ctx, *inputs, eager_func_params, kernel, graph_collector, in AddOrExecuteNode() local 1667 std::unique_ptr<EagerNode> node(new eager::RemoteExecuteNode( in EagerRemoteExecute() local 1921 std::unique_ptr<EagerNode> node( in LocalEagerCopyToDevice() local 1925 CopyToDeviceNode node(h, *result, d, *ctx, async, mirror); in LocalEagerCopyToDevice() local
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | graph.hh | 722 const auto& node = object (node_idx); in index_for_offset() local 838 const auto& node = vertices_[entry.first]; in isolate_subgraph() local 1313 auto& node = vertices_[index]; in move_to_new_space() local 1326 const auto& node = vertices_[index]; in space_for() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | parserInternals.c | 213 xmlCtxtVErr(xmlParserCtxtPtr ctxt, xmlNodePtr node, xmlErrorDomain domain, in xmlCtxtVErr() 303 xmlCtxtErr(xmlParserCtxtPtr ctxt, xmlNodePtr node, xmlErrorDomain domain, in xmlCtxtErr() 2555 xmlParserFindNodeInfo(xmlParserCtxtPtr ctx, xmlNodePtr node) in xmlParserFindNodeInfo() 2622 xmlNodePtr node) in xmlParserFindNodeInfoIndex()
|
H A D | pattern.c | 139 xmlNodePtr node; member 464 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { in xmlPatPushState() 498 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { in xmlPatMatch() 2406 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) in xmlPatternMatch()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | cord.cc | 76 static inline CordRep* VerifyTree(CordRep* node) { in VerifyTree() 820 CordRep* node = cord_internal::SkipCrcNode(tree()); in FindFlatStartPiece() local 1292 static std::string ReportError(CordRep* root, CordRep* node) { in ReportError() 1304 CordRep* node = worklist.back(); in VerifyNode() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 77 static inline CordRep* VerifyTree(CordRep* node) { in VerifyTree() 819 CordRep* node = cord_internal::SkipCrcNode(tree()); in FindFlatStartPiece() local 1307 static std::string ReportError(CordRep* root, CordRep* node) { in ReportError() 1319 CordRep* node = worklist.back(); in VerifyNode() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | cord.cc | 77 static inline CordRep* VerifyTree(CordRep* node) { in VerifyTree() 819 CordRep* node = cord_internal::SkipCrcNode(tree()); in FindFlatStartPiece() local 1307 static std::string ReportError(CordRep* root, CordRep* node) { in ReportError() 1319 CordRep* node = worklist.back(); in VerifyNode() local
|
/aosp_15_r20/external/libxml2/ |
H A D | pattern.c | 139 xmlNodePtr node; member 435 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { in xmlPatPushState() 461 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { in xmlPatMatch() 2263 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) in xmlPatternMatch()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_compiler.cc | 1208 for (const NodeDef& node : fdef->node_def()) { in ValidateFunctionDef() local 1224 Status GetPotentialFunctionName(const Node& node, const string** name) { in GetPotentialFunctionName() 1250 auto maybe_error = [&](const Node* node, const Status& s) -> Status { in ValidateGraph() 1277 for (const Node* node : graph->nodes()) { in ValidateGraph() local
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/ |
H A D | DacHtmlFormat.kt | 485 nodes.forEach { node -> in summaryNodeGroup() method 656 it.value.forEach { node -> in FlowContent() method 697 for (node in page.packages) { in <lambda>() method 743 for (node in classes) { in <lambda>() method
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | peephole.cpp | 32 bool isRNN(const Node* node) { in isRNN() 68 std::vector<size_t> getBroadcastPositions(Node* node) { in getBroadcastPositions() 631 static void replaceInputWithList(Node* node, size_t i, ArrayRef<Value*> to) { in replaceInputWithList()
|
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | group_batch_fusion.py | 74 def update_stack_example_value(node, metadata, dim=0, op=torch.stack): argument 108 def match(self, node): argument 1145 def find_dependent_nodes(node, interesting_nodes): argument
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | diff.c | 488 static int skip(struct dirtree *node) in skip() 506 static void add_to_list(struct dirtree *node) in add_to_list() 517 static int list_dir(struct dirtree *node) in list_dir()
|
/aosp_15_r20/external/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 301 struct exfat_inode *node = NULL; in read_file_dentry_set() local 348 struct exfat_inode *node; in read_file() local 427 struct exfat_inode *node = NULL; in read_children() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | impl.h | 345 bool node_is_optimizable_container_type(const Node* node) const { in node_is_optimizable_container_type() 826 Node* node() const { in node() function 921 Node* node() const { in node() function
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_inlines.h | 414 BasicBlock *BasicBlock::get(Graph::Node *node) in get() 420 Function *Function::get(Graph::Node *node) in get()
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | NavTree.java | 35 Node node = new Node("Reference", dir + refPrefix + "packages.html", children, null); in writeNavTree() local 73 Node node = new Node("Reference", Doclava.ensureSlash(dir) + "packages.html", children, null); in writeYamlTree2() local
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | loop_guest_context_optimizer.cc | 290 void OptimizeLoopTree(MachineIR* machine_ir, LoopTreeNode* node, PredicateFunction predicate) { in OptimizeLoopTree() 305 auto predicate = [](LoopTreeNode* node) -> bool { in RemoveLoopGuestContextAccesses()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | op_resolver_test.cc | 34 TfLiteStatus MockPrepare(TfLiteContext* context, TfLiteNode* node) { in MockPrepare() 38 TfLiteStatus MockInvoke(TfLiteContext* context, TfLiteNode* node) { in MockInvoke()
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_compiler.py | 106 def check_lineno(self, node): argument 113 def _check_lineno(self, node): argument
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
H A D | TypeDescription.java | 370 public Object newInstance(Node node) { in newInstance() 384 public Object newInstance(String propertyName, Node node) { in newInstance()
|
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiScrollable.java | 417 AccessibilityNodeInfo node = findAccessibilityNodeInfo(WAIT_FOR_SELECTOR_TIMEOUT); in scrollForward() local 496 AccessibilityNodeInfo node = findAccessibilityNodeInfo(WAIT_FOR_SELECTOR_TIMEOUT); in scrollBackward() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/ |
H A D | max_pool_with_argmax.cc | 157 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 202 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/pmic/ |
D | stm32mp_pmic.c | 32 static int node = -FDT_ERR_BADOFFSET; in dt_get_pmic_node() local 44 int node; in dt_pmic_status() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ |
H A D | ASTReference.java | 244 Node node = this.jjtGetParent(); in init() local 408 Node node = jjtGetChild(i); in execute() local
|