/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | adam_weight_decay_cpu_kernel.h | 42 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
|
D | adam_cpu_kernel.h | 45 enum input_list_ { VAR, M, V, BETA1_POWER, BETA2_POWER, LR, BETA1, BETA2, EPSILON, GRAD }; enumerator
|
D | fused_cast_adam_weight_decay_cpu_kernel.h | 48 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
|
D | cpu_kernel.h | 86 constexpr char EPSILON[] = "epsilon"; variable
|
/third_party/harfbuzz/test/api/ |
D | test-var-coords.c | 40 #define EPSILON 0.05f in test_get_var_coords() macro
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-var-coords.c | 40 #define EPSILON 0.05f in test_get_var_coords() macro
|
/third_party/boost/libs/geometry/test/formulas/ |
D | direct_accuracy.cpp | 45 const double EPSILON = std::numeric_limits<double>::epsilon(); in test_main() local
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_qsfn.hpp | 52 static const T EPSILON = 1.0e-7; in pj_qsfn() local
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_pool_test1.proto | 48 EPSILON = 5; enumerator
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | ComplexUnitsConverter.java | 25 public static final BigDecimal EPSILON = BigDecimal.valueOf(Math.ulp(1.0)); field in ComplexUnitsConverter
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFramebuffer.cpp | 333 #define EPSILON (1) in iterate() macro 742 #define EPSILON (1) in iterate() macro
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmatrix.c | 31 #define EPSILON 0.0001f macro
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 199 readonly EPSILON: number; property
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 219 readonly EPSILON: number; property
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 165 static private final long EPSILON = HOUR/4; field in TimeZoneAliasTest.Zone
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 168 static private final long EPSILON = HOUR/4; field in TimeZoneAliasTest.Zone
|
/third_party/gstreamer/gstplugins_good/gst/level/ |
D | gstlevel.c | 70 #define EPSILON 1e-35f macro
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-conversion.c | 281 #define EPSILON 0.0000001 macro
|
/third_party/ejdb/src/jbl/tests/ |
D | jbl_test_binn1.c | 187 #define EPSILON (1.0E-8) macro
|
/third_party/pixman/pixman/ |
D | pixman-matrix.c | 669 #define EPSILON (pixman_fixed_t) (2) macro
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | tflite_lstm_cell_fusion.cc | 42 constexpr float EPSILON = 1e-5; variable
|
/third_party/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 57 #define EPSILON 0x100 /* Token for empty transition. */ macro
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tessellator.cpp | 585 #define EPSILON 0.0000152587890625f // 2^(-16), min positive fixed point fraction in QuadProcessTessFactors() macro
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
D | tessellator.cpp | 603 #define EPSILON 0.0000152587890625f // 2^(-16), min positive fixed point fraction in QuadProcessTessFactors() macro
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 225 constexpr char EPSILON[] = "epsilon"; variable
|