Searched refs:getUnquantizedBias (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_utils.h | 113 Value getUnquantizedBias(PatternRewriter& rewriter, Operation* op, Value input);
|
D | legalize_utils.cc | 403 Value getUnquantizedBias(PatternRewriter& rewriter, Operation* op, in getUnquantizedBias() function
|
D | legalize_tfl.cc | 1155 getUnquantizedBias(rewriter, op, tfl_conv2d_op.bias()); in matchAndRewrite() 1397 getUnquantizedBias(rewriter, op, tfl_conv2d_op.bias()); in matchAndRewrite() 1518 bias_val = getUnquantizedBias(rewriter, op, tfl_fc_op.bias()); in matchAndRewrite()
|