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

Method tile

ot/backend.py:1026–1032  ·  view source on GitHub ↗

r""" Construct an array by repeating a the number of times given by reps See: https://numpy.org/doc/stable/reference/generated/numpy.tile.html

(self, a, reps)

Source from the content-addressed store, hash-verified

1024 raise NotImplementedError()
1025
1026 def tile(self, a, reps):
1027 r"""
1028 Construct an array by repeating a the number of times given by reps
1029
1030 See: https://numpy.org/doc/stable/reference/generated/numpy.tile.html
1031 """
1032 raise NotImplementedError()
1033
1034 def floor(self, a):
1035 r"""

Callers 10

test_empty_backendFunction · 0.95
recast_ot_as_lassoFunction · 0.45
tileMethod · 0.45
tileMethod · 0.45
tileMethod · 0.45
tileMethod · 0.45
roll_colsFunction · 0.45
binary_search_circleFunction · 0.45
test_func_backendsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_empty_backendFunction · 0.76
test_func_backendsFunction · 0.36