Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_formation.cc75 bool CanMergeIntoCluster(const Cluster& c, Operation* to_merge) { in CanMergeIntoCluster()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc814 std::vector<void*> to_merge; in MergeTimestampedChunks() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.cc69 bool MergeSharding(const HloSharding& old, HloSharding* to_merge, in MergeSharding()
/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
/external/python/cpython3/Objects/
Dtypeobject.c1655 set_mro_error(PyObject **to_merge, Py_ssize_t to_merge_size, int *remain) in set_mro_error()
1706 pmerge(PyObject *acc, PyObject **to_merge, Py_ssize_t to_merge_size) in pmerge()
1780 PyObject **to_merge; in mro_implementation() local