Home
last modified time | relevance | path

Searched defs:relu6 (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dquantize_training_test.cc144 Node* relu6 = test::graph::Relu6(g, b); in TEST_F() local
374 Node* relu6 = test::graph::Relu6(g, c); in TEST_F() local
468 Node* relu6 = test::graph::Relu6(g, c); in TEST_F() local
H A Dmkl_layout_pass.cc954 string relu6; member
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_variation/
Dconv_float.mod.py42 relu6 = ActivationConverter("relu6").Identify([output], [act]) variable
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/
Dconv_float.mod.py43 relu6 = ActivationConverter("relu6").Identify([output], [act]) variable
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_naming/
Dconv_float.mod.py43 relu6 = ActivationConverter("relu6").Identify([output], [act]) variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dactivations.py516 relu6 = nn.relu6 variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h437 inline Tensor relu6(Tensor input, bool inplace) { in relu6() function
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/
H A D__init__.py1155 def relu6(a: TensorLikeType, inplace: bool = False) -> TensorLikeType: function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DActivation.cpp525 Tensor relu6(const Tensor & self) { in relu6() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py178 def relu6(g: jit_utils.GraphContext, input): function
H A Dsymbolic_opset9.py1225 def relu6(g: jit_utils.GraphContext, input): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py3627 def relu6(features, name=None): function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py1780 def relu6(input: Tensor, inplace: bool = False) -> Tensor: # noqa: D400,D402 function