Home
last modified time | relevance | path

Searched refs:over_sampling (Results 1 – 2 of 2) sorted by relevance

/external/trusty/arm-trusted-firmware/drivers/st/uart/
Dstm32_uart.c113 uint32_t over_sampling; in uart_set_config() local
129 over_sampling = USART_CR1_OVER8; in uart_set_config()
135 over_sampling = 0x0U; in uart_set_config()
151 over_sampling | in uart_set_config()
/external/pytorch/scripts/release_notes/
Dclassifier.py290 from imblearn.over_sampling import RandomOverSampler