MCPcopy Create free account
hub / github.com/pydata/numexpr / ARG_STRIDE

Function ARG_STRIDE

code_generators/interp_generator.py:163–164  ·  view source on GitHub ↗
(num: int, index: str='J')

Source from the content-addressed store, hash-verified

161 return 'x{0}[{1}]'.format(num, index)
162
163def ARG_STRIDE(num: int, index: str='J') -> str:
164 return 'x{0}[{1}*sb{0}]'.format(num, index)
165
166#def ARG_STR( dchar, num ):
167# return '(({0} *)( x{1} + J*sb{1} ))'.format( DCHAR_TO_CTYPE[dchar], num )

Callers 1

STRIDED_LOOPFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…