Searched defs:activation_type (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_nnapi_failure_handling_test.cc | 57 ActivationFunctionType activation_type, in AddSubOpsAcceleratedModel() 88 ActivationFunctionType activation_type, in Init()
|
D | nnapi_delegate_errno_test.cc | 54 ActivationFunctionType activation_type, in FloatAddOpModel() 73 const TensorData& output, ActivationFunctionType activation_type, in Init()
|
D | nnapi_delegate_device_selection_test.cc | 46 const TensorData& output, ActivationFunctionType activation_type, in Init() 376 ActivationFunctionType activation_type, in AddSubOpsAcceleratedModel() 402 ActivationFunctionType activation_type, in Init() 564 ActivationFunctionType activation_type, in HardSwishAddOpsAcceleratedModel() 586 const TensorData& output, ActivationFunctionType activation_type, in Init()
|
D | nnapi_delegate_test.cc | 156 ActivationFunctionType activation_type, in FloatAddOpModel() 164 ActivationFunctionType activation_type, in FloatAddOpModel() 183 const TensorData& output, ActivationFunctionType activation_type, in Init() 492 ActivationFunctionType activation_type) { in FloatMulOpModel() 1512 ActivationFunctionType activation_type) { in L2NormOpModel() 1666 ActivationFunctionType activation_type) { in FloatSubOpModel() 1700 ActivationFunctionType activation_type) { in FloatDivOpModel()
|
/external/XNNPACK/tools/ |
D | generate-vbinary-test.py | 257 def generate_test_cases(ukernel, op_type, activation_type, tester, batch_tile, isa): argument
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | l2norm_test.cc | 35 const ActivationFunctionType activation_type) { in L2NormOpModel()
|
D | add_test.cc | 34 ActivationFunctionType activation_type) { in BaseAddOpModel() 69 ActivationFunctionType activation_type) in QuantizedAddOpModel()
|
D | sub_test.cc | 34 ActivationFunctionType activation_type) { in BaseSubOpModel() 76 ActivationFunctionType activation_type) in QuantizedSubOpModel()
|
D | div_test.cc | 34 ActivationFunctionType activation_type) { in BaseDivOpModel()
|
D | mul_test.cc | 35 ActivationFunctionType activation_type) { in BaseMulOpModel()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | div_test.cc | 32 ActivationFunctionType activation_type) { in BaseDivOpModel()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_benchmark_test.cc | 135 int out_depth, const string& activation_type, in Conv2DWithBiasAndActivation() 195 int out_depth, const string& activation_type, in Conv2DWithBatchNormAndActivation()
|
D | matmul_op_test.cc | 121 bool transpose_a, bool transpose_b, const string& activation_type, in RunMatMulWithBiasAndActivation()
|
D | conv_ops_test.cc | 635 const Tensor& bias_data, const string& activation_type, in RunConv2DWithBiasAndActivation() 699 const string& activation_type, const std::string& padding, in RunConv2DWithBatchNormAndActivation()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 769 FusedActivationFunctionType activation_type; member
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 1797 auto activation_type = static_cast<const nvinfer1::IActivationLayer*>(layer) in IsClipOrRelu() local
|