Searched defs:merge_with (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ | ||
H A D | isotonic_regression_op.cc | 50 void merge_with(const Segment& other) { in merge_with() function in __anon8a5373800111::Segment |
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ | ||
H A D | tensor_shape.py | 300 def merge_with(self, other): member in Dimension |
/aosp_15_r20/external/pytorch/torch/fx/experimental/unification/ | ||
H A D | unification_tools.py | 43 def merge_with(func, *dicts, **kwargs): function |
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ | ||
H A D | input.py | 419 def merge_with(self, other): member in _SparseMetaData |