array 89 apps/linear_algebra/benchmarks/eigen_benchmarks.cpp L1Benchmark(asum, type_name<T>(), result = x.array().abs().sum()); array 163 python_bindings/numpy/ndarray.hpp ndarray array(python::object const &obj); array 164 python_bindings/numpy/ndarray.hpp ndarray array(python::object const &obj, dtype const &dt); array 508 python_bindings/python/Image.cpp p::object ndarray_to_buffer(bn::ndarray &array) { array 509 python_bindings/python/Image.cpp h::Type t = dtype_to_type(array.get_dtype()); array 510 python_bindings/python/Image.cpp const int dims = array.get_nd(); array 511 python_bindings/python/Image.cpp void *host = reinterpret_cast<void *>(array.get_data()); array 516 python_bindings/python/Image.cpp shape[i].extent = array.shape(i); array 517 python_bindings/python/Image.cpp shape[i].stride = array.strides(i) / t.bytes(); array 534 src/Elf.cpp std::array<Phdr<T>, 3> phdrs; array 461 src/Module.cpp static const std::array<Target::Feature, 6> must_match_features = {{ array 291 src/runtime/hexagon_remote/bin/src/halide_hexagon_remote_skel.c } array;\ array 291 src/runtime/hexagon_remote/bin/src/halide_hexagon_remote_stub.c } array;\ array 184 src/runtime/mini_opengl.h typedef void (*PFNGLBINDVERTEXARRAY)(GLuint array); array 24 test/common/gpu_object_lifetime_tracker.h std::array<ObjectType, 13> object_types = {{ array 31 util/HalideTraceViz.cpp using std::array;