Home
last modified time | relevance | path

Searched refs:Relu6 (Results 1 – 25 of 72) sorted by relevance

123

/external/tensorflow/tensorflow/lite/tools/benchmark/
DREADME.md256 … 4.269 4.269 0.107% 0.107% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_0/Relu6]
257 … 2.150 0.054% 0.161% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/Relu6]
258 … 6.107 0.153% 0.314% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/Relu6]
259 … 1.366 0.034% 0.348% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/Relu6]
260 … 4.195 0.105% 0.454% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/Relu6]
261 … 1.260 0.032% 0.485% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_3_depthwise/Relu6]
262 … 6.652 0.167% 0.652% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_3_pointwise/Relu6]
263 … 0.698 0.018% 0.670% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_4_depthwise/Relu6]
264 … 3.344 0.084% 0.754% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_4_pointwise/Relu6]
265 … 0.646 0.016% 0.770% 0.000 0 [MobilenetV1/MobilenetV1/Conv2d_5_depthwise/Relu6]
[all …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Drelu6_test.cc28 TEST(Relu6, 4D) {
47 TEST(Relu6, 3D) {
65 TEST(Relu6, 2D) {
82 TEST(Relu6, 1D) {
97 TEST(Relu6, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Relu6Grad.pbtxt7 The backpropagated gradients to the corresponding Relu6 operation.
13 The features passed as input to the corresponding Relu6 operation, or
24 summary: "Computes rectified linear 6 gradients for a Relu6 operation."
Dapi_def_Relu6.pbtxt2 graph_op_name: "Relu6"
Dapi_def_RequantizationRangePerChannel.pbtxt44 Example: set this to 6 for Relu6.
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DRelu6.pbtxt2 name: "Relu6"
30 name: "Relu6"
60 name: "Relu6"
91 name: "Relu6"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DRelu6.pbtxt2 name: "Relu6"
30 name: "Relu6"
60 name: "Relu6"
91 name: "Relu6"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Relu6.pbtxt2 graph_op_name: "Relu6"
4 name: "nn.Relu6"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Relu6.pbtxt2 graph_op_name: "Relu6"
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drelu_op.cc28 XlaOp Relu6(XlaOp x) { in Relu6() function
53 ctx->SetOutput(0, xla::Relu6(ctx->Input(0))); in Compile()
Drelu_op.h23 XlaOp Relu6(XlaOp x);
Dunary_ops_composition.cc77 ADD_XLA_OP_GENERATOR(Relu6); in PopulateXlaOpGeneratorMap()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc186 auto relu6 = functor::Relu6<Eigen::DefaultDevice, T>(); \
254 REGISTER_COMPUTE_FN(Relu6); in UnaryOpsCompositionSupport()
319 REGISTER_COMPUTE_FN(Relu6); in UnaryOpsCompositionSupport()
383 REGISTER_COMPUTE_FN(Relu6); in UnaryOpsCompositionSupport()
Drelu_op.cc93 void Relu6<GPUDevice, T>::operator()( \
96 extern template struct Relu6<GPUDevice, T>; \
Dfused_eigen_output_kernels.h92 struct Relu6 { struct
353 using WithBiasAddAndRelu6 = BiasAddOutputKernel<T, Relu6>;
363 using WithFusedBatchNormAndRelu6 = FusedBatchNormOutputKernel<T, Relu6>;
Drelu_op_functor.h62 struct Relu6 { struct
/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/
Dops_defs.py69 return tf.raw_ops.Relu6(features=res)
133 return tf.raw_ops.Relu6(features=res)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dfused_kernel_matcher.mlir32 …on = 0.000000e+00 : f32, explicit_paddings = [], fused_ops = ["BiasAdd", "Relu6"], padding = "SAME…
37 %2 = "tf.Relu6"(%1) : (tensor<*xf32>) -> tensor<*xf32>
140 …g1, %arg2, %arg0) {epsilon = 0.000000e+00 : f32, fused_ops = ["BiasAdd", "Relu6"], transpose_a = f…
145 %5 = "tf.Relu6"(%4) : (tensor<*xf32>) -> tensor<*xf32>
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_gpu_ops_enums.td25 def ActivationModeRelu6 : StrEnumAttrCase<"Relu6">;
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training_test.cc144 Node* relu6 = test::graph::Relu6(g, b); in TEST_F()
374 Node* relu6 = test::graph::Relu6(g, c); in TEST_F()
468 Node* relu6 = test::graph::Relu6(g, c); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmkl_remapper_test.cc82 ops::Identity(fetch, ops::Relu6(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
193 CREATE_CONV2DFUSION_TEST(data_format, addop, Relu6, bcast); \
246 return ops::Identity(fetch, ops::Relu6(activate, bias_add)); \
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_relu_op_test.cc129 TEST_ALL_SIZES(Relu6)
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad_test.cc44 using ops::Relu6;
155 auto y = Relu6(scope_, x); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_exporter.cc77 case mlir::lmhlo_gpu::Activation::Relu6: in ConvertConvActivationMode()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
DREADME.md92 * Relu6

123