Fix the documentation about paddings for SPACE_TO_BATCH_ND am: 9c9fea329e
am: f29553e3e1
Change-Id: I599a87bc9a6b9f5e33c46d29b10b97da2c9abfa9
This commit is contained in:
commit
e9100c8b88
3 changed files with 6 additions and 4 deletions
|
@ -399,7 +399,7 @@ d4fea995378bb4f421b4e24ccf68cad2734ab07fe4f874a126ba558b99df5766 android.hardwar
|
|||
b7ecf29927055ec422ec44bf776223f07d79ad9f92ccf9becf167e62c2607e7a android.hardware.keymaster@4.0::IKeymasterDevice
|
||||
574e8f1499436fb4075894dcae0b36682427956ecb114f17f1fe22d116a83c6b android.hardware.neuralnetworks@1.0::IPreparedModel
|
||||
417ab60fe1ef786778047e4486f3d868ebce570d91addd8fe4251515213072de android.hardware.neuralnetworks@1.0::types
|
||||
e22e8135d061d0e9c4c1a70c25c19fdba10f4d3cda9795ef25b6392fc520317c android.hardware.neuralnetworks@1.1::types
|
||||
ec8aa14fe9b03f2b3fb9845346a4005b6d098ebe2277b2564f73a548a0fd14a7 android.hardware.neuralnetworks@1.1::types
|
||||
1d4a5776614c08b5d794a5ec5ab04697260cbd4b3441d5935cd53ee71d19da02 android.hardware.radio@1.0::IRadioResponse
|
||||
ed9da80ec0c96991fd03f0a46107815d0e50f764656e49dba4980fa5c31d5bc3 android.hardware.radio@1.0::types
|
||||
1d19720d4fd38b1095f0f555a4bd92b3b12c9b1d0f560b0e9a474cd6dcc20db6 android.hardware.radio@1.2::IRadio
|
||||
|
@ -450,7 +450,7 @@ dd1ec219f5d2e2b33c6c0bcb92e63bbedb36f7c716413462848f6b6ae74fc864 android.hardwar
|
|||
92714960d1a53fc2ec557302b41c7cc93d2636d8364a44bd0f85be0c92927ff8 android.hardware.neuralnetworks@1.2::IExecutionCallback
|
||||
83885d366f22ada42c00d8854f0b7e7ba4cf73ddf80bb0d8e168ce132cec57ea android.hardware.neuralnetworks@1.2::IPreparedModel
|
||||
e1c734d1545e1a4ae749ff1dd9704a8e594c59aea7c8363159dc258e93e0df3b android.hardware.neuralnetworks@1.2::IPreparedModelCallback
|
||||
896d1827541d620996720a79c6476edb902a58d515bf908f67a5bdef4d2c318c android.hardware.neuralnetworks@1.2::types
|
||||
114056b3b9303e0e858f28e718ba45722de5678d1d54eec0dcd10788604bf2bb 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
|
||||
|
|
|
@ -186,7 +186,8 @@ enum OperationType : @1.0::OperationType {
|
|||
* must be >= 1.
|
||||
* * 2: A 2-D Tensor of {@link OperandType::TENSOR_INT32}, the paddings
|
||||
* for each spatial dimension of the input tensor. All values must be
|
||||
* >= 0. The shape of the tensor must be {rank(input0), 2}.
|
||||
* >= 0. The shape of the tensor must be {M, 2}, where M is the number
|
||||
* of spatial dimensions.
|
||||
* padding[i, 0] specifies the number of element to be padded in the
|
||||
* front of dimension i.
|
||||
* padding[i, 1] specifies the number of element to be padded after the
|
||||
|
|
|
@ -1979,7 +1979,8 @@ enum OperationType : int32_t {
|
|||
* must be >= 1.
|
||||
* * 2: A 2-D Tensor of {@link OperandType::TENSOR_INT32}, the paddings
|
||||
* for each spatial dimension of the input tensor. All values must be
|
||||
* >= 0. The shape of the tensor must be {rank(input0), 2}.
|
||||
* >= 0. The shape of the tensor must be {M, 2}, where M is the number
|
||||
* of spatial dimensions.
|
||||
* padding[i, 0] specifies the number of element to be padded in the
|
||||
* front of dimension i.
|
||||
* padding[i, 1] specifies the number of element to be padded after the
|
||||
|
|
Loading…
Reference in a new issue