Searched refs:weights_raw (Results 1 – 1 of 1) sorted by relevance
3786 TRT_ShapedWeights weights_raw, bool transpose_weight, in ConvertMatMulHelper() argument3794 TRT_ShapedWeights weights(weights_raw.type_); in ConvertMatMulHelper()3796 weights = weights_raw; in ConvertMatMulHelper()3798 weights = params->weight_store->GetTempWeights(weights_raw); in ConvertMatMulHelper()3799 ReorderCKtoKC(weights_raw, &weights); in ConvertMatMulHelper()