Home
last modified time | relevance | path

Searched defs:to_merge (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dsubgraph_utils.cpp100 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 Dcluster_formation.cc72 bool CanMergeIntoCluster(const Cluster& c, Operation* to_merge) { in CanMergeIntoCluster()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dfusion.cpp171 Node* to_merge, in tryMerge()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dsharding_propagation.cc925 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 Dhlo_sharding_util.cc78 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 Dtensorexpr_fuser.cpp777 std::optional<Node*> tryMerge(Node* fusion_group, Node* to_merge) { in tryMerge()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc859 std::vector<void*> to_merge; in MergeTimestampedChunks() local
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c1464 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/
Dtypeobject.c1799 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 Dpass2_strategy.c1667 int to_merge = 0; in find_blending_regions() local