MCPcopy Create free account
hub / github.com/PythonOT/POT / concatenate

Method concatenate

ot/backend.py:612–620  ·  view source on GitHub ↗

r""" Joins a sequence of tensors along an existing dimension. This function follows the api from :any:`numpy.concatenate` See: https://numpy.org/doc/stable/reference/generated/numpy.concatenate.html

(self, arrays, axis=0)

Source from the content-addressed store, hash-verified

610 raise NotImplementedError()
611
612 def concatenate(self, arrays, axis=0):
613 r"""
614 Joins a sequence of tensors along an existing dimension.
615
616 This function follows the api from :any:`numpy.concatenate`
617
618 See: https://numpy.org/doc/stable/reference/generated/numpy.concatenate.html
619 """
620 raise NotImplementedError()
621
622 def zero_pad(self, a, pad_width, value=0):
623 r"""

Callers 15

test_empty_backendFunction · 0.95
kernel_nystroemFunction · 0.45
reduce_lazytensorFunction · 0.45
recast_ot_as_lassoFunction · 0.45
semi_relaxed_pathFunction · 0.45
joint_OT_mapping_linearFunction · 0.45
joint_OT_mapping_kernelFunction · 0.45
make_data_classifFunction · 0.45
concatenateMethod · 0.45

Calls

no outgoing calls