Function mindspore::dataset::BitTest
- Defined in File constants.h 
Function Documentation
- 
inline bool mindspore::dataset::BitTest(uint32_t bits, uint32_t bitMask)
- Convenience function to check bitmask for a 32bit int. - 参数
- bits – [in] a 32bit int to be tested 
- bitMask – [in] a 32bit int representing bit mask 
 
- 返回
- bool Result for the check