Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dsgs_dd_model.h25 size_t bias1, bias2; member
43 const CeedScalar *bias2 = &sgsdd_ctx->data[sgsdd_ctx->offsets.bias2]; in DataDrivenInference() local
51 CopyN(bias2, outputs, num_outputs); in DataDrivenInference()
/honee/problems/
H A Dsgs_dd_model.c606 sgsdd_temp->offsets.bias2 = sgsdd_temp->offsets.bias1 + num_neurons; in SgsDDContextFill()
607 sgsdd_temp->offsets.weight1 = sgsdd_temp->offsets.bias2 + num_neurons; in SgsDDContextFill()
620 …PetscCall(PhastaDatFileReadToArrayReal(comm, file_path, &sgsdd_ctx->data[sgsdd_ctx->offsets.bias2]… in SgsDDContextFill()