Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ fw_cat
Function
fw_cat
utils/resize_right/resize_right.py:372–376 ·
view source on GitHub ↗
(x, fw)
Source
from the content-addressed store, hash-verified
370
371
372
def
fw_cat(x, fw):
373
if
fw is numpy:
374
return
fw.concatenate(x)
375
else
:
376
return
fw.cat(x)
377
378
379
def
fw_swapaxes(x, ax_1, ax_2, fw):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected