Home
last modified time | relevance | path

Searched refs:weight1 (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Dsgs_dd_model.h26 size_t weight1, weight2; member
44 const CeedScalar *weight1 = &sgsdd_ctx->data[sgsdd_ctx->offsets.weight1]; in DataDrivenInference() local
49 MatVecNM(weight1, inputs, num_neurons, num_inputs, CEED_NOTRANSPOSE, V); in DataDrivenInference()
/honee/problems/
H A Dsgs_dd_model.c607 sgsdd_temp->offsets.weight1 = sgsdd_temp->offsets.bias2 + num_neurons; in SgsDDContextFill()
608 sgsdd_temp->offsets.weight2 = sgsdd_temp->offsets.weight1 + num_neurons * num_inputs; in SgsDDContextFill()
628 …PetscCall(TransposeMatrix(temp, &sgsdd_ctx->data[sgsdd_ctx->offsets.weight1], num_inputs, num_neur… in SgsDDContextFill()