Searched defs:relu6 (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | quantize_training_test.cc | 144 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 D | mkl_layout_pass.cc | 954 string relu6; member
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_variation/ |
D | conv_float.mod.py | 42 relu6 = ActivationConverter("relu6").Identify([output], [act]) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/ |
D | conv_float.mod.py | 43 relu6 = ActivationConverter("relu6").Identify([output], [act]) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_naming/ |
D | conv_float.mod.py | 43 relu6 = ActivationConverter("relu6").Identify([output], [act]) variable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | activations.py | 516 relu6 = nn.relu6 variable
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
H A D | activation.h | 437 inline Tensor relu6(Tensor input, bool inplace) { in relu6() function
|
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/ |
H A D | __init__.py | 1155 def relu6(a: TensorLikeType, inplace: bool = False) -> TensorLikeType: function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Activation.cpp | 525 Tensor relu6(const Tensor & self) { in relu6() function
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset11.py | 178 def relu6(g: jit_utils.GraphContext, input): function
|
H A D | symbolic_opset9.py | 1225 def relu6(g: jit_utils.GraphContext, input): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | nn_ops.py | 3627 def relu6(features, name=None): function
|
/aosp_15_r20/external/pytorch/torch/nn/ |
H A D | functional.py | 1780 def relu6(input: Tensor, inplace: bool = False) -> Tensor: # noqa: D400,D402 function
|