Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/core/
Dvalidator_helpers.py79 def check_value(value, valid_range, arg_name="", left_open_interval=False, right_open_interval=Fals… argument
113 def check_value_cutoff(value, valid_range, arg_name=""): argument
125 def check_value_ratio(value, valid_range, arg_name=""): argument
137 def check_value_normalize_std(value, valid_range, arg_name=""): argument
149 def check_range(values, valid_range, arg_name=""): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Dmi_validator_helpers.py34 def check_value(arg, valid_range, arg_name=""): argument
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/
Dmod.rs438 let valid_range = enum_type_and_layout in compute_discriminant_value() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dvalidity.rs597 let valid_range = scalar_layout.valid_range(self.ecx); in visit_scalar() localVariable
/third_party/rust/rust/compiler/rustc_abi/src/
Dlib.rs1060 pub fn valid_range(&self, cx: &impl HasDataLayout) -> WrappingRange { in valid_range() method
1407 pub valid_range: WrappingRange, field
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c753 valid_range(struct fd_resource *rsc, const struct pipe_box *box) in valid_range() function