/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | remove_trivial_quantized_activation_func.cc | 37 double clamp_max; in IsTrivialUnfusedActivationFunc() local 65 double clamp_max; in IsTrivialFusedActivationFunc() local
|
D | remove_trivial_quantized_min_max.cc | 48 double clamp_max; in IsTrivialMinMax() local
|
D | quantization_util.cc | 212 double clamp_max) { in IsArrayQuantizedRangeSubset()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | cpu_backend_gemm_custom_gemv.h | 237 std::uint8_t clamp_max, std::uint8_t* dst) { in ClampAndStore() 253 std::int8_t clamp_max, std::int8_t* dst) { in ClampAndStore() 269 std::int16_t clamp_max, std::int16_t* dst) { in ClampAndStore()
|
D | cpu_backend_gemm_params.h | 146 DstScalar clamp_max = std::is_floating_point<DstScalar>::value member
|
D | cpu_backend_gemm_test.cc | 130 void Clamp(const std::vector<Scalar>& src, Scalar clamp_min, Scalar clamp_max, in Clamp() 141 DstScalar clamp_min, DstScalar clamp_max, in Clamp() 269 DstScalar clamp_min, clamp_max; in PerformGemmThenCompareResultsThenAgainWithClamping() local
|
/external/ruy/ruy/ |
D | mul_params.h | 161 DstScalar clamp_max() const { return storage_.clamp_max; } in clamp_max() function
|
/external/rust/crates/num-traits/src/ |
D | lib.rs | 423 pub fn clamp_max<T: PartialOrd>(input: T, max: T) -> T { in clamp_max() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | meta_support.cc | 386 quint8 clamp_min, quint8 clamp_max, quint8* output) { in Clamp()
|
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 192 const double clamp_max = std::numeric_limits<ScalarType>::max(); in ReferenceOp() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | legalize_hlo.cc | 322 Value clamp_max = rewriter.create<ConstOp>( in matchAndRewrite() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | common.h | 75 inline void BiasAndClamp(float clamp_min, float clamp_max, int bias_size, in BiasAndClamp()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1009 LLVMValueRef clamp_max; in lp_build_linear_mip_levels() local
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 34 const int clamp_max = MV_UPP - 1; in get_mv_projection() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3772 const int32_t clamp_max = std::numeric_limits<Out>::max(); in Softmax() local 3914 const int32_t clamp_max = std::numeric_limits<Out>::max(); in SoftmaxInt8LUT() local 4124 const int32_t clamp_max = std::numeric_limits<T>::max(); in LogSoftmax() local
|