chore: Remove whitespace
This commit is contained in:
@@ -24,12 +24,6 @@ impl FaceDetection {
|
|||||||
model.set_session_mode(mnn::SessionMode::Release);
|
model.set_session_mode(mnn::SessionMode::Release);
|
||||||
let bc = mnn::BackendConfig::default().with_memory_mode(mnn::MemoryMode::High);
|
let bc = mnn::BackendConfig::default().with_memory_mode(mnn::MemoryMode::High);
|
||||||
let sc = mnn::ScheduleConfig::new()
|
let sc = mnn::ScheduleConfig::new()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.with_type(mnn::ForwardType::CPU)
|
.with_type(mnn::ForwardType::CPU)
|
||||||
.with_backend_config(bc);
|
.with_backend_config(bc);
|
||||||
tracing::info!("Creating session handle for face detection model");
|
tracing::info!("Creating session handle for face detection model");
|
||||||
|
|||||||
Reference in New Issue
Block a user