/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | inferTypes2.ts | 20 type Weird = any extends infer U ? U : never; alias 21 type AlsoWeird = unknown extends infer U ? U : never; alias
|
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/type-declaration/ |
D | conditional2.ts | 1 type T = never extends infer U ? U : never; alias
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/infer/ |
D | custom_infer.cc | 47 auto infer = new (std::nothrow) CustomInterface(); in CustomInferCreater() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/ |
D | custom_interface.cc | 47 auto infer = std::make_shared<CustomInterface>(); in CustomInferCreater() local
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter_desc.h | 29 …OpAdapterDesc(const OpAdapterPtr &train, const OpAdapterPtr &infer) : train_(train), infer_(infer)… in OpAdapterDesc()
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/model/ |
D | AlInferBert.java | 78 private int[] infer() { in infer() method in AlInferBert
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/ |
D | keyword-variables.src.ts | 12 const infer = 1; constant
|
/third_party/json/ |
D | Makefile | 484 infer: target
|
/third_party/mindspore/mindspore/_extends/graph_kernel/model/ |
D | op_infer.py | 24 def infer(op_name, inputs, attrs): function 58 def infer(self): member in OpInfer
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_mpeg2.c | 89 #define infer(name, value) do { \ macro 123 #define infer(name, value) do { \ macro
|
D | cbs_vp9.c | 322 #define infer(name, value) do { \ macro 384 #define infer(name, value) do { \ macro
|
D | h265_metadata_bsf.c | 225 #define SET_OR_INFER(field, value, present_flag, infer) do { \ in h265_metadata_update_sps() argument
|
D | cbs_av1.c | 637 #define infer(name, value) do { \ macro 709 #define infer(name, value) do { \ macro
|
D | cbs_h2645.c | 333 #define infer(name, value) do { \ macro 417 #define infer(name, value) do { \ macro
|
/third_party/typescript/tests/baselines/reference/ |
D | convertClassExpressionToFunctionFromObjectProperty1.js | 178 foo.infer = class { class in foo 532 foo.infer = /** @class */ (function () { function 533 function infer() { function
|
D | tsxLibraryManagedAttributes.js | 7 type InferredPropTypes<P> = {[K in keyof P]: P[K] extends PropTypeChecker<infer T, infer U> ? PropT… field
|
D | convertClassExpressionToFunctionFromObjectProperty2.js | 531 function infer() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | convertClassExpressionToFunctionFromObjectProperty2.ts | 177 infer: class { constant
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 113 infer: SyntaxKind.InferKeyword, constant
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 3858 def infer(self, line): member in IndentStack
|
/third_party/node/tools/ |
D | lint-md.mjs | 52901 function infer(node) { function
|