Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc576 … const std::string &prim_name, const bool allow_mix) { in CheckScalarOrTensorTypesSame()
582 const bool allow_mix) { in _CheckTypeSame()
/third_party/mindspore/mindspore/
D_checkparam.py548 def check_scalar_or_tensor_types_same(args, valid_values, prim_name, allow_mix=False): argument