Home
last modified time | relevance | path

Searched defs:default_backend (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/scapy/scapy/layers/
H A Ddot11.py30 default_backend = Ciphers = algorithms = None variable
/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp61 static Backend default_backend = Backend::CPU; variable
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dlib.rs631 let default_backend = DEFAULT_PLOTTING_BACKEND.create_plotter(); in with_plots() localVariable