Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/
Dparse_benchmark.py36 data = read_data(args.input)
45 def read_data(input_filename): function
/packages/modules/Virtualization/zipfuse/src/
Dmain.rs582 let read_data = fs::read(&path); in check_file() localVariable
583 assert!(read_data.is_ok()); in check_file()
584 assert_eq!(content, read_data.unwrap().as_slice()); in check_file()