Searched refs:num_inputs (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | sgs_dd_model.h | 18 CeedInt num_inputs, num_outputs; member 39 const CeedInt num_inputs = sgsdd_ctx->num_inputs; in DataDrivenInference() local 49 MatVecNM(weight1, inputs, num_neurons, num_inputs, CEED_NOTRANSPOSE, V); in DataDrivenInference()
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 596 …PetscInt num_inputs = (*psgsdd_ctx)->num_inputs, num_outputs = (*psgsdd_ctx)->num_outputs, num… in SgsDDContextFill() local 608 sgsdd_temp->offsets.weight2 = sgsdd_temp->offsets.weight1 + num_neurons * num_inputs; in SgsDDContextFill() 609 sgsdd_temp->offsets.out_scaling = sgsdd_temp->offsets.weight2 + num_inputs * num_neurons; in SgsDDContextFill() 625 PetscCall(PetscMalloc1(num_inputs * num_neurons, &temp)); in SgsDDContextFill() 628 …PetscCall(TransposeMatrix(temp, &sgsdd_ctx->data[sgsdd_ctx->offsets.weight1], num_inputs, num_neur… in SgsDDContextFill() 689 .num_inputs = 6, in SgsDDSetup()
|