Searched defs:r_node (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | rb.h | 129 #define rbtn_first(a_type, a_field, a_rbt, a_root, r_node) do { \ argument 139 #define rbtn_last(a_type, a_field, a_rbt, a_root, r_node) do { \ argument 148 #define rbtn_rotate_left(a_type, a_field, a_node, r_node) do { \ argument 155 #define rbtn_rotate_right(a_type, a_field, a_node, r_node) do { \ argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | canonicalize.cpp | 27 auto* r_node = r->createClone(node, rn_fn); in Canonicalize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer_test.cc | 424 const NodeDef* r_node = node_map.GetNode(absl::StrCat(p, "_", "Reshape_c")); in TEST_F() local
|