File tree 2 files changed +3
-3
lines changed
Source/FullyConnectedFunctions
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ extern "C"
803
803
q15_t * vec_buffer );
804
804
805
805
/**
806
- * @brief uint8 asymmetric opt fully-connected layer function
806
+ * @brief Asymmetric UINT8 fully-connected layer function
807
807
* @param[in] pV pointer to input vector
808
808
* @param[in] pM pointer to matrix weights
809
809
* @param[in] dim_vec length of the vector
@@ -819,7 +819,7 @@ extern "C"
819
819
* @return The function returns <code>ARM_MATH_SUCCESS</code>
820
820
*
821
821
*/
822
- arm_status arm_fully_connected_uint8_asym (const uint8_t * pV ,
822
+ arm_status arm_fully_connected_asym_uint8 (const uint8_t * pV ,
823
823
const uint8_t * pM ,
824
824
const uint16_t dim_vec ,
825
825
const uint16_t num_of_rows ,
Original file line number Diff line number Diff line change 71
71
*/
72
72
73
73
arm_status
74
- arm_fully_connected_uint8_asym (const uint8_t * pV ,
74
+ arm_fully_connected_asym_uint8 (const uint8_t * pV ,
75
75
const uint8_t * pM ,
76
76
const uint16_t dim_vec ,
77
77
const uint16_t num_of_rows ,
You can’t perform that action at this time.
0 commit comments