Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 10 of 10) 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/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/crypto/
DE2eeCalculator.java61 ByteString identityKey, int exponent, int deviceClockSeconds) { in computeE2eeEid()
70 ByteString identityKey, int exponent, int deviceClockSeconds) { in computePrivateKey()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java703 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue()
784 int exponent = unsignedToSigned(unsignedByteToInt(b1) >> 4, 4); in bytesToFloat() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DGroupedConv2D.cpp126 int exponent; in groupedConvQuant8() local
230 int exponent; in groupedConvQuant8PerChannel() local
DFullyConnected.cpp120 int exponent; in fullyConnectedQuant8() local
DTransposeConv2D.cpp208 int exponent; in transposeConvNhwc() local
349 int exponent; in transposeConvQuant8PerChannelNhwc() local
DDepthwiseConv2D.cpp208 int exponent; in depthwiseConvNhwc() local
310 int exponent; in depthwiseConvQuant8PerChannelNhwc() local
DConv2D.cpp242 int exponent; in convNhwc() local
384 int exponent; in convQuant8PerChannelNhwc() local
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1638 const RunTimeOperandInfo& exponent = operands[ins[1]]; in executeOperation() local