Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DselfReferencingTypeReferenceInference.ts9 type InferRecursive<T> = T extends Recursive<infer R> ? R : "never!" alias
/third_party/mindspore/tests/st/cpp/model/
Dtest_control.cc182 TEST_F(TestControl, InferRecursive) { in TEST_F() argument