Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/third_party/unity/src/
Dunity.h169 #define TEST_ASSERT_NOT_EQUAL_INT(threshold, actual) … argument
170 #define TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual) … argument
171 #define TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual) … argument
172 #define TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual) … argument
173 #define TEST_ASSERT_NOT_EQUAL_INT64(threshold, actual) … argument
174 #define TEST_ASSERT_NOT_EQUAL_UINT(threshold, actual) … argument
175 #define TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual) … argument
176 #define TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual) … argument
177 #define TEST_ASSERT_NOT_EQUAL_UINT32(threshold, actual) … argument
178 #define TEST_ASSERT_NOT_EQUAL_UINT64(threshold, actual) … argument
[all …]
Dunity_internals.h897 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT(threshold, actual, line, message) Un… argument
898 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual, line, message) Un… argument
899 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual, line, message) Un… argument
900 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual, line, message) Un… argument
901 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT(threshold, actual, line, message) Un… argument
902 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual, line, message) Un… argument
903 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual, line, message) Un… argument
904 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT32(threshold, actual, line, message) Un… argument
905 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX8(threshold, actual, line, message) Un… argument
906 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX16(threshold, actual, line, message) Un… argument
[all …]
/third_party/cJSON/tests/unity/src/
Dunity.h152 #define TEST_ASSERT_GREATER_THAN(threshold, actual) … argument
153 #define TEST_ASSERT_GREATER_THAN_INT(threshold, actual) … argument
154 #define TEST_ASSERT_GREATER_THAN_INT8(threshold, actual) … argument
155 #define TEST_ASSERT_GREATER_THAN_INT16(threshold, actual) … argument
156 #define TEST_ASSERT_GREATER_THAN_INT32(threshold, actual) … argument
157 #define TEST_ASSERT_GREATER_THAN_INT64(threshold, actual) … argument
158 #define TEST_ASSERT_GREATER_THAN_UINT(threshold, actual) … argument
159 #define TEST_ASSERT_GREATER_THAN_UINT8(threshold, actual) … argument
160 #define TEST_ASSERT_GREATER_THAN_UINT16(threshold, actual) … argument
161 #define TEST_ASSERT_GREATER_THAN_UINT32(threshold, actual) … argument
[all …]
Dunity_internals.h669 #define UNITY_TEST_ASSERT_GREATER_THAN_INT(threshold, actual, line, message) Un… argument
670 #define UNITY_TEST_ASSERT_GREATER_THAN_INT8(threshold, actual, line, message) Un… argument
671 #define UNITY_TEST_ASSERT_GREATER_THAN_INT16(threshold, actual, line, message) Un… argument
672 #define UNITY_TEST_ASSERT_GREATER_THAN_INT32(threshold, actual, line, message) Un… argument
673 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT(threshold, actual, line, message) Un… argument
674 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT8(threshold, actual, line, message) Un… argument
675 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT16(threshold, actual, line, message) Un… argument
676 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT32(threshold, actual, line, message) Un… argument
677 #define UNITY_TEST_ASSERT_GREATER_THAN_HEX8(threshold, actual, line, message) Un… argument
678 #define UNITY_TEST_ASSERT_GREATER_THAN_HEX16(threshold, actual, line, message) Un… argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsoftplus_impl.cu25 __global__ void SoftplusKernel(const size_t size, const T threshold, const T *input_addr, T *output… in SoftplusKernel()
33 __global__ void SoftplusKernel(const size_t size, const half threshold, const half *input_addr, hal… in SoftplusKernel()
44 const T threshold = log(Epsilon<T>::value) + 2.0; in Softplus() local
50 __global__ void SoftplusGradKernel(const size_t size, const T threshold, const T *dy_addr, const T … in SoftplusGradKernel()
60 __global__ void SoftplusGradKernel(const size_t size, const half threshold, const half *dy_addr, co… in SoftplusGradKernel()
73 const T threshold = log(Epsilon<T>::value) + 2.0f; in SoftplusGrad() local
Dcompare_and_bitpack_impl.cu21 __global__ void CompareAndBitpack(const T *x, const T *threshold, uint8_t *output, const size_t out… in CompareAndBitpack()
38 __global__ void CompareAndBitpack<bool>(const bool *x, const bool *threshold, uint8_t *output, in CompareAndBitpack()
56 cudaError_t CalCompareAndBitpack(const T *x, const T *threshold, uint8_t *output, const size_t outp… in CalCompareAndBitpack()
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_softplus.py28 def generate_expect_forward_output(x, beta=1, threshold=20): argument
35 def softplus_forward_func(x, beta=1, threshold=20): argument
40 def softplus_backward_func(x, beta=1, threshold=20): argument
45 def softplus_vmap_func(x, beta=1, threshold=20): argument
Dtest_softplus.py23 def construct(self, x, beta=1, threshold=20): argument
/third_party/protobuf/third_party/abseil-cpp/absl/log/
Dglobals.h178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel()
187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dsolarize_op_test.cc37 std::vector<float> threshold = {1, 255}; in TEST_F() local
66 std::vector<float> threshold = {0.2, 0.8}; in TEST_F() local
95 std::vector<float> threshold = {1, 230}; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/customize/
Drelu_grad.cc28 … const BaseTensorPtr &dy_tensor, const BaseTensorPtr &y_tensor, const ScalarPtr &threshold, in ReluGradAscendCall()
49 ScalarPtr threshold = std::make_shared<FP32Imm>(0); in ReluGradAscendCustomize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drandom_solarize_ir.cc31 RandomSolarizeOperation::RandomSolarizeOperation(const std::vector<uint8_t> &threshold) in RandomSolarizeOperation()
77 std::vector<uint8_t> threshold = op_params["threshold"]; in from_json() local
Dsolarize_ir.cc30 SolarizeOperation::SolarizeOperation(const std::vector<float> &threshold, const std::string &device… in SolarizeOperation()
87 std::vector<float> threshold = op_params["threshold"]; in from_json() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_softplus_ext.cc38 ValuePtr threshold; member
48 auto threshold = param.threshold->ToAbstract(); in TEST_P() local
/third_party/ffmpeg/libavfilter/
Dvf_neighbor.c42 int threshold[4]; member
77 int threshold, const uint8_t *coordinates[], int coord, in erosion()
98 int threshold, const uint8_t *coordinates[], int coord, in erosion16()
120 int threshold, const uint8_t *coordinates[], int coord, in dilation()
141 int threshold, const uint8_t *coordinates[], int coord, in dilation16()
163 int threshold, const uint8_t *coordinates[], int coord, in deflate()
179 int threshold, const uint8_t *coordinates[], int coord, in deflate16()
196 int threshold, const uint8_t *coordinates[], int coord, in inflate()
212 int threshold, const uint8_t *coordinates[], int coord, in inflate16()
267 const int threshold = s->threshold[plane]; in filter_slice() local
Dvf_threshold_init.h31 static void threshold8(const uint8_t *in, const uint8_t *threshold, in threshold8()
60 const uint16_t *threshold = (const uint16_t *)tthreshold; in threshold16() local
/third_party/cups/tools/
Ddither.h2 const unsigned char threshold[64][64] = variable
/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp91 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels()
217 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare()
381 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare()
583 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare()
669 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
759 …nce, const ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLo… in floatThresholdCompare()
850 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
936 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
1043 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLo… in dsThresholdCompare()
1153 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare()
[all …]
DtcuBilinearImageCompare.cpp114 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, int x, int… in comparePixelRGBA8()
191 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompareRGBA8()
219 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompare()
/third_party/rust/rust/tests/ui/hashmap/
Dhashmap-capacity-overflow.rs9 let threshold = usize::MAX / size_of::<(u64, u64, u64)>(); in main() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dsolarize_op.h33 explicit SolarizeOp(const std::vector<float> &threshold) : threshold_(threshold) {} in SolarizeOp()
Drandom_solarize_op.h34 explicit RandomSolarizeOp(const std::vector<uint8_t> &threshold) : threshold_(threshold) {} in RandomSolarizeOp()
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/fasterrcnn/src/rpn_head/
Dproposal_generator.py21 def nonempty(box, threshold): argument
28 def batch_nms(boxes, score, idxs, threshold): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/allreduce_fusion/
Dallreduce_fusion.cc82 Status AllCommFusion::SetFusionBySize(const CNodePtr &ret, int64_t threshold, const PrimitivePtr &p… in SetFusionBySize()
139 Status AllCommFusion::SetFusionBySizeReduceScatter(const CNodePtr &ret, int64_t threshold, in SetFusionBySizeReduceScatter()
197 int64_t threshold = 0; in ProcessCommOpsFusion() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/ascend910b/
Ddvpp_solarize_op.h31 explicit DvppSolarizeOp(const std::vector<float> &threshold) : threshold_(threshold) {} in DvppSolarizeOp()

12345678910>>...20