Home
last modified time | relevance | path

Searched refs:test_sigmoid (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_math.cpp29 static void test_sigmoid() in test_sigmoid() function
45 CALL_SUBTEST(test_sigmoid()); in EIGEN_DECLARE_TEST()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/
H A DMetalOpTestRunner.mm72 REG_TEST("test_sigmoid", test_sigmoid);
H A DMPSCNNTests.h41 bool test_sigmoid();
H A DMPSCNNTests.mm269 bool test_sigmoid() { function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir373 // CHECK-LABEL: test_sigmoid
375 func.func @test_sigmoid(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
H A Dtfl-to-tosa-pipeline.mlir534 // CHECK-LABEL: test_sigmoid
536 func.func @test_sigmoid(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorexpr.py829 def test_sigmoid(x, y): function
887 test_sigmoid,
H A Dtest_mkldnn.py1346 def test_sigmoid(self): member in TestMkldnn
H A Dtest_legacy_vmap.py2732 def test_sigmoid(self, device): member in TestVmapBatchedGradientLegacy
H A Dtest_mps.py3130 def test_sigmoid(self): member in TestMPS
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_module.py1204 def test_sigmoid(self): member in TestStaticQuantizedModule
H A Dtest_quantized_op.py323 def test_sigmoid(self, X): member in TestQuantizedOps
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_vmap.py3810 def test_sigmoid(self, device): member in TestVmapBatchedGradient
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py2187 def test_sigmoid(self): member in CommonTemplate