Home
last modified time | relevance | path

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

/dports/math/faiss/faiss-1.7.1/faiss/utils/
H A DHeap.cpp55 int64_t id_stride, in addn_with_ids() argument
70 const TI* id_line = id_in + (i - i0) * id_stride; in addn_with_ids()
H A DHeap.h396 int64_t id_stride = 0,
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_Metal_Dev.cpp193 string id_stride = print_expr(op->stride); in visit() local
196 rhs << id_base << " + " << id_stride << " * " in visit()
H A DCodeGen_OpenCL_Dev.cpp144 string id_stride = print_expr(op->stride); in visit() local
147 rhs << id_base << " + " << id_stride << " * (" in visit()
H A DCodeGen_C.cpp2626 string id_stride = print_expr(op->stride); in visit() local
2627 …print_assignment(vector_type, print_type(vector_type) + "::ramp(" + id_base + ", " + id_stride + "… in visit()