Home
last modified time | relevance | path

Searched defs:clamp_max (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_trivial_quantized_activation_func.cc37 double clamp_max; in IsTrivialUnfusedActivationFunc() local
65 double clamp_max; in IsTrivialFusedActivationFunc() local
Dremove_trivial_quantized_min_max.cc48 double clamp_max; in IsTrivialMinMax() local
Dquantization_util.cc212 double clamp_max) { in IsArrayQuantizedRangeSubset()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_custom_gemv.h237 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()
Dcpu_backend_gemm_params.h146 DstScalar clamp_max = std::is_floating_point<DstScalar>::value member
Dcpu_backend_gemm_test.cc130 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/
Dmul_params.h161 DstScalar clamp_max() const { return storage_.clamp_max; } in clamp_max() function
/external/rust/crates/num-traits/src/
Dlib.rs423 pub fn clamp_max<T: PartialOrd>(input: T, max: T) -> T { in clamp_max() function
/external/tensorflow/tensorflow/core/kernels/
Dmeta_support.cc386 quint8 clamp_min, quint8 clamp_max, quint8* output) { in Clamp()
/external/gemmlowp/test/
Dtest_fixedpoint.cc192 const double clamp_max = std::numeric_limits<ScalarType>::max(); in ReferenceOp() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc322 Value clamp_max = rewriter.create<ConstOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h75 inline void BiasAndClamp(float clamp_min, float clamp_max, int bias_size, in BiasAndClamp()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1009 LLVMValueRef clamp_max; in lp_build_linear_mip_levels() local
/external/libaom/libaom/av1/common/
Dmvref_common.c34 const int clamp_max = MV_UPP - 1; in get_mv_projection() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3772 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