Searched refs:bias1 (Results 1 – 2 of 2) sorted by relevance
25 size_t bias1, bias2; member42 const CeedScalar *bias1 = &sgsdd_ctx->data[sgsdd_ctx->offsets.bias1]; in DataDrivenInference() local48 CopyN(bias1, V, num_neurons); in DataDrivenInference()
605 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()