Searched refs:prepare_matmul_operand (Results 1 – 1 of 1) sorted by relevance
5513 const auto prepare_matmul_operand = in ConvertMatMulHelper() local5532 nvinfer1::ITensor* tensor_a = prepare_matmul_operand(input_a, &transpose_a); in ConvertMatMulHelper()5533 nvinfer1::ITensor* tensor_b = prepare_matmul_operand(input_b, &transpose_b); in ConvertMatMulHelper()