Searched defs:relu6 (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
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
|
D | mkl_layout_pass.cc | 954 string relu6; member
|
/external/tensorflow/tensorflow/python/keras/ |
D | activations.py | 516 relu6 = nn.relu6 variable
|
/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
D | activation.h | 437 inline Tensor relu6(Tensor input, bool inplace) { in relu6() function
|
/external/pytorch/torch/_refs/nn/functional/ |
D | __init__.py | 1155 def relu6(a: TensorLikeType, inplace: bool = False) -> TensorLikeType: function
|
/external/pytorch/aten/src/ATen/native/ |
D | Activation.cpp | 525 Tensor relu6(const Tensor & self) { in relu6() function
|
/external/pytorch/torch/onnx/ |
D | symbolic_opset11.py | 178 def relu6(g: jit_utils.GraphContext, input): function
|
D | symbolic_opset9.py | 1225 def relu6(g: jit_utils.GraphContext, input): function
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_ops.py | 3627 def relu6(features, name=None): function
|
/external/pytorch/torch/nn/ |
D | functional.py | 1780 def relu6(input: Tensor, inplace: bool = False) -> Tensor: # noqa: D400,D402 function
|