Home
last modified time | relevance | path

Searched defs:Selu (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_onnxscript_no_runtime.py31 def Selu(X): function
135 def Selu(X): function
H A Dtest_onnxscript_runtime.py31 def Selu( function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Drelu_op_functor.h174 struct Selu { struct
198 // gradients: gradients backpropagated to the Selu op. argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Delu_op.cc35 XlaOp Selu(XlaOp x) { in Selu() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mlir_generated/
H A Dgpu_unary_ops_test.cc1021 GENERATE_DEFAULT_TEST(Selu, DT_FLOAT, DT_FLOAT, baseline_selu, in GENERATE_DEFAULT_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2769 TEST_F(OpTest, Selu) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go42502 func Selu(scope *Scope, features tf.Output) (activations tf.Output) { func