/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | dependency_optimizer_test.cc | 96 for (const NodeDef& node : item.graph.node()) { in TEST_F() local 131 const NodeDef& node = item.graph.node(i); in TEST_F() local 173 const NodeDef& node = item.graph.node(i); in TEST_F() local 226 const NodeDef& node = output.node(i); in TEST_F() local 283 for (const NodeDef& node : output.node()) { in TEST_F() local 378 for (const NodeDef& node : output.node()) { in TEST_F() local 414 for (const NodeDef& node : output.node()) { in TEST_F() local 468 for (const NodeDef& node : output.node()) { in TEST_F() local 535 for (const NodeDef& node : output.node()) { in TEST_F() local 616 const NodeDef& node = output.node(i); in TEST_F() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 326 int64_t node = nodes.elementAti(index); in addReset() local 441 CollationBuilder::getWeight16Before(int32_t index, int64_t node, int32_t level) { in getWeight16Before() 503 int64_t node = nodes.elementAti(index); in getSpecialResetPosition() local 522 int64_t node = nodes.elementAti(index); in getSpecialResetPosition() local 587 int64_t node = nodes.elementAti(index); in getSpecialResetPosition() local 840 int64_t node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode() local 889 int64_t node = nodes.elementAti(index); in findOrInsertWeakNode() local 956 int64_t node = nodes.elementAti(index); in insertTailoredNodeAfter() local 969 CollationBuilder::insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, in insertNodeBetween() 994 int64_t node = nodes.elementAti(index); in findCommonNode() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | benchmark_testlib.h | 77 NodeDef node; in CreateGraphDef() local 83 NodeDef node; in CreateGraphDef() local 125 NodeDef node; in CreateRandomGraph() local 146 NodeDef node; in CreateFaninFanoutNodeGraph() local 151 NodeDef node = create_node(/*name=*/"node"); in CreateFaninFanoutNodeGraph() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | gradient_input_output_exclusions.py | 107 def visit_Attribute(self, node): argument 116 def visit_Subscript(self, node): argument 143 def visit_Name(self, node): argument 149 def visit_Attribute(self, node): argument 157 def visit_Call(self, node): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.c | 81 struct cso_node *node = MALLOC(sizeof(struct cso_node)); in cso_hash_create_node() local 187 struct cso_node *node = cso_hash_create_node(hash, key, data, nextNode); in cso_hash_insert() local 240 cso_hash_data_next(struct cso_node *node) in cso_hash_data_next() 271 struct cso_node **node = cso_hash_find_node(hash, akey); in cso_hash_take() local 305 struct cso_node *node = iter.node; in cso_hash_erase() local 325 struct cso_node **node = cso_hash_find_node(hash, key); in cso_hash_contains() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/ |
H A D | Util.java | 111 WindowNode node = structure.getWindowNodeAt(i); in dumpStructure() local 117 …private static void dumpNode(StringBuilder builder, String prefix, ViewNode node, int childNumber)… in dumpNode() 196 ViewNode node = findNodeByFilter(context.getStructure(), id, filter); in findNodeByFilter() local 214 final ViewNode node = findNodeByFilter(rootNode, id, filter); in findNodeByFilter() local 225 public static ViewNode findNodeByFilter(@NonNull ViewNode node, @NonNull Object id, in findNodeByFilter() 310 boolean matches(ViewNode node, Object id); in matches()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
H A D | ApiToExtensionsMap.kt | 64 var node = root.children.findNode(parts[0]) ?: return lastSeenExtensions in isEmpty() variable 248 var node = root.children.addNode(parts[0]) in fromXml() variable 285 val node = Node(name) in MutableSet() constant
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/ |
D | Util.java | 111 WindowNode node = structure.getWindowNodeAt(i); in dumpStructure() local 117 …private static void dumpNode(StringBuilder builder, String prefix, ViewNode node, int childNumber)… in dumpNode() 196 ViewNode node = findNodeByFilter(context.getStructure(), id, filter); in findNodeByFilter() local 214 final ViewNode node = findNodeByFilter(rootNode, id, filter); in findNodeByFilter() local 225 public static ViewNode findNodeByFilter(@NonNull ViewNode node, @NonNull Object id, in findNodeByFilter() 310 boolean matches(ViewNode node, Object id); in matches()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/mediacontext/ |
H A D | media_context.cpp | 310 MOS_GPU_NODE node = MOS_GPU_NODE_MAX; in CreateContext() local 397 …ctionToNode(MediaFunction func, const MOS_GPUCTX_CREATOPTIONS_ENHANCED &option, MOS_GPU_NODE& node) in FunctionToNode() 474 MOS_STATUS MediaContext::FunctionToNodeCodec(MediaFunction func, MOS_GPU_NODE& node) in FunctionToNodeCodec() 586 … MOS_GPU_NODE node = m_osInterface->pfnGetLatestVirtualNode(m_osInterface, COMPONENT_Decode); in FindGpuNodeToUse() local 628 …aFunction func, const MOS_GPUCTX_CREATOPTIONS_ENHANCED &option, const MOS_GPU_NODE &node, MOS_GPU_… in FunctionToGpuContext() 678 …puContextDecode(const MOS_GPUCTX_CREATOPTIONS_ENHANCED &option, const MOS_GPU_NODE &node, MOS_GPU_… in FunctionToGpuContextDecode()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | fold_constants_lib.cc | 68 for (const NodeDef& node : original_graph_def.node()) { in ReplaceSendRecvs() local 72 for (const NodeDef& node : rewritten_graph_def.node()) { in ReplaceSendRecvs() local 148 for (const NodeDef& node : input_graph_def.node()) { in RemoveUnusedNodes() local 172 const NodeDef& node = *(node_map[node_name]); in RemoveUnusedNodes() local 190 [&](const NodeDef& node) { return used_nodes.count(node.name()) > 0; }, in RemoveUnusedNodes() 256 for (const Node* const node : input_graph.nodes()) { in FoldConstants() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | rewrite_utils.cc | 83 NodeDef* node = function_def->add_node_def(); in AddFakeSinks() local 98 for (const auto& node : function_def->node_def()) { in RemoveFakeSinks() local 217 for (const auto& node : graph_def.node()) { in RewriteDataset() local 257 NodeDef* node = graph_def->mutable_node()->Add(); in GetGrapplerItem() local 334 for (const auto& node : graph_def.node()) { in GetDatasetNode() local 346 for (const auto& node : graph_def.node()) { in GetDatasetNodeDef() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | decl.go | 367 node() ast.Node methodSpec 383 func (d importDecl) node() ast.Node { return d.spec } func 384 func (d constDecl) node() ast.Node { return d.spec } func 385 func (d varDecl) node() ast.Node { return d.spec } func 386 func (d typeDecl) node() ast.Node { return d.spec } func 387 func (d funcDecl) node() ast.Node { return d.decl } func
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unsorted_segment.cc | 88 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 177 TfLiteStatus EvalGeneric(TfLiteContext* context, TfLiteNode* node, in EvalGeneric() 222 TfLiteStatus EvalProd(TfLiteContext* context, TfLiteNode* node) { in EvalProd() 225 TfLiteStatus EvalMax(TfLiteContext* context, TfLiteNode* node) { in EvalMax() 228 TfLiteStatus EvalSum(TfLiteContext* context, TfLiteNode* node) { in EvalSum() 231 TfLiteStatus EvalMin(TfLiteContext* context, TfLiteNode* node) { in EvalMin()
|
/aosp_15_r20/system/chre/util/tests/ |
H A D | intrusive_list_test.cc | 83 for (auto &node : testInput) { in TEST() local 88 for (auto const &node : testLinkedList) { in TEST() local 93 for (auto &node : testInput) { in TEST() local 109 for (auto &node : testListIntNodes) { in TEST() local 143 ListNode<int> node(0); in TEST() local
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | bookkeeping.cc | 76 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc() local 83 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc() local 143 GlobalCallstackTrie::Node* node = in GetSizeForTesting() local 161 GlobalCallstackTrie::Node* node = in GetMaxForTesting() local 179 GlobalCallstackTrie::Node* node = in GetMaxCountForTesting() local
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | Issue366FailFastTest.java | 43 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 90 JsonNode node = getJsonNodeFromStreamContent(dataInputStream); in neitherValid() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/inference/ |
H A D | batch_op_rewriter.cc | 79 void SetNodeAttrs(const AdaptiveBatchSchedulerParams& params, NodeDef* node) { in SetNodeAttrs() 159 NodeDef* node = optimized_graph->mutable_node(i); in Optimize() local 168 NodeDef* node = function_def->mutable_node_def(j); in Optimize() local 188 NodeDef* node = optimized_graph->mutable_node(i); in Optimize() local 199 NodeDef* node = function_def->mutable_node_def(j); in Optimize() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/if/ |
H A D | bdk-if-phy-vetesse-8514.c | 78 static void wr_masked(bdk_node_t node, int mdio_bus, int phy_addr, int reg, int value, int mask) in wr_masked() 87 static void vitesse_init_script(bdk_node_t node, int mdio_bus, int phy_addr) in vitesse_init_script() 118 static void vitesse_program(bdk_node_t node, int mdio_bus, int phy_addr) in vitesse_program() 127 static void setup_vitesse_phy(bdk_node_t node, int mdio_bus, int phy_addr) in setup_vitesse_phy() 199 int bdk_if_phy_vsc8514_setup(bdk_node_t node, int qlm, int mdio_bus, int phy_addr) in bdk_if_phy_vsc8514_setup()
|
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | ConstantFoldingTest.h | 50 void visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() 73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() 95 bool isEqual(const TConstantUnion &node, const int &value) const in isEqual() 108 bool isEqual(const TConstantUnion &node, const unsigned int &value) const in isEqual() 120 bool isEqual(const TConstantUnion &node, const bool &value) const in isEqual()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
H A D | inference_context.cc | 207 auto& node = nodes_[i]; in InitFromGraph() local 252 for (auto& node : nodes_) { in RestoreDeserialized() local 311 for (auto& node : nodes_) { in CompileOperations() local 369 for (auto& node : nodes_) { in BindTensorsToOperations() local 382 for (auto& node : nodes_) { in UpdateParams() local 558 for (auto& node : nodes_) { in AllocateMemoryForBuffers() local 629 for (auto& node : nodes_) { in AllocateMemoryForStrongShapes() local 651 for (auto& node : nodes_) { in Tune() local 734 for (const auto& node : nodes_) { in GetConstantTensorsSize() local 779 auto& node = nodes_[node_index]; in SetTensor() local
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ParseContext.cpp | 143 TIntermTyped *FindLValueBase(TIntermTyped *node) in FindLValueBase() 620 void TParseContext::markStaticReadIfSymbol(TIntermNode *node) in markStaticReadIfSymbol() 652 bool TParseContext::checkCanBeLValue(const TSourceLoc &line, const char *op, TIntermTyped *node) in checkCanBeLValue() 852 void TParseContext::checkIsConst(TIntermTyped *node) in checkIsConst() 862 void TParseContext::checkIsScalarInteger(TIntermTyped *node, const char *token) in checkIsScalarInteger() 2571 TIntermConstantUnion *node = new TIntermConstantUnion( in addScalarLiteral() local 2681 TIntermTyped *node = CreateZeroNode(TType(EbtFloat, EbpHigh, EvqConst)); in parseVariableIdentifier() local 2687 TIntermTyped *node = nullptr; in parseVariableIdentifier() local 2938 TIntermNode *node = nullptr; in addLoop() local 3025 TIntermIfElse *node = new TIntermIfElse(cond, EnsureBlock(code.node1), EnsureBlock(code.node2)); in addIfElse() local [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 525 static std::string get_path(node* node) { in get_path() argument 609 node* node; in make_node_entry() local 934 auto node = make_node_entry(req, parent_node, name, parent_path, child_path, e, error_code, op); in do_lookup() local 997 node* node = fuse->FromInode(ino); in do_forget() local 1013 node* node; in pf_forget() local 1047 node* node = fuse->FromInode(ino); in pf_getattr() local 1076 node* node = fuse->FromInode(ino); in pf_setattr() local 1174 node* node = fuse->FromInode(ino); in pf_canonical_path() local 1440 uid_t transforms_uid, node* node, const RedactionInfo* ri, in create_handle_for_node() argument 1503 node* node) { in do_passthrough_enable() argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
H A D | compute_batch_size_op.cc | 67 bool IsDatasetNodeOfType(const NodeDef& node, in IsDatasetNodeOfType() 75 const NodeDef* GetInputNode(const NodeDef& node, in GetInputNode() 107 const NodeDef* node = graph_view.GetNode(dataset_node_name); in Compute() local 117 int64_t GetBatchSizeFromBatchNode(const NodeDef& node, in GetBatchSizeFromBatchNode() 155 int64_t GetBatchSize(const NodeDef& node, const grappler::GraphView& graph) { in GetBatchSize()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/ |
H A D | resolve_svdf_test.cc | 82 NodeDef* node = graph_.add_node(); in AddNewNode() local 95 NodeDef* node = graph_.add_node(); in AddNewNode() local 118 NodeDef* node = graph_.add_node(); in AddShapeNode() local 161 for (const NodeDef& node : graph_.node()) { in TEST_F() local 183 for (const std::unique_ptr<tensorflow::NodeDef>& node : in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_show.cc | 72 bool TFShow::ShouldShow(const ShowNode* node, const Options& opts, in ShouldShow() 112 bool TFShow::ShouldTrim(const ShowNode* node, in ShouldTrim() 122 bool TFShow::ReAccount(ShowNode* node, const Options& opts) { in ReAccount() 138 string TFShow::FormatNodeMemory(ShowNode* node, int64_t bytes, in FormatNodeMemory() 149 string TFShow::FormatNode(ShowNode* node, const Options& opts) const { in FormatNode()
|