Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
H A Drelu_op_test.py281 def _testLeakyRelu(self, np_features, alpha): member in LeakyReluTest
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py1525 def _testLeakyRelu(self, shape, dtype, negative_slope, contiguous): member in MPSLeakyReluTest
1657 def _testLeakyRelu(self, np_features, negative_slope, device): member in TestMPS