Update scale restrictions in NN API ops docs am: c8b3d162c2
am: 28c60ff868
am: 1c94eb7c5d
Change-Id: Ie6e9cbe78a4182dc23d8916dcd220c5c51064b0a
This commit is contained in:
commit
0b074a9ba5
2 changed files with 15 additions and 25 deletions
|
@ -510,7 +510,7 @@ b9422a9aca84df1ff9623dc12c0562abce97716e28d63a965f2bfb88f9ad9607 android.hardwar
|
|||
92714960d1a53fc2ec557302b41c7cc93d2636d8364a44bd0f85be0c92927ff8 android.hardware.neuralnetworks@1.2::IExecutionCallback
|
||||
83885d366f22ada42c00d8854f0b7e7ba4cf73ddf80bb0d8e168ce132cec57ea android.hardware.neuralnetworks@1.2::IPreparedModel
|
||||
e1c734d1545e1a4ae749ff1dd9704a8e594c59aea7c8363159dc258e93e0df3b android.hardware.neuralnetworks@1.2::IPreparedModelCallback
|
||||
114056b3b9303e0e858f28e718ba45722de5678d1d54eec0dcd10788604bf2bb android.hardware.neuralnetworks@1.2::types
|
||||
730c74ee5a3dd61a73f150cf07653e4b928e413b0f228eb004541bfcc22ed245 android.hardware.neuralnetworks@1.2::types
|
||||
cf7a4ba516a638f9b82a249c91fb603042c2d9ca43fd5aad9cf6c0401ed2a5d7 android.hardware.nfc@1.2::INfc
|
||||
abf98c2ae08bf765db54edc8068e36d52eb558cff6706b6fd7c18c65a1f3fc18 android.hardware.nfc@1.2::types
|
||||
4cb252dc6372a874aef666b92a6e9529915aa187521a700f0789065c3c702ead android.hardware.power.stats@1.0::IPowerStats
|
||||
|
|
|
@ -450,11 +450,10 @@ enum OperationType : int32_t {
|
|||
*
|
||||
* Outputs:
|
||||
* * 0: The output 4-D tensor, of shape
|
||||
* [batches, out_height, out_width, depth_out]. For output tensor of
|
||||
* {@link OperandType::TENSOR_QUANT8_ASYMM}, the following condition
|
||||
* must be satisfied: output_scale > input_scale * filter_scale (for
|
||||
* filter tensor of {@link OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL}
|
||||
* this condition must be true for all filter scales).
|
||||
* [batches, out_height, out_width, depth_out]. Before API level 29,
|
||||
* for output tensor of {@link OperandType::TENSOR_QUANT8_ASYMM}, the
|
||||
* following condition must be satisfied:
|
||||
* output_scale > input_scale * filter_scale
|
||||
*
|
||||
* Available since API level 27.
|
||||
*/
|
||||
|
@ -600,11 +599,10 @@ enum OperationType : int32_t {
|
|||
*
|
||||
* Outputs:
|
||||
* * 0: The output 4-D tensor, of shape
|
||||
* [batches, out_height, out_width, depth_out]. For output tensor of
|
||||
* {@link OperandType::TENSOR_QUANT8_ASYMM}, the following condition
|
||||
* must be satisfied: output_scale > input_scale * filter_scale (for
|
||||
* filter tensor of {@link OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL}
|
||||
* this condition must be true for all filter scales).
|
||||
* [batches, out_height, out_width, depth_out]. Before API level 29,
|
||||
* for output tensor of {@link OperandType::TENSOR_QUANT8_ASYMM}, the
|
||||
* following condition must be satisfied:
|
||||
* output_scale > input_scale * filter_scale
|
||||
*
|
||||
* Available since API level 27.
|
||||
*/
|
||||
|
@ -780,10 +778,10 @@ enum OperationType : int32_t {
|
|||
* invoke on the result.
|
||||
*
|
||||
* Outputs:
|
||||
* * 0: The output tensor, of shape [batch_size, num_units]. For output
|
||||
* tensor of {@link OperandType::TENSOR_QUANT8_ASYMM}, the following
|
||||
* condition must be satisfied:
|
||||
* output_scale > input_scale * filter_scale.
|
||||
* * 0: The output tensor, of shape [batch_size, num_units]. Before API
|
||||
* level 29, For output tensor of {@link
|
||||
* OperandType::TENSOR_QUANT8_ASYMM}, the following condition must be
|
||||
* satisfied: output_scale > input_scale * filter_scale.
|
||||
*
|
||||
* Available since API level 27.
|
||||
*/
|
||||
|
@ -3122,11 +3120,7 @@ enum OperationType : int32_t {
|
|||
*
|
||||
* Outputs:
|
||||
* * 0: The output 4-D tensor, of shape
|
||||
* [batches, out_height, out_width, depth_out]. For output tensor of
|
||||
* {@link OperandType::TENSOR_QUANT8_ASYMM}, the following condition
|
||||
* must be satisfied: output_scale > input_scale * filter_scale (for
|
||||
* filter tensor of type {@link OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL}
|
||||
* this condition must be true for all filter scales).
|
||||
* [batches, out_height, out_width, depth_out].
|
||||
*
|
||||
* Available since API level 29.
|
||||
*/
|
||||
|
@ -4331,11 +4325,7 @@ enum OperationType : int32_t {
|
|||
*
|
||||
* Outputs:
|
||||
* * 0: The output 4-D tensor, of shape
|
||||
* [batches, out_height, out_width, depth_out]. For output tensor of
|
||||
* {@link OperandType::TENSOR_QUANT8_ASYMM}, the following condition
|
||||
* must be satisfied: output_scale > input_scale * filter_scale (for
|
||||
* filter tensor of {@link OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL}
|
||||
* this condition must be true for all filter scales).
|
||||
* [batches, out_height, out_width, depth_out].
|
||||
*
|
||||
* Available since API level 29.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue