Home
last modified time | relevance | path

Searched refs:Mutate (Results 1 – 25 of 1328) sorted by relevance

12345678910>>...54

/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dir_mutator.cc40 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::IRTransformer
43 Expr Mutate(Expr expr) final { in Mutate() function in tvm::ir::IRTransformer
52 return IRMutator::Mutate(node); in MutateInternal()
58 node = IRMutator::Mutate(node); in MutateInternal()
81 .Mutate(ir_node); in IRTransform()
102 Expr new_min = m->Mutate(r->min); in MutateIterVarArr()
148 Expr min = this->Mutate(op->min); in Mutate_()
169 Stmt body = m->Mutate(op->body); in Mutate_()
242 Stmt body = m->Mutate(op->body); in Mutate_()
315 Expr v = this->Mutate(op->value); in Mutate_()
[all …]
H A Dvectorize_loop.cc103 using IRMutator::Mutate;
105 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::Vectorizer
108 Stmt ret = IRMutator::Mutate(stmt); in Mutate()
125 Expr a = this->Mutate(op->a); in Mutate_()
126 Expr b = this->Mutate(op->b); in Mutate_()
373 Stmt body = Mutate(op->body); in Mutate_()
433 body = Mutate(body); in Mutate_()
486 Expr a = this->Mutate(op->a); in BinaryVec()
487 Expr b = this->Mutate(op->b); in BinaryVec()
498 Expr a = this->Mutate(op->a); in AddSubVec()
[all …]
H A Dinject_virtual_thread.cc182 using IRMutator::Mutate;
192 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::VTInjector
194 stmt = IRMutator::Mutate(stmt); in Mutate()
280 Expr value = Mutate(op->value); in Mutate_()
288 Stmt body = Mutate(op->body); in Mutate_()
304 Stmt body = Mutate(op->body); in Mutate_()
315 Expr extent = Mutate(op->extent); in Mutate_()
322 Stmt body = Mutate(op->body); in Mutate_()
409 body = Mutate(op->body); in Mutate_()
412 body = Mutate(op->body); in Mutate_()
[all …]
H A Dsplit_pipeline.cc43 using IRMutator::Mutate;
44 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::MarkChannelAccess
45 Stmt ret = IRMutator::Mutate(stmt); in Mutate()
89 Stmt body = Mutate(op->body); in Mutate_()
163 using IRMutator::Mutate;
167 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::StageSplitter
169 Stmt ret = IRMutator::Mutate(stmt); in Mutate()
175 return Mutate(op->body); in Mutate_()
177 Stmt body = Mutate(op->body); in Mutate_()
187 Expr index = Mutate(op->index); in Mutate_()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dir_mutator.cc40 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::IRTransformer
43 Expr Mutate(Expr expr) final { in Mutate() function in tvm::ir::IRTransformer
52 return IRMutator::Mutate(node); in MutateInternal()
58 node = IRMutator::Mutate(node); in MutateInternal()
81 .Mutate(ir_node); in IRTransform()
102 Expr new_min = m->Mutate(r->min); in MutateIterVarArr()
148 Expr min = this->Mutate(op->min); in Mutate_()
169 Stmt body = m->Mutate(op->body); in Mutate_()
242 Stmt body = m->Mutate(op->body); in Mutate_()
315 Expr v = this->Mutate(op->value); in Mutate_()
[all …]
H A Dvectorize_loop.cc103 using IRMutator::Mutate;
105 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::Vectorizer
108 Stmt ret = IRMutator::Mutate(stmt); in Mutate()
125 Expr a = this->Mutate(op->a); in Mutate_()
126 Expr b = this->Mutate(op->b); in Mutate_()
373 Stmt body = Mutate(op->body); in Mutate_()
433 body = Mutate(body); in Mutate_()
486 Expr a = this->Mutate(op->a); in BinaryVec()
487 Expr b = this->Mutate(op->b); in BinaryVec()
498 Expr a = this->Mutate(op->a); in AddSubVec()
[all …]
H A Dinject_virtual_thread.cc182 using IRMutator::Mutate;
192 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::VTInjector
194 stmt = IRMutator::Mutate(stmt); in Mutate()
280 Expr value = Mutate(op->value); in Mutate_()
288 Stmt body = Mutate(op->body); in Mutate_()
304 Stmt body = Mutate(op->body); in Mutate_()
315 Expr extent = Mutate(op->extent); in Mutate_()
322 Stmt body = Mutate(op->body); in Mutate_()
409 body = Mutate(op->body); in Mutate_()
412 body = Mutate(op->body); in Mutate_()
[all …]
H A Dsplit_pipeline.cc43 using IRMutator::Mutate;
44 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::MarkChannelAccess
45 Stmt ret = IRMutator::Mutate(stmt); in Mutate()
89 Stmt body = Mutate(op->body); in Mutate_()
163 using IRMutator::Mutate;
167 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::ir::StageSplitter
169 Stmt ret = IRMutator::Mutate(stmt); in Mutate()
175 return Mutate(op->body); in Mutate_()
177 Stmt body = Mutate(op->body); in Mutate_()
187 Expr index = Mutate(op->index); in Mutate_()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/autodiff/
H A Djacobian.cc60 PrimExpr Mutate(PrimExpr e) { in Mutate() function in tvm::te::JacobianMutator
110 return expr * (Mutate(y) * log(x) + Mutate(x) * y / x); in VisitExpr_()
116 Array<PrimExpr> new_args = {op->args[0], Mutate(op->args[1]), Mutate(op->args[2])}; in VisitExpr_()
126 PrimExpr VisitExpr_(const AddNode* op) { return Add(Mutate(op->a), Mutate(op->b)); } in VisitExpr_()
128 PrimExpr VisitExpr_(const SubNode* op) { return Sub(Mutate(op->a), Mutate(op->b)); } in VisitExpr_()
131 return Add(Mul(Mutate(op->a), op->b), Mul(op->a, Mutate(op->b))); in VisitExpr_()
135 return Div(Sub(Mul(Mutate(op->a), op->b), Mul(op->a, Mutate(op->b))), Mul(op->b, op->b)); in VisitExpr_()
141 return FloorDiv(Sub(Mul(Mutate(op->a), op->b), Mul(op->a, Mutate(op->b))), Mul(op->b, op->b)); in VisitExpr_()
147 return Select(LE(op->a, op->b), Mutate(op->a), Mutate(op->b)); in VisitExpr_()
151 return Select(GE(op->a, op->b), Mutate(op->a), Mutate(op->b)); in VisitExpr_()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dir_mutator_with_analyzer.cc41 Expr value = this->Mutate(op->value); in Mutate_()
47 Stmt body = this->Mutate(op->body); in Mutate_()
62 then_case = this->Mutate(op->then_case); in Mutate_()
106 Stmt body = this->Mutate(op->body); in Mutate_()
121 Expr cond = Mutate(op->args[0]); in Mutate_()
125 true_value = Mutate(op->args[1]); in Mutate_()
130 false_value = Mutate(op->args[2]); in Mutate_()
153 Expr value = this->Mutate(op->value); in Mutate_()
159 Expr body = this->Mutate(op->body); in Mutate_()
170 Expr cond = Mutate(op->condition); in Mutate_()
[all …]
H A Dstmt_simplify.cc43 using Parent::Mutate;
46 Expr Mutate(Expr expr) final { in Mutate() function in tvm::arith::StmtSimplifier
51 return Mutate(stmt); in Simplify()
62 Expr value = this->Mutate(op->value); in Mutate_()
67 return Mutate(op->body); in Mutate_()
69 Stmt body = this->Mutate(op->body); in Mutate_()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dir_mutator_with_analyzer.cc41 Expr value = this->Mutate(op->value); in Mutate_()
47 Stmt body = this->Mutate(op->body); in Mutate_()
62 then_case = this->Mutate(op->then_case); in Mutate_()
106 Stmt body = this->Mutate(op->body); in Mutate_()
121 Expr cond = Mutate(op->args[0]); in Mutate_()
125 true_value = Mutate(op->args[1]); in Mutate_()
130 false_value = Mutate(op->args[2]); in Mutate_()
153 Expr value = this->Mutate(op->value); in Mutate_()
159 Expr body = this->Mutate(op->body); in Mutate_()
170 Expr cond = Mutate(op->condition); in Mutate_()
[all …]
H A Dstmt_simplify.cc43 using Parent::Mutate;
46 Expr Mutate(Expr expr) final { in Mutate() function in tvm::arith::StmtSimplifier
51 return Mutate(stmt); in Simplify()
62 Expr value = this->Mutate(op->value); in Mutate_()
67 return Mutate(op->body); in Mutate_()
69 Stmt body = this->Mutate(op->body); in Mutate_()
/dports/misc/tvm/incubator-tvm-0.6.1/src/schedule/
H A Dschedule_ops.cc83 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::schedule::InjectAttach
85 stmt = IRMutator::Mutate(stmt); in Mutate()
128 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::schedule::InjectScanStep
130 stmt = IRMutator::Mutate(stmt); in Mutate()
217 return this->Mutate(ret); in Mutate_()
259 return this->Mutate(ret); in Mutate_()
275 return this->Mutate(ret); in Mutate_()
290 return this->Mutate(ret); in Mutate_()
395 body = mu.Mutate(body); in ScheduleOps()
402 body = mu.Mutate(body); in ScheduleOps()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/schedule/
H A Dschedule_ops.cc83 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::schedule::InjectAttach
85 stmt = IRMutator::Mutate(stmt); in Mutate()
128 Stmt Mutate(Stmt stmt) final { in Mutate() function in tvm::schedule::InjectScanStep
130 stmt = IRMutator::Mutate(stmt); in Mutate()
217 return this->Mutate(ret); in Mutate_()
259 return this->Mutate(ret); in Mutate_()
275 return this->Mutate(ret); in Mutate_()
290 return this->Mutate(ret); in Mutate_()
395 body = mu.Mutate(body); in ScheduleOps()
402 body = mu.Mutate(body); in ScheduleOps()
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-json_types.adb150 procedure Mutate (Self : in out not null Shared_JSON_Array_Access) is subprogram
170 end Mutate; argument
176 procedure Mutate (Self : in out not null Shared_JSON_Object_Access) is subprogram
196 end Mutate; argument
202 procedure Mutate (Self : in out not null Shared_JSON_Value_Access) is subprogram
210 end Mutate;
216 procedure Mutate subprogram
225 end Mutate;
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dacl_events_test.go17 Mutate func(tx *txn) error
22 Mutate: func(tx *txn) error {
32 Mutate: func(tx *txn) error {
46 Mutate: func(tx *txn) error {
54 Mutate: newACLPolicyWithSingleToken,
61 Mutate: func(tx *txn) error {
71 Mutate: func(tx *txn) error {
79 Mutate: newACLRoleWithSingleToken,
86 Mutate: func(tx *txn) error {
100 Mutate: func(tx *txn) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dacl_events_test.go17 Mutate func(tx *txn) error
22 Mutate: func(tx *txn) error {
32 Mutate: func(tx *txn) error {
46 Mutate: func(tx *txn) error {
54 Mutate: newACLPolicyWithSingleToken,
61 Mutate: func(tx *txn) error {
71 Mutate: func(tx *txn) error {
79 Mutate: newACLRoleWithSingleToken,
86 Mutate: func(tx *txn) error {
100 Mutate: func(tx *txn) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dacl_events_test.go17 Mutate func(tx *txn) error
22 Mutate: func(tx *txn) error {
32 Mutate: func(tx *txn) error {
46 Mutate: func(tx *txn) error {
54 Mutate: newACLPolicyWithSingleToken,
61 Mutate: func(tx *txn) error {
71 Mutate: func(tx *txn) error {
79 Mutate: newACLRoleWithSingleToken,
86 Mutate: func(tx *txn) error {
100 Mutate: func(tx *txn) error {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DSortedInt32KeyNode.cs261 return right.Mutate(left: tree.Mutate(right: right._left)); in RotateLeft()
280 return left.Mutate(right: tree.Mutate(left: left._right)); in RotateRight()
298 … SortedInt32KeyNode<TValue> rotatedRightChild = tree.Mutate(right: RotateRight(tree._right)); in DoubleLeft()
317 SortedInt32KeyNode<TValue> rotatedLeftChild = tree.Mutate(left: RotateLeft(tree._left)); in DoubleRight()
414 result = this.Mutate(right: newRight); in SetOrAdd()
422 result = this.Mutate(left: newLeft); in SetOrAdd()
496 result = successor.Mutate(left: _left, right: newRight); in RemoveRecursive()
504 result = this.Mutate(left: newLeft); in RemoveRecursive()
512 result = this.Mutate(right: newRight); in RemoveRecursive()
528 …private SortedInt32KeyNode<TValue> Mutate(SortedInt32KeyNode<TValue> left = null, SortedInt32KeyNo… in Mutate() method in System.Collections.Immutable.SortedInt32KeyNode
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libprotobuf-mutator/src/src/
H A Dmutator_test.cc394 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
400 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
421 mutator.Mutate(m1_.get(), 1000); in TEST_P()
428 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
429 EXPECT_TRUE(Mutate(*m2_, *m1_)); in TEST_P()
444 EXPECT_TRUE(Mutate(from, to)); in TestCopyField()
449 EXPECT_TRUE(Mutate(from, to)); in TestCopyField()
567 mutator.Mutate(&m, 1000); in TYPED_TEST()
648 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
654 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libprotobuf-mutator/src/src/
H A Dmutator_test.cc407 mutator.Mutate(message.get(), 1500); in Mutate()
499 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
519 mutator.Mutate(m1_.get(), 1000); in TEST_P()
526 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
599 mutator.Mutate(&m, 1000); in TYPED_TEST()
647 mutator.Mutate(&message, 1000); in TYPED_TEST()
667 mutator.Mutate(&message, 1000); in TYPED_TEST()
718 mutator.Mutate(&message, 1000); in TYPED_TEST()
749 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
755 EXPECT_TRUE(Mutate(*m1_, *m2_)); in TEST_P()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dexpr_functor.cc73 auto new_field = this->Mutate(field); in VisitExpr_()
104 auto body = this->Mutate(op->body); in VisitExpr_()
129 auto new_arg = this->Mutate(arg); in VisitExpr_()
143 auto value = this->Mutate(op->value); in VisitExpr_()
144 auto body = this->Mutate(op->body); in VisitExpr_()
156 auto guard = this->Mutate(op->cond); in VisitExpr_()
169 auto t = this->Mutate(g->tuple); in VisitExpr_()
178 Expr value = this->Mutate(op->value); in VisitExpr_()
187 Expr ref = this->Mutate(op->ref); in VisitExpr_()
196 Expr ref = this->Mutate(op->ref); in VisitExpr_()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dexpr_functor.cc73 auto new_field = this->Mutate(field); in VisitExpr_()
104 auto body = this->Mutate(op->body); in VisitExpr_()
129 auto new_arg = this->Mutate(arg); in VisitExpr_()
143 auto value = this->Mutate(op->value); in VisitExpr_()
144 auto body = this->Mutate(op->body); in VisitExpr_()
156 auto guard = this->Mutate(op->cond); in VisitExpr_()
169 auto t = this->Mutate(g->tuple); in VisitExpr_()
178 Expr value = this->Mutate(op->value); in VisitExpr_()
187 Expr ref = this->Mutate(op->ref); in VisitExpr_()
196 Expr ref = this->Mutate(op->ref); in VisitExpr_()
[all …]
/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Ddescriptors.h64 void Mutate();
72 void Mutate();
80 void Mutate();
96 void Mutate();
109 void Mutate();

12345678910>>...54