Searched refs:temp (Results 1 – 2 of 2) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 598 PetscScalar *temp; in SgsDDContextFill() local 625 PetscCall(PetscMalloc1(num_inputs * num_neurons, &temp)); in SgsDDContextFill() 627 PetscCall(PhastaDatFileReadToArrayReal(comm, file_path, temp)); in SgsDDContextFill() 628 …PetscCall(TransposeMatrix(temp, &sgsdd_ctx->data[sgsdd_ctx->offsets.weight1], num_inputs, num_neur… in SgsDDContextFill() 629 PetscCall(PetscFree(temp)); in SgsDDContextFill() 632 PetscCall(PetscMalloc1(num_outputs * num_neurons, &temp)); in SgsDDContextFill() 634 PetscCall(PhastaDatFileReadToArrayReal(comm, file_path, temp)); in SgsDDContextFill() 635 …PetscCall(TransposeMatrix(temp, &sgsdd_ctx->data[sgsdd_ctx->offsets.weight2], num_neurons, num_out… in SgsDDContextFill() 636 PetscCall(PetscFree(temp)); in SgsDDContextFill()
|
| /honee/qfunctions/ |
| H A D | utils.h | 18 CeedScalar temp = *a; in SwapScalar() local 20 *b = temp; in SwapScalar()
|