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

  /external/tensorflow/tensorflow/contrib/lite/kernels/
pooling.cc 126 float activation_min, activation_max; local
128 &activation_max);
134 activation_max, GetTensorData<float>(output), GetTensorDims(output))
148 int32_t activation_max; local
150 &activation_max);
156 activation_min, activation_max, \
170 float activation_min, activation_max; local
172 &activation_max);
178 activation_max, GetTensorData<float>(output), GetTensorDims(output))
192 int32_t activation_max; local
214 float activation_min, activation_max; local
    [all...]
kernel_util.cc 74 float* activation_max) {
77 *activation_max = std::numeric_limits<float>::max();
80 *activation_max = 6.f;
83 *activation_max = 1.f;
86 *activation_max = std::numeric_limits<float>::max();
kernel_util.h 88 float* activation_max);
  /frameworks/ml/nn/common/
OperationsUtils.cpp 161 float* activation_max) {
164 *activation_max = std::numeric_limits<float>::max();
167 *activation_max = 6.f;
170 *activation_max = 1.f;
173 *activation_max = std::numeric_limits<float>::max();
    [all...]
  /frameworks/ml/nn/common/include/
OperationsUtils.h 99 float* activation_max);
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 243 const auto activation_max = vdupq_n_f32(output_activation_max); local
263 x0 = vminq_f32(activation_max, x0);
264 x1 = vminq_f32(activation_max, x1);
265 x2 = vminq_f32(activation_max, x2);
266 x3 = vminq_f32(activation_max, x3);
277 x = vminq_f32(activation_max, x);
    [all...]

Completed in 356 milliseconds