ElemType         1143 src/Generator.h     template<typename ElemType>
ElemType         1144 src/Generator.h     const std::vector<ElemType> &get_values() const;
ElemType          208 tools/halide_image_io.h     typename ImageType::ElemType *ptr = (typename ImageType::ElemType*)im->data();
ElemType          277 tools/halide_image_io.h     if (sizeof(typename ImageType::ElemType) == 1) {
ElemType          297 tools/halide_image_io.h     typename ImageType::ElemType *srcPtr = (typename ImageType::ElemType*)im.data();
ElemType          378 tools/halide_image_io.h         typename ImageType::ElemType *im_data = (typename ImageType::ElemType*) im->data();
ElemType          389 tools/halide_image_io.h         typename ImageType::ElemType *im_data = (typename ImageType::ElemType*) im->data();
ElemType          410 tools/halide_image_io.h     unsigned int bit_depth = sizeof(typename ImageType::ElemType) == 1 ? 8: 16;
ElemType          483 tools/halide_image_io.h         typename ImageType::ElemType *im_data = (typename ImageType::ElemType*) im->data();
ElemType          496 tools/halide_image_io.h         typename ImageType::ElemType *im_data = (typename ImageType::ElemType*) im->data();
ElemType          525 tools/halide_image_io.h     unsigned int bit_depth = sizeof(typename ImageType::ElemType) == 1 ? 8: 16;