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.py328 offset_value = (-mean_value * scale_value) + beta_value
351 offset_value, mean_value.dtype.type, offset_value.shape)))
/external/libxaac/decoder/
Dixheaacd_drc_freq_dec.c880 WORD32 drc_fac, div_val, mod_val, ret_val, offset_value; in ixheaacd_drc_apply() local
998 offset_value = 1; in ixheaacd_drc_apply()
1001 offset_value = 0; in ixheaacd_drc_apply()
1035 ixheaacd_drc_offset[offset_value] in ixheaacd_drc_apply()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp916 src_reg offset_value, in emit_texture() argument
931 case ir_tg4: opcode = offset_value.file != BAD_FILE in emit_texture()
999 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
1075 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { in emit_texture()
1082 offset_value)); in emit_texture()
Dbrw_vec4.h273 src_reg offset_value,
Dbrw_vec4_nir.cpp2059 src_reg offset_value; in nir_emit_texture() local
2138 offset_value = in nir_emit_texture()
2216 constant_offset, offset_value, mcs, in nir_emit_texture()