Home
last modified time | relevance | path

Searched defs:check_types (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dscalar_bitwise.cc52 std::set<TypePtr> check_types = {kInt32, kInt64, kBool}; in InferType() local
Ddynamic_gru_v2.cc158 std::map<std::string, TypePtr> check_types = { in DynamicGRUV2InferType() local
Ddynamic_gru_v2_grad.cc199 std::map<std::string, TypePtr> check_types = { in DynamicGRUV2GradInferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dbatch_norm.cc131 std::map<std::string, TypePtr> check_types; in InferType() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmanual_let_else.rs108 let check_types = self.matches_behaviour == MatchLintBehaviour::WellKnownTypes; in check_stmt() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtests.rs66 fn check_types(ra_fixture: &str) { in check_types() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/inlay_hints/
Dbind_pat.rs186 fn check_types(ra_fixture: &str) { in check_types() function