Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_binary_ops.py80 def test_add_scalar(self): member in TestMPSAdd
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir687 // CHECK-LABEL: test_add_scalar
690 func.func @test_add_scalar(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
H A Dtfl-to-tosa-pipeline.mlir1100 // CHECK-LABEL: test_add_scalar
1103 func.func @test_add_scalar(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit_llga_fuser.py293 def test_add_scalar(self, dtype): member in TestOp