Home
last modified time | relevance | path

Searched defs:node (Results 1376 – 1400 of 8398) sorted by relevance

1...<<51525354555657585960>>...336

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_template_kernel.py34 def wrap_with_tensorbox(node) -> ir.TensorBox: argument
139 def slice_nd(self, node, ranges: List[Tuple[Any, Any]]) -> ir.ReinterpretView: argument
155 def view(self, node, sizes: List[Any]) -> ir.View: argument
160 def permute(self, node, dims): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_planner_test.cc66 for (const auto& node : nodes) { in TestGraph() local
98 for (auto node : nodes_) { in ~TestGraph() local
142 const TfLiteNode& node(size_t index) const override { in node() function in tflite::__anonec026e940111::TestGraphInfo
196 void ResetAllocationsAfter(int node) { in ResetAllocationsAfter()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp716 const UObject *node; in appendText() local
771 const UObject *node=(const UObject *)fChildren.elementAt(i); in getChild() local
789 const UObject *node; in nextChildElement() local
810 const UObject *node; in getChildElement() local
/aosp_15_r20/external/deqp/executor/
H A DxeBatchExecutor.cpp68 const TestNode *node = *iter; in computeExecuteSet() local
88 const TestNode *node = *iter; in computeBatchRequest() local
108 const TestNode *node = *iter; in removeExecuted() local
307 static void writeCaseListNode(std::ostream &str, const TestNode *node, const TestSet &testSet) in writeCaseListNode()
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DstepControl.c262 HandlerNode *node, in handleFramePopEvent()
365 HandlerNode *node, in handleExceptionCatchEvent()
432 HandlerNode *node, in handleMethodEnterEvent()
789 HandlerNode *node) in stepControl_beginStep()
/aosp_15_r20/external/freetype/src/cache/
H A Dftcbasic.c297 FTC_Node node = 0; /* make compiler happy */ in FTC_ImageCache_Lookup() local
378 FTC_Node node = 0; /* make compiler happy */ in FTC_ImageCache_LookupScaler() local
498 FTC_Node node = 0; /* make compiler happy */ in FTC_SBitCache_Lookup() local
581 FTC_Node node = 0; /* make compiler happy */ in FTC_SBitCache_LookupScaler() local
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java285 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode() local
347 final WindowNode node = structure.getWindowNodeAt(i); in getAutofillIds() local
353 private static void addAutofillableIds(@NonNull ViewNode node, in addAutofillableIds()
448 boolean matches(ViewNode node); in matches()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_dead_cf.c115 block_in_cf_node(nir_block *block, nir_cf_node *node) in block_in_cf_node()
129 nir_cf_node *node = _node; in def_only_used_in_cf_node() local
172 node_is_dead(nir_cf_node *node) in node_is_dead()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dadd_n.cc49 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
104 TfLiteStatus EvalAddN(TfLiteContext* context, TfLiteNode* node) { in EvalAddN()
125 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dconcatenation.cc42 TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node, int axis, in EvalImpl()
120 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
213 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dbucketize.cc54 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
97 TfLiteStatus BucketizeImpl(TfLiteContext* context, TfLiteNode* node) { in BucketizeImpl()
113 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DUtils.cpp55 for(auto &node : nodes) in force_target_to_graph() local
177 std::vector<NodeIdxPair> get_driving_nodes(const INode &node) in get_driving_nodes()
197 std::vector<NodeIdxPair> get_driver_nodes(const INode &node) in get_driver_nodes()
/aosp_15_r20/external/ltp/libs/libltpnuma/
H A Dtst_numa.c67 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter()
84 int node; in tst_nodemap_count_pages() local
126 static int node_has_enough_memory(int node, size_t min_kb) in node_has_enough_memory()
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DItemsValidator202012.java66 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate()
114 …public Set<ValidationMessage> walk(ExecutionContext executionContext, JsonNode node, JsonNode root… in walk()
154 …private void walkSchema(ExecutionContext executionContext, JsonSchema walkSchema, JsonNode node, J… in walkSchema()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/
DLinkedHashMap.java683 static <K1,V1> Node<K1,V1> nsee(Node<K1,V1> node) { in nsee()
771 var node = nsee(reversed ? tail : head); in removeFirst() local
776 var node = nsee(reversed ? head : tail); in removeLast() local
877 var node = nsee(reversed ? tail : head); in removeFirst() local
882 var node = nsee(reversed ? head : tail); in removeLast() local
997 var node = nsee(reversed ? tail : head); in removeFirst() local
1002 var node = nsee(reversed ? head : tail); in removeLast() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DLinkedHashMap.java683 static <K1,V1> Node<K1,V1> nsee(Node<K1,V1> node) { in nsee()
771 var node = nsee(reversed ? tail : head); in removeFirst() local
776 var node = nsee(reversed ? head : tail); in removeLast() local
877 var node = nsee(reversed ? tail : head); in removeFirst() local
882 var node = nsee(reversed ? head : tail); in removeLast() local
997 var node = nsee(reversed ? tail : head); in removeFirst() local
1002 var node = nsee(reversed ? head : tail); in removeLast() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc426 Node* Encapsulator::Subgraph::MakeNodeImage(const Graph* graph_in, Node* node) { in MakeNodeImage()
593 auto lookup = [this](const Node* node) -> std::optional<string> { in BuildFunctionDef()
650 Status Encapsulator::GetFunctionNameAttr(Node const* node, string* attr) const { in GetFunctionNameAttr()
988 Node* node = options.FinalizeBuilder(&node_builder); in AddDummyShapedNode() local
1051 for (auto node : function_nodes) { in MakePrunedGraphCopyAndInline() local
1202 std::vector<int>* output_permutation, NodeDef* node) { in Run()
1313 bool IsXlaCompiledKernel(const Node& node) { in IsXlaCompiledKernel()
/aosp_15_r20/frameworks/base/tools/aapt/
H A DXMLNode.cpp931 sp<XMLNode> node = mChildren.itemAt(i); in removeWhitespace() local
1218 sp<XMLNode> node = XMLNode::newNamespace(st->filename, in startNamespace() local
1238 sp<XMLNode> node = XMLNode::newElement(st->filename, ns16, name16); in startElement() local
1264 sp<XMLNode> node = NULL; in characterData() local
1293 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endElement() local
1315 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endNamespace() local
1462 ResXMLTree_node node; in flatten_node() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DLinkedHashMap.java683 static <K1,V1> Node<K1,V1> nsee(Node<K1,V1> node) { in nsee()
771 var node = nsee(reversed ? tail : head); in removeFirst() local
776 var node = nsee(reversed ? head : tail); in removeLast() local
877 var node = nsee(reversed ? tail : head); in removeFirst() local
882 var node = nsee(reversed ? head : tail); in removeLast() local
997 var node = nsee(reversed ? tail : head); in removeFirst() local
1002 var node = nsee(reversed ? head : tail); in removeLast() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtranspose.cc164 int outer_bs_b, TransposePlan::Node const* __restrict node, in Transpose()
301 TransposePlan::Node const* __restrict node) { in TransposeConstStride1()
730 auto loop_has_trivial_iteration_space = [](const Node& node) { in BuildPlanNodes()
752 Node node; in BuildPlanNodes() local
783 Node node; in BuildPlanNodes() local
836 Node node; in BuildPlanNodes() local
1285 thread_nodes, "\n", [](std::string* out, const Node& node) { in ToString()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tree/
Dnode.hpp22 class node class
34 node () : in node() function in boost::lexer::detail::node
39 node (const bool nullable_) : in node() function in boost::lexer::detail::node
/aosp_15_r20/external/autotest/client/common_lib/cros/manual/
H A Daudio_helper.py177 def get_speaker_for_node_cras(dut, node): argument
220 def get_microphone_for_node_cras(dut, node): argument
241 def get_speaker_volume_cras(dut, node): argument
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
H A DSerializer.java101 public void serialize(Node node) throws IOException { in serialize()
119 private void anchorNode(Node node) { in anchorNode()
155 private void serializeNode(Node node, Node parent) throws IOException { in serializeNode()
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/common/
H A Darm_dyn_cfg_helpers.c45 int arm_dyn_tb_fw_cfg_init(void *dtb, int *node) in arm_dyn_tb_fw_cfg_init()
139 int err, node; in arm_set_event_log_info() local
335 int node, rc; in arm_get_tb_fw_info() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dremove_inplace_ops_for_onnx.cpp166 std::pair<Value*, Value*> PrepareIndexPutForONNX(Node* node) { in PrepareIndexPutForONNX()
174 std::pair<Value*, Value*> PrepareCopyForONNX(Node* node) { in PrepareCopyForONNX()
220 std::pair<Value*, Value*> PrepareInplaceOpsInBlocksForONNX(Node* node) { in PrepareInplaceOpsInBlocksForONNX()
341 Node* node = use.user; in PrepareForRemoveMutations() local
393 Node* node = input->node(); in findSubModuleAttr() local

1...<<51525354555657585960>>...336