HomeSort by relevance Sort by last modified time
    Searched refs:range_max (Results 1 - 20 of 20) sorted by null

  /external/ltp/include/old/
random_range.h 37 int range_max ( char *, int );
  /external/tensorflow/tensorflow/python/ops/
candidate_sampling_ops.py 31 range_max, seed=None, name=None):
35 (`sampled_candidates`) from the range of integers `[0, range_max)`.
42 over the range of integers `[0, range_max)`.
60 `unique=True`, `num_sampled` must be less than or equal to `range_max`.
63 range_max: An `int`. The number of possible classes.
81 true_classes, num_true, num_sampled, unique, range_max, seed=seed1,
87 range_max, seed=None, name=None):
91 (`sampled_candidates`) from the range of integers `[0, range_max)`.
100 `P(class) = (log(class + 2) - log(class + 1)) / log(range_max + 1)`
124 range_max: An `int`. The number of possible classes
    [all...]
nn_impl.py     [all...]
  /external/tensorflow/tensorflow/core/kernels/
meta_support.h 83 // Take an array of numbers from the range [range_min, range_max] quantized
86 float range_min, float range_max, float* output);
89 // [range_min, range_max] expressed as uint8. Saturate the uint8 values.
91 float range_max, quint8* output);
candidate_sampler_ops.cc 117 int64 range_max; local
118 OP_REQUIRES_OK(context, context->GetAttr("range_max", &range_max));
119 set_sampler(new RangeSamplerType(range_max));
141 int64 range_max; local
142 OP_REQUIRES_OK(context, context->GetAttr("num_sampled", &range_max));
143 set_sampler(new AllSampler(range_max));
154 int64 range_max; local
155 OP_REQUIRES_OK(context, context->GetAttr("range_max", &range_max));
    [all...]
quantization_utils.h 45 int64 FloatToQuantizedUnclamped(float input, float range_min, float range_max) {
48 if (range_min == range_max) {
54 const double range = ((range_max - range_min) * range_adjust);
65 T FloatToQuantized(float input, float range_min, float range_max) {
72 int64 quantized = FloatToQuantizedUnclamped<T>(input, range_min, range_max);
83 float QuantizedToFloat(T input, float range_min, float range_max) {
90 if (range_min == range_max) {
96 const double range = ((range_max - range_min) * range_adjust);
112 float FloatForOneQuantizedLevel(float range_min, float range_max) {
116 (range_max - range_min) / (highest - lowest)
    [all...]
meta_support.cc 293 float range_min, float range_max, float* output) {
306 CalculateRangeScale<uint8_t>(range_min, range_max);
317 float range_min, float range_max, quint8* output) {
330 CalculateOneOverRangeScale<uint8_t>(range_min, range_max);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 355 float range_max = 1.0; local
541 range_max = viewport->scale[2] * 1.0f + viewport->translate[2];
547 if (range_min > range_max) {
550 range_min = range_max;
551 range_max = range_tmp;
561 range_max = 0.5f * viewport->scale[2] + 0.5f + viewport->translate[2];
648 svga->state.hw_clear.depthrange.zmax != range_max)
654 ret = SVGA3D_SetZRange(svga->swc, range_min, range_max );
659 svga->state.hw_clear.depthrange.zmax = range_max;
670 vp.maxDepth = range_max;
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 217 range_max = range_min = op_value
220 range_max = op_value + delta
225 self.value_range = (range_min, range_max)
227 self.value_range = (range_min, op_value, range_max)
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_advanced.py 55 range_max = ev_compensation_range[1]
59 ev_steps = range(range_min, range_max + 1, steps_per_ev)
  /external/tensorflow/tensorflow/contrib/nn/python/ops/
sampling_ops.py 227 range_max=num_classes)
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 745 const int value, const int range_min, const int range_max) {
746 if (value >= range_min && value <= range_max) {
750 range_max);
759 const int value, const int range_min, const int range_max) {
760 if (value < range_min || value > range_max) {
764 range_max);
    [all...]
  /external/v8/src/ast/
ast-types.cc 927 double range_max = range->Max(); local
934 if (range_min <= bitset_min && range_max >= bitset_max) {
942 if (bitset_max > range_max) {
943 range_max = bitset_max;
945 return AstRangeType::New(range_min, range_max, AstBitsetType::kNone, zone);
    [all...]
  /external/v8/src/compiler/
types.cc 801 double range_max = range->Max(); local
808 if (range_min <= bitset_min && range_max >= bitset_max) {
816 if (bitset_max > range_max) {
817 range_max = bitset_max;
819 return RangeType::New(range_min, range_max, zone);
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 59 range_min , range_max = fc.get_criteria_value_range()
60 range_middle = (range_min + range_max) / 2.0
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 122 float range_max) {
125 context.params["input_max"] = {strings::StrCat(range_max)};
131 FloatTensorToQuantizedInPlace<quint8>(float_tensor, range_min, range_max,
145 const std::vector<string>& output_names, float range_min, float range_max,
149 context.params["fallback_max"] = {strings::StrCat(range_max)};
    [all...]
  /external/ltp/lib/
random_range.c 63 * range can be extracted from the array using the range_min(), range_max(),
90 * range_min(), range_max(), and range_mult() to access
243 int range_max(char *rbuf, int r) function
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nios2.c 1173 unsigned int range_max; local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
iogen.c     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 1250 milliseconds