Home
last modified time | relevance | path

Searched defs:node (Results 2126 – 2150 of 8398) sorted by relevance

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

/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DAnyOfValidator.java48 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate()
165 …public Set<ValidationMessage> walk(ExecutionContext executionContext, JsonNode node, JsonNode root… in walk()
H A DAllOfValidator.java46 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate()
104 …public Set<ValidationMessage> walk(ExecutionContext executionContext, JsonNode node, JsonNode root… in walk()
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Dsquared-difference.c21 const struct xnn_node* node, in create_squared_difference_operator()
223 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_squared_difference() local
H A Dleaky-relu.c20 const struct xnn_node* node, in create_leaky_relu_operator()
267 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_leaky_relu() local
H A Dminimum2.c21 const struct xnn_node* node, in create_minimum_operator()
223 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_minimum2() local
H A Dstatic-transpose.c19 const struct xnn_node* node, in create_transpose_operator()
250 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_static_transpose() local
H A Dstatic-resize-bilinear-2d.c20 const struct xnn_node* node, in create_resize_bilinear_operator()
320 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_static_resize_bilinear_2d() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DNameExpr.java109 public boolean remove(Node node) { in remove()
129 public boolean replace(Node node, Node replacementNode) { in replace()
H A DMemberValuePair.java124 public boolean remove(Node node) { in remove()
144 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dblacklist_base.cc36 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize()
50 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dtransform_to_z3.py264 def transform_all_constraints_trace_time(tracer_root, graph, node, counter=0): argument
319 …def evaluate_conditional_with_constraints(tracer_root, graph, node, counter=0, user_constraints=No… argument
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DUnionType.java122 public boolean remove(Node node) { in remove()
153 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp51 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override in visitFunctionDefinition()
75 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEDeviceBackend.cpp139 std::unique_ptr<arm_compute::IFunction> NEDeviceBackend::configure_node(INode &node, GraphContext &… in configure_node()
148 arm_compute::Status NEDeviceBackend::validate_node(INode &node) in validate_node()
/aosp_15_r20/external/eigen/doc/
H A Deigen_navtree_hacks.js145 function checkChildrenData(node) { argument
160 function createIndent(o,domNode,node,level) argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dspace_to_depth.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
83 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dtable.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
98 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dcall_once.cc56 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
82 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dexpand_dims.cc73 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
103 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dl2norm.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
79 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DBaseStreamGraph.cpp214 for (auto& node : mListNodeToStart) in findNode() local
222 for (auto& node : mListNodeStarted) in findNode() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h107 virtual bool visitAggregate(TVisit, TIntermAggregate* node) in visitAggregate()
117 virtual bool visitSelection(TVisit /* visit */, TIntermSelection* node) in visitSelection()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Dsentencepiece_detokenizer_tflite.cc44 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
54 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dmatch_utils.py30 def _is_match(modules, node, pattern, max_uses=sys.maxsize): argument
141 def record_match(pattern, node, last_node, matched_node_pattern, match_map): argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DLiveTraverser.h107 virtual bool visitAggregate(TVisit, TIntermAggregate* node) in visitAggregate()
117 virtual bool visitSelection(TVisit /* visit */, TIntermSelection* node) in visitSelection()

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