Merge "Fix typo in PAD_V2 comments"
This commit is contained in:
commit
e1dd0085d9
4 changed files with 5 additions and 5 deletions
|
@ -776,8 +776,8 @@ a64467bae843569f0d465c5be7f0c7a5b987985b55a3ef4794dd5afc68538650 android.hardwar
|
|||
dabe23dde7c9e3ad65c61def7392f186d7efe7f4216f9b6f9cf0863745b1a9f4 android.hardware.keymaster@4.1::IKeymasterDevice
|
||||
cd84ab19c590e0e73dd2307b591a3093ee18147ef95e6d5418644463a6620076 android.hardware.neuralnetworks@1.2::IDevice
|
||||
f729ee6a5f136b25d79ea6895d24700fce413df555baaecf2c39e4440d15d043 android.hardware.neuralnetworks@1.0::types
|
||||
a84f8dac7a9b75de1cc2936a9b429b9b62b32a31ea88ca52c29f98f5ddc0fa95 android.hardware.neuralnetworks@1.2::types
|
||||
cd331b92312d16ab89f475c39296abbf539efc4114a8c5c2b136ad99b904ef33 android.hardware.neuralnetworks@1.3::types
|
||||
38c1a3eb5c3dfa4cc40b7cf4be0e9850440e2c57197fba7407081679b358aa22 android.hardware.neuralnetworks@1.2::types
|
||||
550619f876cadbea1f718edce120f0e1dd4a6f4bd4c28b59d479677dc86b0aec android.hardware.neuralnetworks@1.3::types
|
||||
c3fec5bd470984402997f78a74b6511efc4063b270f2bd9ee7b78f48b683a1bb android.hardware.neuralnetworks@1.3::IDevice
|
||||
0fdfad62c2ec33b52e6687004e5a1971c02d10b93ee4d26df5ccff7ce032494a android.hardware.neuralnetworks@1.3::IPreparedModel
|
||||
e8c86c69c438da8d1549856c1bb3e2d1b8da52722f8235ff49a30f2cce91742c android.hardware.soundtrigger@2.1::ISoundTriggerHwCallback
|
||||
|
|
|
@ -3618,7 +3618,7 @@ enum OperationType : int32_t {
|
|||
* front of dimension i.
|
||||
* padding[i, 1] specifies the number of elements to be padded after
|
||||
* the end of dimension i.
|
||||
* * 2: An scalar specifying the value to use for padding input0.
|
||||
* * 2: A scalar specifying the value to use for padding input0.
|
||||
* For input tensor of {@link OperandType::TENSOR_FLOAT16}, the
|
||||
* pad value must be of {@link OperandType::FLOAT16}.
|
||||
* For input tensor of {@link OperandType::TENSOR_FLOAT32}, the
|
||||
|
|
|
@ -3834,7 +3834,7 @@ enum OperationType : int32_t {
|
|||
* front of dimension i.
|
||||
* padding[i, 1] specifies the number of elements to be padded after
|
||||
* the end of dimension i.
|
||||
* * 2: An scalar specifying the value to use for padding input0.
|
||||
* * 2: A scalar specifying the value to use for padding input0.
|
||||
* For input tensor of {@link OperandType::TENSOR_FLOAT16}, the
|
||||
* pad value must be of {@link OperandType::FLOAT16}.
|
||||
* For input tensor of {@link OperandType::TENSOR_FLOAT32}, the
|
||||
|
|
|
@ -3693,7 +3693,7 @@ enum OperationType {
|
|||
* front of dimension i.
|
||||
* padding[i, 1] specifies the number of elements to be padded after
|
||||
* the end of dimension i.
|
||||
* * 2: An scalar specifying the value to use for padding input0.
|
||||
* * 2: A scalar specifying the value to use for padding input0.
|
||||
* For input tensor of {@link OperandType::TENSOR_FLOAT16}, the
|
||||
* pad value must be of {@link OperandType::FLOAT16}.
|
||||
* For input tensor of {@link OperandType::TENSOR_FLOAT32}, the
|
||||
|
|
Loading…
Reference in a new issue