Searched refs:weights_feature_array (Results 1 – 1 of 1) sorted by relevance
1762 auto& weights_feature_array = model->GetArray(op->inputs[1]); in ProcessSvdfOperator() local1763 if (!weights_feature_array.has_shape()) return; in ProcessSvdfOperator()1775 const int num_units = weights_feature_array.shape().dims()[0]; in ProcessSvdfOperator()