Searched refs:mat_ty (Results 1 – 6 of 6) sorted by relevance
78 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType() local79 return context()->get_type_mgr()->GetRegisteredType(&mat_ty); in FloatMatrixType()
541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType() local542 const Type* ele_ty = mat_ty->element_type(); in RebuildType()544 MakeUnique<Matrix>(RebuildType(*ele_ty), mat_ty->element_count()); in RebuildType()