Home
last modified time | relevance | path

Searched refs:offset_value (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_batch_norm_op.cc137 const float offset_value = (-mean_value * scale_value) + beta_value; in FixedPointBatchNorm() local
141 FloatToQuantized<T2>(offset_value, *output_min, *output_max); in FixedPointBatchNorm()
153 const T2 offset_value = offset_flat(channel); in FixedPointBatchNorm() local
155 ((input_value * scale_value) / one_in_output_space) + offset_value; in FixedPointBatchNorm()
/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_lib.py324 offset_value = (-mean_value * scale_value) + beta_value
347 offset_value, mean_value.dtype.type, offset_value.shape)))
/external/libxaac/decoder/
Dixheaacd_drc_freq_dec.c876 WORD32 drc_fac, div_val, mod_val, ret_val, offset_value; in ixheaacd_drc_apply() local
994 offset_value = 1; in ixheaacd_drc_apply()
997 offset_value = 0; in ixheaacd_drc_apply()
1031 ixheaacd_drc_offset[offset_value] in ixheaacd_drc_apply()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp911 src_reg offset_value, in emit_texture() argument
938 case ir_tg4: opcode = offset_value.file != BAD_FILE in emit_texture()
1006 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
1082 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { in emit_texture()
1089 offset_value)); in emit_texture()
Dbrw_vec4.h273 src_reg offset_value,
Dbrw_vec4_nir.cpp2168 src_reg offset_value; in nir_emit_texture() local
2247 offset_value = in nir_emit_texture()
2325 constant_offset, offset_value, mcs, in nir_emit_texture()