Home | History | Annotate | Download | only in common

Lines Matching full:weights

342                            const Shape& weights,
347 NN_OPS_CHECK(input.type == weights.type);
356 NN_OPS_CHECK(getNumberOfDimensions(weights) == 2);
358 uint32_t num_units = getSizeOfDimension(weights, 0);
359 uint32_t input_size = getSizeOfDimension(weights, 1);