Home
last modified time | relevance | path

Searched defs:a_impl (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/portable_type/test/
H A Dtensor_test.cpp48 auto a_impl = TensorImpl(ScalarType::Int, 1, sizes, data, dim_order, nullptr); in TEST_F() local
60 auto a_impl = TensorImpl(ScalarType::Int, 2, sizes, data, dim_order, strides); in TEST_F() local
73 auto a_impl = TensorImpl(ScalarType::Int, 1, sizes, data, dim_order); in TEST_F() local
/aosp_15_r20/external/executorch/kernels/portable/test/
H A Dop_mul_test.cpp54 auto a_impl = torch::executor::TensorImpl( in TEST_F() local
/aosp_15_r20/external/executorch/examples/models/llama3_2_vision/cross_attention/
H A Dcross_attention_mask_test.cpp28 auto a_impl = in TEST() local
/aosp_15_r20/external/executorch/extension/kernel_util/test/
H A Dmake_boxed_from_unboxed_functor_test.cpp106 auto a_impl = TensorImpl(ScalarType::Int, 1, sizes, data, dim_order, nullptr); in TEST_F() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc687 AImpl a_impl(MakeRequest(&a), run_loop.QuitClosure()); in TEST_P() local