Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc599 auto new_bias = rewriter.create<TF::MulOp>(loc, bias, gamma); in matchAndRewrite() local
600 fc_op.getOperation()->replaceUsesOfWith(bias, new_bias); in matchAndRewrite()
693 auto new_bias = DenseFPElementsAttr::get(new_bias_type, new_bias_values); in matchAndRewrite() local
695 rewriter.create<ConstOp>(fc_op.getLoc(), new_bias_type, new_bias); in matchAndRewrite()