Searched defs:to_merge (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/ |
H A D | subgraph_utils.cpp | 100 Node* to_merge, in executeSubgraphMergeAndUpdateAliasing() 418 Node* to_merge, in mergeNodeIntoSubgraphAndUpdateAliasing() 428 Node* to_merge, in createSingletonSubgraphAndUpdateAliasing()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | cluster_formation.cc | 72 bool CanMergeIntoCluster(const Cluster& c, Operation* to_merge) { in CanMergeIntoCluster()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | fusion.cpp | 171 Node* to_merge, in tryMerge()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | sharding_propagation.cc | 925 const HloSharding& to_merge, absl::Span<const int64_t> unspecified_dims, in RefineManualAutoShardingFromAuto() 997 const HloSharding& to_merge, absl::Span<const int64_t> unspecified_dims, in RefineManualAutoShardingFromManual()
|
H A D | hlo_sharding_util.cc | 78 bool MergeSharding(const HloSharding& old, HloSharding* to_merge, in MergeSharding() 106 bool MergeShardingIfCompatible(const HloSharding& to_merge, in MergeShardingIfCompatible()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | tensorexpr_fuser.cpp | 777 std::optional<Node*> tryMerge(Node* fusion_group, Node* to_merge) { in tryMerge()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | bfc_allocator.cc | 859 std::vector<void*> to_merge; in MergeTimestampedChunks() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 1464 set_mro_error(PyObject *to_merge, int *remain) in set_mro_error() 1503 pmerge(PyObject *acc, PyObject* to_merge) { in pmerge() 1577 PyObject *to_merge, *bases_aslist; in mro_implementation() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 1799 set_mro_error(PyObject **to_merge, Py_ssize_t to_merge_size, int *remain) in set_mro_error() 1850 pmerge(PyObject *acc, PyObject **to_merge, Py_ssize_t to_merge_size) in pmerge() 1974 PyObject **to_merge = PyMem_New(PyObject *, n + 1); in mro_implementation() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | pass2_strategy.c | 1667 int to_merge = 0; in find_blending_regions() local
|