Home
last modified time | relevance | path

Searched defs:weight_cpu (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp913 const auto weight_cpu = at::rand({4}, at::device(at::kCPU).dtype(at::kFloat)); in TEST_F() local
942 const auto weight_cpu = at::rand({8}, at::device(at::kCPU).dtype(at::kFloat)); in TEST_F() local
972 const auto weight_cpu = at::rand({52}, at::device(at::kCPU).dtype(at::kFloat)); in TEST_F() local
2741 const auto weight_cpu = in test_packed_layer_norm() local
2849 const auto weight_cpu = in test_layer_norm() local
2901 const auto weight_cpu = in test_native_layer_norm() local
H A Dvulkan_quantized_api_test.cpp2517 at::Tensor weight_cpu; // weight cpu tensor in test_quantized_conv2d() local