/external/abseil-cpp/absl/random/ |
D | uniform_real_distribution_test.cc | 81 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/ |
D | uniform_real_distribution_test.cc | 81 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/ |
D | uniform_real_distribution_test.cc | 81 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/ |
D | uniform_real_distribution_test.cc | 81 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/ |
D | uniform_real_distribution_test.cc | 81 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/ |
D | Utils.h | 59 …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() 65 …DistributionType distribution_inf{ T(std::numeric_limits<float>::infinity()), T(std::numeric_limit… in fill()
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | GEMMFixture.h | 253 …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() 259 …DistributionType 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() 519 …DistributionType 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 …]
|
D | BatchNormalizationLayerFixture.h | 63 …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()
|
D | FlattenLayerFixture.h | 70 …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()
|
D | DepthToSpaceLayerFixture.h | 54 …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()
|
D | L2NormalizeLayerFixture.h | 63 …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()
|
D | SpaceToDepthFixture.h | 55 …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()
|
D | InstanceNormalizationLayerFixture.h | 59 …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()
|
D | NormalizationLayerFixture.h | 63 …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()
|
D | ArithmeticDivisionFixture.h | 59 …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()
|
D | BatchToSpaceLayerFixture.h | 54 …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()
|
D | BatchNormalizationLayerFusionFixture.h | 69 …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()
|
D | RNNLayerFixture.h | 58 …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()
|
D | LSTMLayerFixture.h | 65 …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/ |
D | WeightsRetentionFixture.h | 68 …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/ |
D | AssetsLibrary.h | 537 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/ |
D | build.gradle | 190 distributionType = Wrapper.DistributionType.ALL
|
/external/google-smali/ |
D | build.gradle | 209 distributionType = Wrapper.DistributionType.ALL
|