Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dconstant_utils.h30 stream_executor::port::StatusOr<ConstantOp> CreateConstOpWithSingleValue(
Dconstant_utils.cc27 stream_executor::port::StatusOr<ConstantOp> CreateConstOpWithSingleValue( in CreateConstOpWithSingleValue() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc872 CreateConstOpWithSingleValue(&rewriter, op->getLoc(), input_type, 1); in matchAndRewrite()
1378 auto minus_two = CreateConstOpWithSingleValue(&rewriter, rfft_op.getLoc(), in matchAndRewrite()
1406 auto zero = CreateConstOpWithSingleValue(&rewriter, rfft_op.getLoc(), in matchAndRewrite()