Home
last modified time | relevance | path

Searched defs:new_bias (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc692 auto new_bias = rewriter.create<TFL::FullyConnectedOp>( in matchAndRewrite() local
988 auto new_bias = rewriter.create<TF::MulOp>(loc, bias, gamma); in matchAndRewrite() local
1089 auto new_bias = DenseFPElementsAttr::get(new_bias_type, new_bias_values); in matchAndRewrite() local
/aosp_15_r20/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c143 enum MagUpdate new_bias = NO_UPDATE; in magCalUpdate() local