Home
last modified time | relevance | path

Searched refs:scale_ (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h293 : scale_(-1), power_of_two_plus_one_(false) {
301 scale_ = static_cast<int>(value);
309 scale_ = 0;
311 scale_ = 1;
313 scale_ = 2;
315 scale_ = 3;
318 scale_ = 1;
321 scale_ = 2;
324 scale_ = 3;
332 bool matches() const { return scale_ != -1; } in matches()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc86 scale_(scale), in CudnnBatchNormForwardInferenceThunk()
113 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(scale_)), in ExecuteOnStream()
145 scale_(scale), in CudnnBatchNormForwardTrainingThunk()
185 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(scale_)), in ExecuteOnStream()
225 scale_(scale), in CudnnBatchNormBackwardThunk()
271 se::DeviceMemory<float>(buffer_allocations.GetDeviceAddress(scale_)), in ExecuteOnStream()
Dcudnn_batchnorm_thunk.h69 BufferAllocation::Slice scale_; variable
100 BufferAllocation::Slice scale_; variable
134 BufferAllocation::Slice scale_; variable
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatrix_exponential_op_test.py256 for scale_ in [0.1, 1.5, 5.0, 20.0]:
257 name = "%s_%d_%d" % (dtype_.__name__, len(shape_), int(scale_*10))
259 _TestL1Norms(dtype_, shape_, scale_))
261 for scale_ in [0.01, 0.2, 0.5, 1.5, 6.0, 25.0]:
262 name = "%s_%d_%d" % (dtype_.__name__, len(shape_), int(scale_*100))
264 _TestL1Norms(dtype_, shape_, scale_))
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor.h100 scale_.push_back(t->params.scale); in VectorOfQuantizedTensors()
104 const float* scale() const { return scale_.data(); } in scale()
109 std::vector<float> scale_; variable
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dvector_diffeomixture.py444 for k, scale_ in enumerate(scale):
445 if validate_args and not scale_.is_positive_definite:
447 k, scale_.is_positive_definite))
448 if scale_.dtype.base_dtype != dtype:
451 k, scale_.dtype.base_dtype.name, dtype.name))
455 scale=scale_,
458 for k, (loc_, scale_) in enumerate(zip(loc, scale))]
494 scale=scale_,
497 for k, (loc_, scale_) in enumerate(zip(
528 + [p for scale_ in scale for p in scale_.graph_parents]),
/external/capstone/bindings/vb6/
DCX86Operand.cls107 If mem.scale_ <> 1 Then push ret, "Scale: " & Hex(mem.scale_)
181 mem.scale_ = opMem.scale
DCX86OpMem.cls26 Public scale_ As Long ' scale for index register
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Drate_statistics.cc23 scale_(scale / (num_buckets_ - 1)) { in RateStatistics()
58 return static_cast<uint32_t>(accumulated_count_ * scale_ + 0.5f); in Rate()
Drate_statistics.h49 const float scale_; variable
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc228 bool scale_; member in webrtc_jni::MediaCodecVideoEncoder
343 scale_ = (codecType_ != kVideoCodecVP9) && (webrtc::field_trial::FindFullName( in InitEncode()
345 ALOGD << "Encoder automatic resize " << (scale_ ? "enabled" : "disabled"); in InitEncode()
346 if (scale_) { in InitEncode()
412 if (scale_) in SetRates()
582 if (scale_) { in EncodeOnCodecThread()
919 scale_ ? quality_scaler_.downscale_shift() : -1; in DeliverPendingOutputs()
967 if (codecType_ == kVideoCodecVP8 && scale_) { in DeliverPendingOutputs()
973 if (scale_) { in DeliverPendingOutputs()
1068 if (scale_) in OnDroppedFrame()
[all …]
/external/webp/src/utils/
Dquant_levels_dec_utils.c53 int scale_; // normalization factor, in FIX bits precision member
113 const uint32_t scale = p->scale_; in HFilter()
245 p->scale_ = (1 << (FIX + LFIX)) / (R * R); // normalization constant in InitParams()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dmvn_diag_plus_low_rank_test.py232 scale_,
282 logging.vlog(2, "scale:\n{}".format(scale_))
334 self.assertAllClose(true_scale, scale_,
Dmvn_tril_test.py371 scale_,
404 logging.vlog(2, "scale:\n{}".format(scale_))
429 self.assertAllClose(true_scale, scale_,
/external/bcc/src/cc/usdt/
Dusdt_args.cc83 int scale = scale_.value_or(1); in assign_to_local()
270 dest->scale_ = abs(*dest->arg_size_); in parse()
342 return parse_number(pos, &dest->scale_); in parse_scale()
/external/bcc/src/cc/
Dusdt.h54 optional<int> scale_; variable
77 const optional<int> scale() const { return scale_; } in scale()
/external/bcc/src/cc/includes/
Dusdt.h54 optional<int> scale_; variable
77 const optional<int> scale() const { return scale_; } in scale()
/external/libchrome/base/metrics/
Dhistogram.cc1039 scale_(scale) { in ScaledLinearHistogram()
1065 int scaled_count = count / scale_; in AddScaledCount()
1066 subtle::Atomic32 remainder = count - scaled_count * scale_; in AddScaledCount()
1078 if (remainder >= scale_ / 2) { in AddScaledCount()
1080 subtle::NoBarrier_AtomicIncrement(&remainders_[value], -scale_); in AddScaledCount()
Dhistogram.h480 int32_t scale() const { return scale_; } in scale()
489 const int32_t scale_; variable
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc222 : zero_point_(zero_point), scale_(scale) {} in Dequantizer()
224 return (static_cast<float>(x) - zero_point_) * scale_; in operator ()()
229 float scale_; member in tflite::ops::custom::detection_postprocess::Dequantizer
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp152 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} in TexTypeCoordParams()
162 …TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), b… in TexTypeCoordParams()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp185 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} in TexTypeCoordParams()
195 …TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), b… in TexTypeCoordParams()