Home
last modified time | relevance | path

Searched refs:max_ndim (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuffer.py33 self.max_ndim = 0
82 if buftype.ndim > self.max_ndim:
83 self.max_ndim = buftype.ndim
487 def get_empty_bufstruct_code(max_ndim): argument
491 """) % (", ".join(["0"] * max_ndim), ", ".join(["-1"] * max_ndim))