Home
last modified time | relevance | path

Searched refs:xi (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dwhile_sum_of_powers.mod.py35 xi = Input("xi", DataType)
41 model.IdentifyInputs(xi, j, i, x)
47 xi = Input("xi", DataType)
54 model.IdentifyInputs(xi, j, i, x)
56 model.Operation("MUL", xi, x, 0).To(xi_out)
83 xi = Internal("xi", DataType)
87 model.Operation("WHILE", cond, body, xi_init, j_init, i, x).To(xi)
89 model.Operation("ADD", sum, xi, 0).To(sum_out)
Dwhile_sum_of_powers_quant8_signed.mod.py39 xi = Input("xi", DataType10)
45 model.IdentifyInputs(xi, j, i, x)
51 xi = Input("xi", DataType10)
58 model.IdentifyInputs(xi, j, i, x)
60 model.Operation("MUL", xi, x, 0).To(xi_out)
87 xi = Internal("xi", DataType10)
93 model.Operation("WHILE", cond, body, xi_init, j_init, i, x).To(xi)
95 model.Operation("ADD", sum, xi, 0).To(sum_out)
Dwhile_sum_of_powers_quant8.mod.py39 xi = Input("xi", DataType10)
45 model.IdentifyInputs(xi, j, i, x)
51 xi = Input("xi", DataType10)
58 model.IdentifyInputs(xi, j, i, x)
60 model.Operation("MUL", xi, x, 0).To(xi_out)
87 xi = Internal("xi", DataType10)
93 model.Operation("WHILE", cond, body, xi_init, j_init, i, x).To(xi)
95 model.Operation("ADD", sum, xi, 0).To(sum_out)
/frameworks/native/libs/input/
DVelocityTracker.cpp584 float xi = x[i]; in solveUnweightedLeastSquaresDeg2() local
586 float xi2 = xi*xi; in solveUnweightedLeastSquaresDeg2()
587 float xi3 = xi2*xi; in solveUnweightedLeastSquaresDeg2()
588 float xi4 = xi3*xi; in solveUnweightedLeastSquaresDeg2()
589 float xiyi = xi*yi; in solveUnweightedLeastSquaresDeg2()
592 sxi += xi; in solveUnweightedLeastSquaresDeg2()
/frameworks/base/tests/LegacyRestoreTest/
Djbmr2-encrypted-settings-abcd.ab17 n��ɭ=��aA�|ݽ��8E.�h�xi�Δ��e������/��óQu|A%Y�Mp�5���Y1O���C�;X!Oq1H����}���z��~TA<2xI|KL�г�…
/frameworks/ml/nn/tools/api/
Dtypes.spec1433 * i_t =& \sigma(W_{xi}x_t+W_{hi}h_{t-1}+W_{ci}C_{t-1}+b_i) & \\
1454 * * \f$W_{xi}\f$ is the input-to-input weight matrix,
1492 * * The input-to-input weights (\f$W_{xi}\f$), recurrent-to-input weights
1555 * * 1: The input-to-input weights (\f$W_{xi}\f$). Optional.