MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / fw_floor

Function fw_floor

utils/resize_right/resize_right.py:365–369  ·  view source on GitHub ↗
(x, fw)

Source from the content-addressed store, hash-verified

363
364
365def fw_floor(x, fw):
366 if fw is numpy:
367 return fw.int_(fw.floor(x))
368 else:
369 return x.floor().long()
370
371
372def fw_cat(x, fw):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected