Searched refs:ldC (Results 1 – 2 of 2) sorted by relevance
151 const int ldC = static_cast<int>(output.stride());157 const_cast<float*>(output.data()), &ldC);
244 const int ldC = filter_total_size; in operator ()() local255 &ldA, out_data, &ldB, &beta, im2col_buf, &ldC); in operator ()()