Searched defs:View (Results 1 – 12 of 12) sorted by relevance
6 class View<TModel> { class37 function View(options) { class in View
5 class View<TModel> { class
49 export type View<T> = { [K in keyof T]: T[K] extends object ? boolean | View<T[K]> : boolean }; alias
30 TEST_F(TestViewTranspose, View) { in TEST_F() argument
30 TEST_F(TestViewExpandDims, View) { in TEST_F() argument
30 TEST_F(TestViewReshape, View) { in TEST_F() argument
29 TEST_F(TestViewSqueeze, View) { in TEST_F() argument
30 TEST_F(TestViewDiagonal, View) { in TEST_F() argument
29 TEST_F(TestViewUnstack, View) { in TEST_F() argument
116 explicit View(BlockAllocator const* allocator) : allocator_(allocator) {} in View() function
245 BinaryStreamRef View; in readArray() local
2813 View() : BaseOperator(kNameView) {} in View() function