Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfractional_max_pool_op.cc161 const int64_t width_max = input_size[2] - 1; in Compute() local
306 const int64_t width_max = input_size[2] - 1; in Compute() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_bitmap.rs163 pub width_max: u8, field
184 pub fn width_max(&self) -> u8 { in width_max() method