Searched refs:flags_t (Results 1 – 1 of 1) sorted by relevance
21 const int flags_t = LIBXSMM_GEMM_FLAGS(!t_mode ? 'T' : 'N', 'N'); in CeedTensorContractApply_Xsmm() local23 const int flags = (flags_t | flags_ab); in CeedTensorContractApply_Xsmm()41 const int flags_t = LIBXSMM_GEMM_FLAGS('N', t_mode ? 'T' : 'N'); in CeedTensorContractApply_Xsmm() local43 const int flags = (flags_t | flags_ab); in CeedTensorContractApply_Xsmm()