/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | README.md | 256 … 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/ |
D | relu6_test.cc | 28 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/ |
D | api_def_Relu6Grad.pbtxt | 7 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."
|
D | api_def_Relu6.pbtxt | 2 graph_op_name: "Relu6"
|
D | api_def_RequantizationRangePerChannel.pbtxt | 44 Example: set this to 6 for Relu6.
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | Relu6.pbtxt | 2 name: "Relu6" 30 name: "Relu6" 60 name: "Relu6" 91 name: "Relu6"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Relu6.pbtxt | 2 name: "Relu6" 30 name: "Relu6" 60 name: "Relu6" 91 name: "Relu6"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Relu6.pbtxt | 2 graph_op_name: "Relu6" 4 name: "nn.Relu6"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Relu6.pbtxt | 2 graph_op_name: "Relu6"
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | relu_op.cc | 28 XlaOp Relu6(XlaOp x) { in Relu6() function 53 ctx->SetOutput(0, xla::Relu6(ctx->Input(0))); in Compile()
|
D | relu_op.h | 23 XlaOp Relu6(XlaOp x);
|
D | unary_ops_composition.cc | 77 ADD_XLA_OP_GENERATOR(Relu6); in PopulateXlaOpGeneratorMap()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 186 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()
|
D | relu_op.cc | 93 void Relu6<GPUDevice, T>::operator()( \ 96 extern template struct Relu6<GPUDevice, T>; \
|
D | fused_eigen_output_kernels.h | 92 struct Relu6 { struct 353 using WithBiasAddAndRelu6 = BiasAddOutputKernel<T, Relu6>; 363 using WithFusedBatchNormAndRelu6 = FusedBatchNormOutputKernel<T, Relu6>;
|
D | relu_op_functor.h | 62 struct Relu6 { struct
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/ |
D | ops_defs.py | 69 return tf.raw_ops.Relu6(features=res) 133 return tf.raw_ops.Relu6(features=res)
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | fused_kernel_matcher.mlir | 32 …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/ |
D | lhlo_gpu_ops_enums.td | 25 def ActivationModeRelu6 : StrEnumAttrCase<"Relu6">;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training_test.cc | 144 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/ |
D | mkl_remapper_test.cc | 82 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/ |
D | mkl_relu_op_test.cc | 129 TEST_ALL_SIZES(Relu6)
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad_test.cc | 44 using ops::Relu6; 155 auto y = Relu6(scope_, x); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | attribute_exporter.cc | 77 case mlir::lmhlo_gpu::Activation::Relu6: in ConvertConvActivationMode()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | README.md | 92 * Relu6
|