Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc616 RankedTensorType zero_type = RankedTensorType::get({}, element_dtype); in matchAndRewrite() local
617 Attribute zero_attr = rewriter.getZeroAttr(zero_type); in matchAndRewrite()
618 auto zero = rewriter.create<arith::ConstantOp>(loc, zero_type, zero_attr); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc466 ShapedType zero_type = in convertZerosLikeOp() local
468 Attribute zero_attr = rewriter.getZeroAttr(zero_type); in convertZerosLikeOp()
470 return CreateOpAndInfer<tosa::ConstOp>(rewriter, op->getLoc(), zero_type, in convertZerosLikeOp()