Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/random/
Dparameterized_truncated_normal_gpu_kernel.cc88 …int64_t max_elements = std::accumulate(max_shape.begin(), max_shape.end(), 1, std::multiplies<int6… in Resize() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp276 unsigned max_elements = 0; in CreateElementLayout() local
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_opt_dead_builtin_varyings.c299 int max_elements, unsigned start_location, in prepare_array()