Home | History | Annotate | Download | only in functional

Lines Matching refs:computeTotalScalarSize

228 static int computeTotalScalarSize (const vector<Symbol>& symbols)
258 const int numInputScalars = computeTotalScalarSize(m_spec.inputs);
259 const int numOutputScalars = computeTotalScalarSize(m_spec.outputs);