Home
last modified time | relevance | path

Searched refs:ComplexView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/emboss/integration/googletest/
H A Demboss_test_util_test.cc43 auto null_view = ::emboss_test::ComplexView(nullptr); in TEST_F()
52 auto null_view = ::emboss_test::ComplexView(nullptr); in TEST_F()
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py8222 class ComplexView(Function): class
8243 out = ComplexView.apply(a.clone(), idx)
8247 out = ComplexView.apply(a.clone(), idx)
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py5702 class ComplexView(FallbackKernel): class
H A Dlowering.py679 ir.ComplexView.create(torch.ops.aten.view.dtype, x, dtype)