Home
last modified time | relevance | path

Searched +defs:val +defs:node (Results 326 – 350 of 1647) sorted by relevance

1...<<11121314151617181920>>...66

/aosp_15_r20/external/guice/extensions/persist/lib/
HDdom4j-1.6.1.jar ... java.lang.Object implements org.dom4j.Node { public abstract org.dom4j.QName getQName ( ...
/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py362 def _int_to_sympy_int(val) -> sympy.Expr: argument
398 def _output_node_at_index(node, index): argument
550 def handle_get_attr(self, node): argument
560 def export_nn_module_stack(val): argument
/aosp_15_r20/packages/apps/TV/libs/m2/
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc75 bool ValuesFromConstNode(const NodeDef& node, std::vector<T>* values) { in ValuesFromConstNode()
117 bool MaybeAddControlInput(const string& new_input, NodeDef* node, in MaybeAddControlInput()
135 void SetDataTypeToAttr(DataType dtype, const string& attr_name, NodeDef* node) { in SetDataTypeToAttr()
140 const NodeDef& node, const NodeMap& node_map, in GetTailOfValuePreservingChain()
142 auto is_value_preserving_non_branching = [&](const NodeDef& node) { in GetTailOfValuePreservingChain()
151 const NodeDef& node, const NodeMap& node_map, in GetTailOfIdempotentChain()
153 auto is_idempotent_non_branching = [&](const NodeDef& node) { in GetTailOfIdempotentChain()
197 bool NodeIsOnCpu(const NodeDef& node) { in NodeIsOnCpu()
206 bool AllRegularInputsEqual(const NodeDef& node) { in AllRegularInputsEqual()
220 void ReplaceWithNoOp(NodeDef* node, const GraphOptimizerContext& ctx) { in ReplaceWithNoOp()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DRBBIRuleScanner.java610 RBBINode val; field in RBBIRuleScanner.RBBISetTableEl
630 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) { in findSetFor()
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dmkquota.c25 #define UINT_TO_VOIDPTR(val) ((void *)(intptr_t)(val)) argument
135 static void quota_dnode_free(dnode_t *node, void *UNUSED(context)) in quota_dnode_free()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleScanner.java611 RBBINode val; field in RBBIRuleScanner.RBBISetTableEl
631 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) { in findSetFor()
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/javac/
Dguava-jre.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/local-javac-header/
Dguava-jre.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/javac-header/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/combined/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp204 for (const auto& val : stack) { in dump() local
829 Node* node = in runTemplate() local
1013 Node* node = frame.function->instructions_source_[pc]; in moduleHierarchy() local
1073 Node* node = frame.function->instructions_source_[pc]; in callstack() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dtree-flow-inline.h174 set_ssa_use_from_ptr (use_operand_p use, tree val) in set_ssa_use_from_ptr()
195 relink_imm_use (ssa_use_operand_t *node, ssa_use_operand_t *old) in relink_imm_use()
607 tree *val = gimple_op_ptr (ptr->stmt, ptr->i); in op_iter_next_def() local
629 tree val; in op_iter_next_tree() local
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-compat-test-rules.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-common-m2-host-deps/linux_glibc_common/local-combined/
Ddialer-common-m2-host-deps.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/
HDguava-23.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDmanifest-merger.jar ... $FileAndLine xmlFileAndLine (org.w3c.dom.Node) org.w3c.dom.Node node String ...
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/
H A Dgraphcycles.cc105 void fill(const T& val) { in fill()
374 for (auto* node : rep_->nodes_) { in ~GraphCycles() local
468 bool GraphCycles::HasNode(GraphId node) { in HasNode()
/aosp_15_r20/external/python/cpython2/Modules/
D_lsprof.c147 double val = PyFloat_AsDouble(o); in CallExternalTimer() local
546 static int statsForSubEntry(rotating_node_t *node, void *arg) in statsForSubEntry()
567 static int statsForEntry(rotating_node_t *node, void *arg) in statsForEntry()
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass1b.c45 #define INT_TO_VOIDPTR(val) ((void *)(intptr_t)(val)) argument
175 static void inode_dnode_free(dnode_t *node, in inode_dnode_free()
193 static void cluster_dnode_free(dnode_t *node, in cluster_dnode_free()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
H A Dgraphcycles.cc105 void fill(const T& val) { in fill()
372 for (auto* node : rep_->nodes_) { in ~GraphCycles() local
466 bool GraphCycles::HasNode(GraphId node) { in HasNode()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc105 void fill(const T& val) { in fill()
374 for (auto* node : rep_->nodes_) { in ~GraphCycles() local
468 bool GraphCycles::HasNode(GraphId node) { in HasNode()
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpost_grad.py275 match: Match, shape, background_val, dtype, dim, selector, val argument
1088 def is_index_put_and_requires_h2d_sync_for_gpu_value(node): argument
1191 def add_cpu_inp(node): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc105 void fill(const T& val) { in fill()
374 for (auto* node : rep_->nodes_) { in ~GraphCycles() local
468 bool GraphCycles::HasNode(GraphId node) { in HasNode()

1...<<11121314151617181920>>...66