mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Clarify supported ranks for new ops in R am: f0401fe0b0
Change-Id: Ie057614afeaa2fce2abb145a528204169ab1aedd
This commit is contained in:
@@ -639,7 +639,7 @@ ddcf89cd8ee2df0d32aee55050826446fb64f7aafde0a7cd946c64f61b1a364c android.hardwar
|
||||
6e904be0ddca5ae1de8eba020e6c38ed935ea7d80cd08f47787f137a0ca58555 android.hardware.neuralnetworks@1.3::IFencedExecutionCallback
|
||||
2b0b10d2ea7a18a4048cd0eb83d35c19a817aeee95f65807fc31f4ef21381397 android.hardware.neuralnetworks@1.3::IPreparedModel
|
||||
eee3430cc86c97c7b407495863d8fb61da6f1a64b7721e77b9b4909b11b174e9 android.hardware.neuralnetworks@1.3::IPreparedModelCallback
|
||||
c9320b04ec302624985180a02d591bea5e435601fc411a6cabb58878e4e1ad68 android.hardware.neuralnetworks@1.3::types
|
||||
e442ab1b440327fe4e8a3b0b8ac6874e9bc6342e91fe976eb9fea77c63961ec8 android.hardware.neuralnetworks@1.3::types
|
||||
3e01d4446cd69fd1c48f8572efd97487bc179564b32bd795800b97bbe10be37b android.hardware.wifi@1.4::IWifi
|
||||
a64467bae843569f0d465c5be7f0c7a5b987985b55a3ef4794dd5afc68538650 android.hardware.wifi.supplicant@1.3::ISupplicant
|
||||
44445b8a03d7b9e68b2fbd954672c18a8fce9e32851b0692f4f4ab3407f86ecb android.hardware.wifi.supplicant@1.3::ISupplicantStaIface
|
||||
|
||||
@@ -5168,6 +5168,8 @@ enum OperationType : int32_t {
|
||||
* * {@link OperandType::TENSOR_FLOAT16}
|
||||
* * {@link OperandType::TENSOR_FLOAT32}
|
||||
*
|
||||
* Supported tensor rank: from 1.
|
||||
*
|
||||
* Inputs:
|
||||
* * 0: A tensor, specifying the input. May be zero-sized.
|
||||
* * 1: A scalar, specifying the alpha parameter.
|
||||
@@ -5197,6 +5199,8 @@ enum OperationType : int32_t {
|
||||
* * {@link OperandType::TENSOR_QUANT8_ASYMM}
|
||||
* * {@link OperandType::TENSOR_QUANT8_ASYMM_SIGNED}
|
||||
*
|
||||
* Supported tensor rank: from 1.
|
||||
*
|
||||
* Inputs:
|
||||
* * 0: A tensor, specifying the input. May be zero-sized.
|
||||
*
|
||||
@@ -5215,6 +5219,8 @@ enum OperationType : int32_t {
|
||||
* * {@link OperandType::TENSOR_FLOAT32}
|
||||
* * {@link OperandType::TENSOR_INT32}
|
||||
*
|
||||
* Supported tensor rank: from 1.
|
||||
*
|
||||
* Inputs:
|
||||
* * 0: A 1-D tensor, specifying the desired output tensor shape.
|
||||
* * 1: A scalar, specifying the value to fill the output tensors with.
|
||||
@@ -5248,6 +5254,8 @@ enum OperationType : int32_t {
|
||||
* * {@link OperandType::TENSOR_QUANT8_SYMM}
|
||||
* * {@link OperandType::TENSOR_QUANT8_ASYMM_SIGNED}
|
||||
*
|
||||
* Supported tensor rank: from 1.
|
||||
*
|
||||
* Inputs:
|
||||
* * 0: The input tensor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user