Searched refs:zero_const (Results 1 – 4 of 4) sorted by relevance
28 int zero_const() const { return 1; } in zero_const() function59 &Foo::zero_const)))>::value), in main()
29 int zero_const() const { return 1; } in zero_const() function60 &Foo::zero_const)))>::value), in main()
2376 auto zero_const = rewriter.create<TF::ConstOp>(op.getLoc(), zero_attr); in matchAndRewrite() local2378 op, result_type, op.getOperand(), zero_const, false); in matchAndRewrite()
389 %zero_const = tosa.CONST({0}) : () -> tensor<{1}, float>397 …%zero_reshape = tosa.RESHAPE(%zero_const) {new_shape=bcast_shape} : (tensor<%zero_const.type>) -> …