Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dpow_same_shape.mod.py17 exponent = Input("exponent", "TENSOR_FLOAT32", "{3, 2, 1}") variable
/packages/modules/adb/crypto/
Drsa_2048_key.cpp54 bssl::UniquePtr<BIGNUM> exponent(BN_new()); in CreateRSA2048Key() local
/packages/modules/NeuralNetworks/common/operations/
DGroupedConv2D.cpp122 int exponent; in groupedConvQuant8() local
225 int exponent; in groupedConvQuant8PerChannel() local
DFullyConnected.cpp124 int exponent; in fullyConnectedQuant8() local
DTransposeConv2D.cpp212 int exponent; in transposeConvNhwc() local
353 int exponent; in transposeConvQuant8PerChannelNhwc() local
DDepthwiseConv2D.cpp212 int exponent; in depthwiseConvNhwc() local
314 int exponent; in depthwiseConvQuant8PerChannelNhwc() local
DConv2D.cpp245 int exponent; in convNhwc() local
387 int exponent; in convQuant8PerChannelNhwc() local
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1637 const RunTimeOperandInfo& exponent = operands[ins[1]]; in executeOperation() local