Searched refs:weightFormat (Results 1 – 1 of 1) sorted by relevance
2068 const auto weightFormat = GetFormatSpec(weightData.format); in CalculateJointBounds() local2069 if (weightFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds()2072 if (const auto weightElementSize = weightFormat.componentCount * weightFormat.componentByteSize; in CalculateJointBounds()2095 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds()2096 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()2135 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds()2136 fWeights[j] = weightFormat.toIntermediate(weights + j * weightFormat.componentByteSize); in CalculateJointBounds()