Home
last modified time | relevance | path

Searched defs:node (Results 701 – 725 of 8398) sorted by relevance

1...<<21222324252627282930>>...336

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dprepare_binary.cpp18 static void handleBinaryOpInputs(Node* node) { in handleBinaryOpInputs()
114 for (auto node : block->nodes()) { in ConvertScalarToTensor() local
126 static void mayDecomposeAdd(Node* node) { in mayDecomposeAdd()
150 for (auto node : block->nodes()) { in DecomposeFusedAdd() local
162 for (auto node : block->nodes()) { in EliminateIdentityMulAdd() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c36 int node; in fconf_populate_gicv3_config() local
75 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local
192 int uart_node, node, err; in fconf_populate_uart_config() local
282 int err, node; in fconf_populate_cpu_timer() local
307 int node, len; in fconf_populate_dram_layout() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item.cc98 for (const NodeDef* node : fanin) { in MainVariables() local
116 for (const auto& node : init_ops) { in NodesToPreserve() local
119 for (const auto& node : keep_ops) { in NodesToPreserve() local
148 for (const NodeDef& node : graph.node()) { in NodesToPreserve() local
205 for (const NodeDef& node : graph.node()) { in InferDevicesFromGraph() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue366FailSlowTest.java43 JsonNode node = mapper.readTree(content); in getJsonNodeFromStreamContent() local
52 JsonNode node = getJsonNodeFromStreamContent(dataInputStream); in firstOneValid() local
65 JsonNode node = getJsonNodeFromStreamContent(dataInputStream); in secondOneValid() local
78 JsonNode node = getJsonNodeFromStreamContent(dataInputStream); in bothValid() local
92 JsonNode node = getJsonNodeFromStreamContent(dataInputStream); in neitherValid() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dfunctions_test.cc145 for (const NodeDef &node : item.function_body().node()) { in TEST_F() local
229 for (const NodeDef &node : item.function_body().node()) { in TEST_F() local
312 for (const NodeDef &node : item.function_body().node()) { in TEST_F() local
380 for (const NodeDef &node : item.function_body().node()) { in TEST_F() local
563 for (const NodeDef &node : specialized.node_def()) { in TEST_F() local
637 for (const NodeDef &node : specialized.node_def()) { in TEST_F() local
693 for (const NodeDef &node : specialized.node_def()) { in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconv.cc228 TfLiteContext* context, TfLiteNode* node, bool is_hybrid, in AllocateTemporaryTensorsIfRequired()
334 TfLiteNode* node) { in Prepare()
649 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
654 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized()
730 void EvalQuantizedPerChannel(TfLiteContext* context, TfLiteNode* node, in EvalQuantizedPerChannel()
790 void EvalQuantizedPerChannel16x8(TfLiteContext* context, TfLiteNode* node, in EvalQuantizedPerChannel16x8()
859 void EvalFloat(TfLiteContext* context, TfLiteNode* node, in EvalFloat()
956 TfLiteStatus EvalHybridPerChannel(TfLiteContext* context, TfLiteNode* node, in EvalHybridPerChannel()
1066 TfLiteStatus EvalHybrid(TfLiteContext* context, TfLiteNode* node, in EvalHybrid()
1147 TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node) { in EvalImpl()
[all …]
H A Dreduce.cc177 TfLiteStatus InitializeTemporaries(TfLiteContext* context, TfLiteNode* node, in InitializeTemporaries()
236 TfLiteStatus PrepareSimple(TfLiteContext* context, TfLiteNode* node) { in PrepareSimple()
276 TfLiteStatus PrepareAllOrAny(TfLiteContext* context, TfLiteNode* node) { in PrepareAllOrAny()
284 TfLiteStatus PrepareMeanOrSum(TfLiteContext* context, TfLiteNode* node) { in PrepareMeanOrSum()
326 TfLiteStatus PrepareProd(TfLiteContext* context, TfLiteNode* node) { in PrepareProd()
488 TfLiteStatus EvalMean(TfLiteContext* context, TfLiteNode* node) { in EvalMean()
700 TfLiteStatus EvalType(TfLiteContext* context, TfLiteNode* node, in EvalType()
814 TfLiteStatus EvalGeneric(TfLiteContext* context, TfLiteNode* node) { in EvalGeneric()
851 TfLiteStatus EvalSum(TfLiteContext* context, TfLiteNode* node) { in EvalSum()
903 TfLiteStatus EvalQuantizedProd(TfLiteContext* context, TfLiteNode* node, in EvalQuantizedProd()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.cpp183 void PropagatePrecisionIfApplicable(TIntermTyped *node, TPrecision precision) in PropagatePrecisionIfApplicable()
206 #define REPLACE_IF_IS(node, conversionFunc, original, replacement) \ argument
293 TIntermBranch::TIntermBranch(const TIntermBranch &node) in TIntermBranch()
435 TIntermBlock::TIntermBlock(const TIntermBlock &node) in TIntermBlock()
537 TIntermDeclaration::TIntermDeclaration(const TIntermDeclaration &node) in TIntermDeclaration()
1111 TIntermCase::TIntermCase(const TIntermCase &node) : TIntermCase(node.mCondition->deepCopy()) {} in TIntermCase()
1132 TIntermTyped::TIntermTyped(const TIntermTyped &node) : TIntermTyped() in TIntermTyped()
1169 TIntermConstantUnion::TIntermConstantUnion(const TIntermConstantUnion &node) in TIntermConstantUnion()
1186 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate()
1209 TIntermSwizzle::TIntermSwizzle(const TIntermSwizzle &node) : TIntermExpression(node) in TIntermSwizzle()
[all …]
/aosp_15_r20/external/trusty/musl/src/regex/
Dregcomp.c143 tre_ast_node_t *node = tre_mem_calloc(mem, sizeof *node); in tre_ast_new_node() local
156 tre_ast_node_t *node; in tre_ast_new_literal() local
172 tre_ast_node_t *node; in tre_ast_new_iter() local
190 tre_ast_node_t *node; in tre_ast_new_union() local
208 tre_ast_node_t *node; in tre_ast_new_catenation() local
616 tre_ast_node_t *node = 0, *n; in parse_bracket() local
757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub()
797 tre_ast_node_t *node; in parse_atom() local
1105 tre_add_tag_left(tre_mem_t mem, tre_ast_node_t *node, int tag_id) in tre_add_tag_left()
1136 tre_add_tag_right(tre_mem_t mem, tre_ast_node_t *node, int tag_id) in tre_add_tag_right()
[all …]
/aosp_15_r20/external/musl/src/regex/
H A Dregcomp.c143 tre_ast_node_t *node = tre_mem_calloc(mem, sizeof *node); in tre_ast_new_node() local
156 tre_ast_node_t *node; in tre_ast_new_literal() local
172 tre_ast_node_t *node; in tre_ast_new_iter() local
190 tre_ast_node_t *node; in tre_ast_new_union() local
208 tre_ast_node_t *node; in tre_ast_new_catenation() local
616 tre_ast_node_t *node = 0, *n; in parse_bracket() local
757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub()
797 tre_ast_node_t *node; in parse_atom() local
1105 tre_add_tag_left(tre_mem_t mem, tre_ast_node_t *node, int tag_id) in tre_add_tag_left()
1136 tre_add_tag_right(tre_mem_t mem, tre_ast_node_t *node, int tag_id) in tre_add_tag_right()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc310 const Node* node, FieldMask* out) { in MergeToFieldMask()
333 Node* node = &root_; in AddPath() local
366 Node* node = &root_; in RemovePath() local
417 const Node* node = &root_; in IntersectPath() local
438 const Node* node, FieldMaskTree* out) { in MergeLeafNodesToTree()
450 void FieldMaskTree::MergeMessage(const Node* node, const Message& source, in MergeMessage()
553 void FieldMaskTree::AddRequiredFieldPath(Node* node, in AddRequiredFieldPath()
588 bool FieldMaskTree::TrimMessage(const Node* node, Message* message) { in TrimMessage()
/aosp_15_r20/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp123 void Visit(xml::Element* node) override { in Visit()
519 for (auto& node : root_element->children) { in ArtifactFormatTagHandler() local
561 for (auto& node : child->children) { in AbiGroupTagHandler() local
621 for (auto& node : child->children) { in ScreenDensityGroupTagHandler() local
687 for (auto& node : child->children) { in LocaleGroupTagHandler() local
754 for (auto node : root_element->GetChildElements()) { in AndroidSdkTagHandler() local
806 for (auto& node : element->children) { in GlTextureGroupTagHandler() local
843 for (auto& node : child->children) { in DeviceFeatureGroupTagHandler() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc310 const Node* node, FieldMask* out) { in MergeToFieldMask()
333 Node* node = &root_; in AddPath() local
366 Node* node = &root_; in RemovePath() local
417 const Node* node = &root_; in IntersectPath() local
438 const Node* node, FieldMaskTree* out) { in MergeLeafNodesToTree()
450 void FieldMaskTree::MergeMessage(const Node* node, const Message& source, in MergeMessage()
553 void FieldMaskTree::AddRequiredFieldPath(Node* node, in AddRequiredFieldPath()
588 bool FieldMaskTree::TrimMessage(const Node* node, Message* message) { in TrimMessage()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c100 link_non_block_to_block(nir_cf_node *node, nir_block *block) in link_non_block_to_block()
128 link_block_to_non_block(nir_block *block, nir_cf_node *node) in link_block_to_non_block()
409 insert_non_block(nir_block *before, nir_cf_node *node, nir_block *after) in insert_non_block()
420 nearest_loop(nir_cf_node *node) in nearest_loop()
561 update_if_uses(nir_cf_node *node) in update_if_uses()
618 nir_cf_node_insert(nir_cursor cursor, nir_cf_node *node) in nir_cf_node_insert()
658 cleanup_cf_node(nir_cf_node *node, nir_function_impl *impl) in cleanup_cf_node()
775 relink_jump_halt_cf_node(nir_cf_node *node, nir_block *end_block) in relink_jump_halt_cf_node()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmake_deterministic.cc155 for (const NodeDef& node : function.node_def()) { in NameToNode() local
172 NodeDef* node = GetMutableNode(node_name, graph); in ConvertMapOrInterleave() local
388 NodeDef* node = GetMutableNode(node_name, graph); in ConvertBatch() local
482 NodeDef* node = GetMutableNode(node_name, graph); in ConvertPrefetch() local
617 const FunctionLibraryDefinition& library, const NodeDef& node) { in NodeMayIntroduceNondeterminismWhenAsync()
649 for (const NodeDef& node : graph.node()) { in GraphMayHaveAsyncNondeterminism() local
657 for (const NodeDef& node : function_def->node_def()) { in GraphMayHaveAsyncNondeterminism() local
680 for (const NodeDef& node : item.graph.node()) { in OptimizeAndCollectStats() local
/aosp_15_r20/external/libcups/cgi-bin/
H A Dhelp-index.c151 help_node_t *node; /* Current node */ in helpDeleteIndex() local
227 help_node_t *node; /* Current node */ in helpLoadIndex() local
431 help_node_t *node; /* Current node */ in helpSaveIndex() local
508 help_node_t *node; /* Current node */ in helpSearchIndex() local
745 help_node_t *node; /* Current node */ in help_load_directory() local
844 help_node_t *node; /* Current node */ in help_load_file() local
/aosp_15_r20/external/dtc/
H A Dfdtput.c156 int node; in store_key_value() local
191 int node, offset = 0; in create_paths() local
232 int node = 0; in create_node() local
271 int node = 0; in delete_prop() local
297 int node = 0; in delete_node() local
319 char *node; in do_fdtput() local
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/debt/
Dlist.rs164 let node = Box::leak(Box::<Node>::default()); in get() localVariable
207 node: Cell<Option<&'static Node>>, field
251 let node = &self.node.get().expect("LocalNode::with ensures it is set"); in new_fast() localVariable
260 let node = &self.node.get().expect("LocalNode::with ensures it is set"); in new_helping() localVariable
283 let node = &self.node.get().expect("LocalNode::with ensures it is set"); in confirm_helping() localVariable
301 let node = &self.node.get().expect("LocalNode::with ensures it is set"); in help() localVariable
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Deviction.cc124 Rankings::ScopedRankingsBlock node(rankings_); in TrimCache() local
270 bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, in EvictEntry()
327 Rankings::ScopedRankingsBlock node(rankings_); in TrimCacheV2() local
475 Rankings::ScopedRankingsBlock node(rankings_); in TrimDeleted() local
499 bool Eviction::RemoveDeletedNode(CacheRankingsBlock* node) { in RemoveDeletedNode()
511 bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) { in NodeIsOldEnough()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DPruneNoOps.cpp33 bool IsNoOpSwitch(TIntermSwitch *node) in IsNoOpSwitch()
80 bool IsNoOp(TIntermNode *node) in IsNoOp()
130 bool PruneNoOpsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration()
198 bool PruneNoOpsTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock()
260 bool PruneNoOpsTraverser::visitBranch(Visit visit, TIntermBranch *node) in visitBranch()
/aosp_15_r20/external/cronet/net/tools/huffman_trie/huffman/
H A Dhuffman_builder.cc62 std::unique_ptr<HuffmanNode> node(BuildTree()); in ToTable() local
68 void HuffmanBuilder::TreeToTable(HuffmanNode* node, in TreeToTable()
87 std::unique_ptr<HuffmanNode> node(BuildTree()); in ToVector() local
92 uint32_t HuffmanBuilder::WriteToVector(HuffmanNode* node, in WriteToVector()
132 for (const auto& node : nodes) { in BuildTree() local
/aosp_15_r20/external/musl/src/search/
H A Dtsearch.h7 struct node { struct
8 const void *key;
9 void *a[2];
10 int h;
/aosp_15_r20/external/trusty/musl/src/search/
Dtsearch.h7 struct node { struct
8 const void *key;
9 void *a[2];
10 int h;
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py153 def visit_literal(self, node): argument
161 def visit_blob(self, node): argument
164 def visit_named_constant(self, node): argument
167 def visit_array(self, node): argument
178 def visit_struct(self, node): argument
191 def visit_pointer(self, node): argument
197 def visit_call(self, node): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.cc82 const NodeDef& node, in ExtractExtraProperties()
165 const NodeDef& node, in FindInputFeatures()
267 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node) { in GetDeviceInfo()
272 const NodeDef& node, in BuildOpInfoWithoutDevice()
301 for (auto& node : cost_graph.node()) { in CostGraphToOpPerformanceData() local
304 for (auto& node : graph.node()) { in CostGraphToOpPerformanceData() local
308 for (const auto& node : graph.node()) { in CostGraphToOpPerformanceData() local

1...<<21222324252627282930>>...336