Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dsgs_dd_model.h25 size_t bias1, bias2; member
42 const CeedScalar *bias1 = &sgsdd_ctx->data[sgsdd_ctx->offsets.bias1]; in DataDrivenInference() local
48 CopyN(bias1, V, num_neurons); in DataDrivenInference()
/honee/problems/
H A Dsgs_dd_model.c605 sgsdd_temp->offsets.bias1 = 0; in SgsDDContextFill()
606 sgsdd_temp->offsets.bias2 = sgsdd_temp->offsets.bias1 + num_neurons; in SgsDDContextFill()
618 …PetscCall(PhastaDatFileReadToArrayReal(comm, file_path, &sgsdd_ctx->data[sgsdd_ctx->offsets.bias1]… in SgsDDContextFill()