Home
last modified time | relevance | path

Searched defs:node (Results 1451 – 1475 of 8398) sorted by relevance

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dfuse_convolutions_test.cc94 for (const NodeDef& node : fused_graph_def.node()) { in TestFuseResizePadAndConv() local
144 for (const NodeDef& node : fused_graph_def.node()) { in TestFuseResizeAndConv() local
196 for (const NodeDef& node : fused_graph_def.node()) { in TestFusePadAndConv() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlist.h281 #define exec_node_data(type, node, field) \ argument
432 struct exec_node *node; in exec_list_length() local
561 const struct exec_node *node; in exec_list_validate() local
734 #define exec_node_data_forward(type, node, field) \ argument
737 #define exec_node_data_backward(type, node, field) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc111 Node* node; member
313 Node* node) { in SetNodeDeviceForTPUCommunication()
469 DeviceNode* node = &index_nodes_.at(device); in ReportDeviceAssigned() local
477 DeviceNode* node = heap_.top(); in RetrieveAssignment() local
523 for (const auto node : replicate_nodes) { in FindHostComputeKeyPlaceholderNodes() local
553 Status ReplaceCompilationResultNodeWithIdentity(Graph* graph, Node** node) { in ReplaceCompilationResultNodeWithIdentity()
640 Node* node; member
1361 const string& AssignedOrRequestedDevice(const Node* node) { in AssignedOrRequestedDevice()
1374 bool CanAcceptTPUDevicePropagation(const Node& node) { in CanAcceptTPUDevicePropagation()
1385 xla::OpMetadata CreateOpMetadataFromNode(const Node& node) { in CreateOpMetadataFromNode()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc222 Node* node = graph.FindNodeId(cycles_graph_node_id()); in DebugString() local
537 Node* node = graph_->FindNodeId(cycles_graph_node_id); in DebugStringForCyclesGraphNode() local
670 for (int32_t node : cycles_graph_.AllNodesInPostOrder()) { in ForEachEdgeInPostOrder() local
1033 std::optional<string> MarkForCompilationPassImpl::GetXlaScope(Node* node) { in GetXlaScope()
1070 static bool GetNodeOrFuncAttr(Node* node, FunctionLibraryDefinition* flib_def, in GetNodeOrFuncAttr()
1159 StatusOr<bool> IsIdentityDrivingConstsInLoop(Node* node) { in IsIdentityDrivingConstsInLoop()
1443 Node* node) { in CompilationDisallowedByXlaCompileAttr()
/aosp_15_r20/out/soong/.intermediates/external/javaparser/javaparser/linux_glibc_common/local-javac-header/
Djavaparser.jar ... Comment c com.github.javaparser.ast.Node node java.util.TreeSet commentsToAttribute java.util ...
/aosp_15_r20/out/soong/.intermediates/external/javaparser/javaparser/linux_glibc_common/javac/
Djavaparser.jar ... Comment c com.github.javaparser.ast.Node node java.util.TreeSet commentsToAttribute java.util ...
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/lib/inspect_testing/
H A Dinspect.cc70 void PrintTo(const NodeValue& node, std::ostream* os) { in PrintTo()
86 const NodeValue& node, ::testing::MatchResultListener* listener) const { in MatchAndExplain() argument
108 const NodeValue& node, ::testing::MatchResultListener* listener) const { in MatchAndExplain() argument
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dnode.h21 static inline bool IS_INODE(struct f2fs_node *node) in IS_INODE()
51 static inline __le32 *blkaddr_in_inode(struct f2fs_node *node) in blkaddr_in_inode()
56 static inline __le32 *blkaddr_in_node(struct f2fs_node *node) in blkaddr_in_node()
/aosp_15_r20/external/exfatprogs/lib/
H A Dexfat_fs.c21 struct exfat_inode *node; in exfat_alloc_inode() local
40 void exfat_free_inode(struct exfat_inode *node) in exfat_free_inode()
51 struct exfat_inode *node, *i; in exfat_free_children() local
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dtemplates_test.py31 def visit(self, node): argument
51 def visit(self, node): argument
62 def assertExpectedCtxSet(self, node, ctx): argument
H A Dtranspiler.py247 def get_transformed_name(self, node): argument
255 def transform_ast(self, node, ctx): argument
286 def _erase_arg_defaults(self, node): argument
/aosp_15_r20/external/robolectric/errorprone/src/main/java/org/robolectric/errorprone/bugpatterns/
H A DDeprecatedMethodsCheck.java184 private static MethodCall getSurroundingMethodCall(Tree node, VisitorState state) { in getSurroundingMethodCall()
199 private final JCMethodInvocation node; field in DeprecatedMethodsCheck.MethodCall
201 public MethodCall(JCMethodInvocation node) { in MethodCall()
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.cpp119 std::shared_ptr<HidTreeNode> node(new HidReportNode(mCurrent, report)); in processMainTag() local
143 void HidParser::filterTree(std::shared_ptr<HidTreeNode> &node) { in filterTree()
166 const std::shared_ptr<HidTreeNode> &node, in digest()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmap_and_filter_fusion.cc175 auto get_map_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats()
184 auto get_filter_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats()
212 for (const NodeDef& node : sorted_old_graph.node()) { in OptimizeAndCollectStats() local
/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c2271 StrongCacheNode *node = PyMem_Malloc(sizeof(StrongCacheNode)); in strong_cache_node_new() local
2289 strong_cache_node_free(StrongCacheNode *node) in strong_cache_node_free()
2306 StrongCacheNode *node = root; in strong_cache_free() local
2322 remove_from_strong_cache(StrongCacheNode *node) in remove_from_strong_cache()
2350 const StrongCacheNode *node = root; in find_in_strong_cache() local
2377 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in eject_from_strong_cache() local
2395 move_strong_cache_node_to_front(StrongCacheNode **root, StrongCacheNode *node) in move_strong_cache_node_to_front()
2430 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in zone_from_strong_cache() local
2459 StrongCacheNode *node = new_node->next; in update_strong_cache() local
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc1090 void DumpNodeRecursive(const std::string &prefix, const Node &node, int level, in DumpNodeRecursive()
1397 void IcingDynamicTrie::CollectStatsRecursive(const Node &node, Stats *stats, in CollectStatsRecursive()
1588 bool IcingDynamicTrie::SortNextArray(const Node *node) { in SortNextArray()
1644 Node *node = storage_->AllocNode(); in Insert() local
1877 const Node *node = trie_.storage_->GetNode(node_index); in BranchToLeaf() local
1988 const Node *node = trie_.storage_->GetNode(branch->node_idx); in Advance() local
2051 const Node *node = trie_.storage_->GetNode(branch.child->node_index()); in LeftBranchToUtf8End() local
2099 void IcingDynamicTrie::Utf8Iterator::GoIntoSuffix(const Node *node) { in GoIntoSuffix()
2183 const Node *node, uint8_t key_char) const { in GetNextByChar() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_interleave_dataset_op_test.cc661 for (const auto& node : graph_def.node()) { in TEST_F() local
673 [&](const NodeDef& node) { in TEST_F()
702 for (const auto& node : graph_def.node()) { in TEST_F() local
714 [&](const NodeDef& node) { in TEST_F()
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
H A DDependencyAnalyzer.java182 private MethodDependency(MethodNode node, SignaturesCollection dependency) { in MethodDependency()
212 private void addMethodDependency(ClassNode classNode, MethodNode node, in addMethodDependency()
349 ClassNode node = getClassNode(next); in getClassNodes() local
524 ClassNode node = getClassNode(internalClassName); in getSignatureCollection() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item_builder_test.cc84 for (const NodeDef &node : item->graph.node()) { in TEST_F() local
369 const NodeDef& node = item->graph.node(0); in TEST_F() local
418 const NodeDef& node = item->graph.node(0); in TEST_F() local
470 const NodeDef& node = item->graph.node(0); in TEST_F() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DTestData.java105 public static <T> OfRef<T> ofRefNode(String name, Node<T> node) { in ofRefNode()
135 public static OfInt ofNode(String name, Node.OfInt node) { in ofNode()
166 public static OfLong ofNode(String name, Node.OfLong node) { in ofNode()
197 public static OfDouble ofNode(String name, Node.OfDouble node) { in ofNode()
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DTestData.java104 public static <T> OfRef<T> ofRefNode(String name, Node<T> node) { in ofRefNode()
134 public static OfInt ofNode(String name, Node.OfInt node) { in ofNode()
165 public static OfLong ofNode(String name, Node.OfLong node) { in ofNode()
196 public static OfDouble ofNode(String name, Node.OfDouble node) { in ofNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_execution_state.cc198 for (const NodeDef& node : extension_def.node()) { in Extend() local
205 for (const NodeDef& node : original_graph_def_->node()) { in Extend() local
433 for (const Node* node : graph.nodes()) { in ValidateFeedAndFetchDevices() local
466 Status GetFeedShapeAndTypeFromAttribute(const NodeDef& node, in GetFeedShapeAndTypeFromAttribute()
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-checks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/
H A DNullnessStore.java70 public Nullness valueOfLocalVariable(LocalVariableNode node, Nullness defaultValue) { in valueOfLocalVariable()
82 FieldAccessNode node, Nullness defaultValue, AccessPath.AccessPathContext apContext) { in valueOfField()
98 MethodInvocationNode node, in valueOfMethodCall()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DOutlineExtractor.java139 public Order visitOrder(final BSPTree<Euclidean3D> node) { in visitOrder()
144 public void visitInternalNode(final BSPTree<Euclidean3D> node) { in visitInternalNode()
157 public void visitLeafNode(final BSPTree<Euclidean3D> node) { in visitLeafNode()

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