Home
last modified time | relevance | path

Searched refs:fp_value (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
Ddump_context.cc602 uint128_struct fp_value = context_arm64->float_save.regs[freg_index]; in Print() local
604 freg_index, fp_value.high, fp_value.low); in Print()
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h280 const int64 fp_value = in RequantizeManyInNewRangeReference() local
282 const int64 offset_intermediate = fp_value - output_offset_fp; in RequantizeManyInNewRangeReference()
393 const int32 fp_value = in RequantizeManyInNewRangeNeon() local
397 const int32 offset_intermediate = fp_value - output_offset_fp; in RequantizeManyInNewRangeNeon()
724 auto fp_value = ((input_array.template cast<int64>() * range_scale_fp) variable
727 auto intermediate = fp_value.unaryExpr(int64_right_shift_op<fp_shift>());
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py1730 fp_value = _aggregate_variable(values['fp'], metrics_collections)
1735 return fp_value, update_ops['fp']