Home
last modified time | relevance | path

Searched defs:node (Results 2076 – 2100 of 8398) sorted by relevance

1...<<81828384858687888990>>...336

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
H A Droundtrip.cc35 static void NormalizeNode(NodeDef* node, bool add_fulltype) { in NormalizeNode()
134 NodeDef* node = func->mutable_node_def(node_id); in NormalizeTensorData() local
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/utils/
H A DTrie.kt25 val node = root.getExactNode(splitToComponents(key)) in splitToComponents() constant
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/examples/
H A DHtmlToPlainText.java75 public void head(Node node, int depth) { in head()
88 public void tail(Node node, int depth) { in tail()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddensify.cc53 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
71 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dwhere.cc74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
108 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dpad_op_builder.cc100 const TfLiteNode* node, TfLiteContext* context) { in IsPadOpSupported()
133 const TfLiteNode* node, TfLiteContext* context) { in IsMirrorPadOpSupported()
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Delu.c20 const struct xnn_node* node, in create_elu_operator()
212 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_elu() local
H A Ddepth-to-space.c19 const struct xnn_node* node, in create_depth_to_space_operator()
278 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_depth_to_space() local
/aosp_15_r20/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DWindowCache.java85 AccessibilityNodeInfo node = mFocusedNodes.remove(id); in remove() local
118 private AccessibilityNodeInfo copyNode(@Nullable AccessibilityNodeInfo node) { in copyNode()
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dresources_parser.py32 def _ParseDeclareStyleable(self, node): argument
64 def _ExtractNewIdsFromNode(self, node): argument
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DSingleMemberAnnotationExpr.java98 public boolean remove(Node node) { in remove()
118 public boolean replace(Node node, Node replacementNode) { in replace()
H A DSuperExpr.java104 public boolean remove(Node node) { in remove()
158 public boolean replace(Node node, Node replacementNode) { in replace()
H A DDoubleLiteralExpr.java81 public boolean remove(Node node) { in remove()
117 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_virtio.h53 struct list_node node; member
101 struct list_node node; member
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtensor_id.h44 const StringPiece node() const { return first; } in node() function
76 const string& node() const { return first; } in node() function
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DRunAtTheEndOfShader.cpp51 bool visitBranch(Visit visit, TIntermBranch *node) override in visitBranch()
66 bool ContainsReturnOrDiscard(TIntermNode *node) in ContainsReturnOrDiscard()
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dresources_parser.py32 def _ParseDeclareStyleable(self, node): argument
64 def _ExtractNewIdsFromNode(self, node): argument
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DADefCommand.java58 public void setPosition(PPosition node) in setPosition()
123 public void setCommand(PCommand node) in setCommand()
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/markdown/0.1.41/
HDmarkdown-0.1.41.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/aosp_15_r20/dalvik/docs/
H A Dprettify.js312 function isRawContent(node) { argument
316 function normalizedHtml(node, out) { argument
345 function getInnerHtml(node) { argument
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h310 #define hash_add(hashtable, node, key) \ argument
317 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed()
346 static inline void hash_del(struct hlist_node *node) in hash_del()
/aosp_15_r20/system/libufdt/
H A Dufdt_convert.c255 static int count_phandle_node(struct ufdt_node *node) { in count_phandle_node()
265 static void set_phandle_table_entry(struct ufdt_node *node, in set_phandle_table_entry()
386 const struct ufdt_node *node, in _ufdt_output_node_to_fdt()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java228 static void setNameNS(NodeImpl node, String namespaceURI, String qualifiedName) { in setNameNS()
277 static void setName(NodeImpl node, String name) { in setName()
600 private static List<Object> createEqualityKey(Node node) { in createEqualityKey()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsaved_model_utils.cc367 for (const tensorflow::NodeDef& node : graphdef.node()) { in NodeToAttrMap() local
418 const SavedObject& node = metagraph.object_graph_def().nodes(i); in PartiallyReviveSavedModelObjects() local
504 const SavedObject& node = obj_graph.nodes(node_id); in PartiallyReviveSavedModelObjects() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_rectpack.h295 stbrp_node *node = first; in stbrp__skyline_find_min_y() local
353 stbrp_node **prev, *node, *tail, **best = NULL; in stbrp__skyline_find_best_pos() local
448 stbrp_node *node, *cur; in stbrp__skyline_pack_rectangle() local

1...<<81828384858687888990>>...336