Lines Matching refs:MEM_HOST
12 from .ceed_constants import MEM_HOST, USE_POINTER, COPY_VALUES, NORM_2, scalar_types
73 def set_array(self, array, memtype=MEM_HOST, cmode=COPY_VALUES):
90 if memtype == MEM_HOST:
105 def get_array(self, memtype=MEM_HOST):
128 if memtype == MEM_HOST:
150 def get_array_read(self, memtype=MEM_HOST):
173 if memtype == MEM_HOST:
197 def get_array_write(self, memtype=MEM_HOST):
221 if memtype == MEM_HOST:
266 def array(self, *shape, memtype=MEM_HOST):
291 def array_read(self, *shape, memtype=MEM_HOST):
316 def array_write(self, *shape, memtype=MEM_HOST):
383 def sync_array(self, memtype=MEM_HOST):