Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dgather.h67 int coord_size = 1; in Gather() local
/external/rust/crates/plotters/src/coord/ranged3d/
Dcartesian3d.rs14 coord_size: (i32, i32, i32), field
51 let coord_size = (default_size, default_size, default_size); in with_projection() localVariable
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6473 const int coord_size = sampler_type->coordinate_components(); in _texture() local