Home
last modified time | relevance | path

Searched defs:View (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DspecializedInheritedConstructors1.js6 class View<TModel> { class
37 function View(options) { class in View
/third_party/typescript/tests/cases/compiler/
DspecializedInheritedConstructors1.ts5 class View<TModel> { class
DexcessPropertyChecksWithNestedIntersections.ts49 export type View<T> = { [K in keyof T]: T[K] extends object ? boolean | View<T[K]> : boolean }; alias
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/view/
Dtest_transpose.cc30 TEST_F(TestViewTranspose, View) { in TEST_F() argument
Dtest_expand_dims.cc30 TEST_F(TestViewExpandDims, View) { in TEST_F() argument
Dtest_reshape.cc30 TEST_F(TestViewReshape, View) { in TEST_F() argument
Dtest_squeeze.cc29 TEST_F(TestViewSqueeze, View) { in TEST_F() argument
Dtest_diagonal.cc30 TEST_F(TestViewDiagonal, View) { in TEST_F() argument
Dtest_unstack.cc29 TEST_F(TestViewUnstack, View) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/
Dblock_allocator.h116 explicit View(BlockAllocator const* allocator) : allocator_(allocator) {} in View() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h245 BinaryStreamRef View; in readArray() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h2813 View() : BaseOperator(kNameView) {} in View() function