Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_trigonometric_to_approximation.cc49 SmallVector<Value, 2> f32_args; in matchAndRewrite() local
50 f32_args.reserve(raw_args.size()); in matchAndRewrite()
62 f32_args.push_back(arg); in matchAndRewrite()
65 Value result = emitApproximation(f32_args, loc, rewriter); in matchAndRewrite()