Home
last modified time | relevance | path

Searched defs:valid_values (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/
D_checkparam.py431 def check_string(arg_value, valid_values, arg_name=None, prim_name=None): argument
512 def check_types_same_and_valid(args, valid_values, prim_name): argument
548 def check_scalar_or_tensor_types_same(args, valid_values, prim_name, allow_mix=False): argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cFramebufferNoAttachmentsTests.cpp228 GLint valid_values[] = { 103, 104, 4, GL_TRUE }; in iterate() local
/third_party/alsa-utils/topology/
Dpre-process-object.c246 static void tplg_attribute_print_valid_values(snd_config_t *valid_values, const char *name) in tplg_attribute_print_valid_values()
268 static bool tplg_is_attribute_valid_value(snd_config_t *valid_values, const char *value) in tplg_is_attribute_valid_value()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc575 const std::set<TypePtr> &valid_values, in CheckScalarOrTensorTypesSame()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1190 static const glw::GLint valid_values[] = { GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_ONE, GL_ZERO }; variable
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7028 static const glw::GLenum valid_values[] = { GL_FRONT, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK, in PrepareObjects() local