Home
last modified time | relevance | path

Searched defs:width_height (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dconvert_pure_conv_to_depthwise.cc106 const int width_height = width * height; in Run() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dmod.rs419 pub fn width_height(&self) -> [u32; 2] { in width_height() method