Home
last modified time | relevance | path

Searched refs:DistributionType (Results 1 – 23 of 23) sorted by relevance

/external/abseil-cpp/absl/random/
Duniform_real_distribution_test.cc81 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
83 using param_type = typename DistributionType::param_type; in TYPED_TEST()
137 DistributionType before(a, b); in TYPED_TEST()
142 DistributionType via_param(param); in TYPED_TEST()
148 DistributionType after(real_type(1.0), real_type(3.1)); in TYPED_TEST()
197 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
202 EXPECT_DEBUG_DEATH({ DistributionType dist(10.0, 1.0); }, ""); in TYPED_TEST()
207 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
220 DistributionType dist(-kEpsilon, std::numeric_limits<real_type>::max()); in TYPED_TEST()
225 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/
Duniform_real_distribution_test.cc81 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
83 using param_type = typename DistributionType::param_type; in TYPED_TEST()
137 DistributionType before(a, b); in TYPED_TEST()
142 DistributionType via_param(param); in TYPED_TEST()
148 DistributionType after(real_type(1.0), real_type(3.1)); in TYPED_TEST()
197 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
202 EXPECT_DEBUG_DEATH({ DistributionType dist(10.0, 1.0); }, ""); in TYPED_TEST()
207 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
220 DistributionType dist(-kEpsilon, std::numeric_limits<real_type>::max()); in TYPED_TEST()
225 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
[all …]
/external/angle/third_party/abseil-cpp/absl/random/
Duniform_real_distribution_test.cc81 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
83 using param_type = typename DistributionType::param_type; in TYPED_TEST()
137 DistributionType before(a, b); in TYPED_TEST()
142 DistributionType via_param(param); in TYPED_TEST()
148 DistributionType after(real_type(1.0), real_type(3.1)); in TYPED_TEST()
196 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
201 EXPECT_DEBUG_DEATH({ DistributionType dist(10.0, 1.0); }, ""); in TYPED_TEST()
206 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
219 DistributionType dist(-kEpsilon, std::numeric_limits<real_type>::max()); in TYPED_TEST()
224 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/random/
Duniform_real_distribution_test.cc81 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
83 using param_type = typename DistributionType::param_type; in TYPED_TEST()
137 DistributionType before(a, b); in TYPED_TEST()
142 DistributionType via_param(param); in TYPED_TEST()
148 DistributionType after(real_type(1.0), real_type(3.1)); in TYPED_TEST()
197 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
202 EXPECT_DEBUG_DEATH({ DistributionType dist(10.0, 1.0); }, ""); in TYPED_TEST()
207 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
220 DistributionType dist(-kEpsilon, std::numeric_limits<real_type>::max()); in TYPED_TEST()
225 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
[all …]
/external/cronet/third_party/abseil-cpp/absl/random/
Duniform_real_distribution_test.cc81 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
83 using param_type = typename DistributionType::param_type; in TYPED_TEST()
137 DistributionType before(a, b); in TYPED_TEST()
142 DistributionType via_param(param); in TYPED_TEST()
148 DistributionType after(real_type(1.0), real_type(3.1)); in TYPED_TEST()
197 using DistributionType = absl::uniform_real_distribution<TypeParam>; in TYPED_TEST() typedef
202 EXPECT_DEBUG_DEATH({ DistributionType dist(10.0, 1.0); }, ""); in TYPED_TEST()
207 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
220 DistributionType dist(-kEpsilon, std::numeric_limits<real_type>::max()); in TYPED_TEST()
225 DistributionType dist(std::numeric_limits<real_type>::lowest(), in TYPED_TEST()
[all …]
/external/ComputeLibrary/tests/validation/dynamic_fusion/
DUtils.h59 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
61 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
65DistributionType distribution_inf{ T(std::numeric_limits<float>::infinity()), T(std::numeric_limit… in fill()
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMFixture.h253 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
255 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
259DistributionType distribution_inf{ T(std::numeric_limits<float>::infinity()), T(std::numeric_limit… in fill()
380 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
382 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
513 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
515 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
519DistributionType distribution_inf{ T(std::numeric_limits<float>::infinity()), T(std::numeric_limit… in fill()
672 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
674 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
[all …]
DBatchNormalizationLayerFixture.h63 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
67 DistributionType distribution{ min_bound, max_bound }; in fill()
68 DistributionType distribution_var{ T(0.f), max_bound }; in fill()
DFlattenLayerFixture.h70 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
72 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
DDepthToSpaceLayerFixture.h54 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
56 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
DL2NormalizeLayerFixture.h63 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
65 DistributionType distribution{ T(1.0f), T(2.0f) }; in fill()
DSpaceToDepthFixture.h55 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
57 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
DInstanceNormalizationLayerFixture.h59 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
61 DistributionType distribution{ T(1.0f), T(2.0f) }; in fill()
DNormalizationLayerFixture.h63 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
65 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
DArithmeticDivisionFixture.h59 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
61 DistributionType distribution{ T(1.0f), T(5.0f) }; in fill()
DBatchToSpaceLayerFixture.h54 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
56 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
DBatchNormalizationLayerFusionFixture.h69 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
71 DistributionType distribution{ T(-1.f), T(1.f) }; in fill()
72 DistributionType distribution_gz{ T(0.f), T(1.f) }; in fill()
DRNNLayerFixture.h58 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
60 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
DLSTMLayerFixture.h65 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
67 DistributionType distribution{ T(-1.0f), T(1.0f) }; in fill()
74 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill_custom_val() local
76 DistributionType distribution{ T(num), T(num) }; in fill_custom_val()
/external/ComputeLibrary/tests/validation/fixtures/UNIT/
DWeightsRetentionFixture.h68 …using DistributionType = typename std::conditional<std::is_same<T, half>::value, arm_compute::util… in fill() local
70 DistributionType distribution{ T(0.5f), T(1.0f) }; in fill()
/external/ComputeLibrary/tests/
DAssetsLibrary.h537 using DistributionType = typename std::remove_reference<D>::type; in fill_boxes() local
538 using ResultType = typename DistributionType::result_type; in fill_boxes()
544 DistributionType size_dist{ ResultType(0.f), ResultType(1.f) }; in fill_boxes()
/external/smali/
Dbuild.gradle190 distributionType = Wrapper.DistributionType.ALL
/external/google-smali/
Dbuild.gradle209 distributionType = Wrapper.DistributionType.ALL