Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.h113 Value getUnquantizedBias(PatternRewriter& rewriter, Operation* op, Value input);
Dlegalize_utils.cc403 Value getUnquantizedBias(PatternRewriter& rewriter, Operation* op, in getUnquantizedBias() function
Dlegalize_tfl.cc1155 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()