Searched refs:outputs (Results 1 – 5 of 5) sorted by relevance
| /honee/qfunctions/ |
| H A D | sgs_dd_utils.h | 105 CEED_QFUNCTION_HELPER void ComputeSgsDDOutputs(CeedScalar outputs[6], const CeedScalar delta, const… in ComputeSgsDDOutputs() 109 DenormalizeDDOutputs(outputs, new_bounds, old_bounds); in ComputeSgsDDOutputs() 112 ScaleN(outputs, Square(delta) * Square(grad_velo_magnitude), 6); in ComputeSgsDDOutputs() 118 {outputs[0], outputs[3], outputs[4]}, in ComputeSgsDDOutputs() 119 {outputs[3], outputs[1], outputs[5]}, in ComputeSgsDDOutputs() 120 {outputs[4], outputs[5], outputs[2]}, in ComputeSgsDDOutputs()
|
| H A D | sgs_dd_model.h | 37 CEED_QFUNCTION_HELPER void DataDrivenInference(const CeedScalar *inputs, CeedScalar *outputs, SgsDD… in DataDrivenInference() argument 51 CopyN(bias2, outputs, num_outputs); in DataDrivenInference() 52 MatVecNM(weight2, V, num_outputs, num_neurons, CEED_NOTRANSPOSE, outputs); in DataDrivenInference()
|
| /honee/doc/ |
| H A D | auxiliary.md | 380 Training data is split into the model inputs and outputs. 382 The model outputs (or targets in the case of training) are the subgrid stresses. 383 Both the inputs and outputs are computed from a filtered velocity field, which is calculated via {r…
|
| H A D | runtime_options.md | 105 …- Number of steps between writing binary checkpoints. `0` has no output, `-1` outputs final state …
|
| H A D | theory.md | 437 The outputs of the network are assumed to be normalized on a min-max scale, so they must be rescale…
|