Home
last modified time | relevance | path

Searched refs:op_ref (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/composer/operations/
H A Ddelete.py63 '[%s] in [%s]' % (op_ref.operationsId, op_ref.locationsId)
64 for op_ref in op_refs
71 for op_ref in op_refs:
73 operations_api_util.Delete(op_ref, release_track=self.ReleaseTrack())
81 op_ref.RelativeName(), kind='operation', failed=failed)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/metastore/operations/
H A Ddelete.py66 '[%s] in [%s]' % (op_ref.operationsId, op_ref.locationsId)
67 for op_ref in op_refs
74 for op_ref in op_refs:
77 op_ref.RelativeName(), release_track=self.ReleaseTrack())
85 op_ref.RelativeName(), kind='operation', failed=failed)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/data_fusion/operations/
H A Ddelete.py45 op_ref = args.CONCEPTS.operation.Parse()
48 message="'{0}' will be deleted".format(op_ref.Name()),
54 name=op_ref.RelativeName())
58 log.DeletedResource(op_ref.RelativeName(), kind='operation')
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/operations/
H A Dcancel.py62 op_ref = adapter.ParseOperation(args.operation_id, location)
64 op = adapter.GetOperation(op_ref)
75 adapter.CancelOperation(op_ref)
78 return adapter.GetOperation(op_ref)
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dgradient.cc142 Op op_ref = GetRef<Op>(op); in VisitExpr_() local
143 CHECK(rev_map.count(op_ref)) in VisitExpr_()
153 auto orig = CallNode::make(op_ref, call_args, attrs, type_args); in VisitExpr_()
157 tvm::Array<Expr> rev = rev_map[op_ref](orig, ret->reverse); in VisitExpr_()
405 Op op_ref = GetRef<Op>(op_node); in VisitCheckpoint() local
433 Op op_ref = GetRef<Op>(op_node); in VisitExpr_() local
435 if (op_ref->name == "annotation.checkpoint") { in VisitExpr_()
439 CHECK(rev_map.count(op_ref)) in VisitExpr_()
508 Op op_ref = GetRef<Op>(op); in MissingGrad() local
509 if (op_ref->name != "annotation.checkpoint" && !rev_map.count(op_ref)) { in MissingGrad()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dgradient.cc142 Op op_ref = GetRef<Op>(op); in VisitExpr_() local
143 CHECK(rev_map.count(op_ref)) in VisitExpr_()
153 auto orig = CallNode::make(op_ref, call_args, attrs, type_args); in VisitExpr_()
157 tvm::Array<Expr> rev = rev_map[op_ref](orig, ret->reverse); in VisitExpr_()
405 Op op_ref = GetRef<Op>(op_node); in VisitCheckpoint() local
433 Op op_ref = GetRef<Op>(op_node); in VisitExpr_() local
435 if (op_ref->name == "annotation.checkpoint") { in VisitExpr_()
439 CHECK(rev_map.count(op_ref)) in VisitExpr_()
508 Op op_ref = GetRef<Op>(op); in MissingGrad() local
509 if (op_ref->name != "annotation.checkpoint" && !rev_map.count(op_ref)) { in MissingGrad()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/clusters/
H A Dupdate.py407 op_ref = adapter.SetMasterAuth(cluster_ref, options)
470 op_ref = adapter.StartIpRotation(
499 op_ref = adapter.CompleteIpRotation(cluster_ref)
526 op_ref = adapter.SetRecurringMaintenanceWindow(
540 op_ref = adapter.AddMaintenanceExclusion(
549 op_ref = adapter.RemoveMaintenanceExclusion(
556 op_ref = adapter.ModifyCrossConnectSubnetworks(
564 op_ref = adapter.ModifyCrossConnectSubnetworks(
573 op_ref = adapter.ModifyCrossConnectSubnetworks(
581 op_ref = adapter.SetLegacyAuthorization(
[all …]
H A Dresize.py100 op_ref = adapter.ResizeNodePool(cluster_ref, pool_name, args.num_nodes)
103 adapter.WaitForOperation(op_ref,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/node_pools/
H A Drollback.py86 op_ref = adapter.RollbackUpgrade(pool_ref)
90 op_ref,
98 return op_ref
H A Ddelete.py100 op_ref = adapter.DeleteNodePool(pool_ref)
103 op_ref,
110 return op_ref
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/ai/indexes/
H A Dcreate.py61 op_ref = indexes_util.ParseIndexOperation(operation.name)
62 index_id = op_ref.AsDict()['indexesId']
67 id=op_ref.Name(),
H A Dupdate.py62 op_ref = indexes_util.ParseIndexOperation(operation.name)
67 id=op_ref.Name(),
76 op_ref=indexes_util.ParseIndexOperation(operation.name),
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/
H A Dgradient.cc185 Op op_ref = GetRef<Op>(op); in VisitExpr_() local
186 CHECK(rev_map.count(op_ref)) << op->name << " does not have reverse mode defined"; in VisitExpr_()
194 auto orig = Call(op_ref, call_args, attrs, type_args); in VisitExpr_()
197 backprop_actions.push_back([this, args, orig, ret, op_ref](LetList* ll) { in VisitExpr_()
198 tvm::Array<Expr> rev = rev_map[op_ref](orig, ret->reverse); in VisitExpr_()
491 Op op_ref = GetRef<Op>(op_node); in VisitCheckpoint() local
515 Op op_ref = GetRef<Op>(op_node); in VisitExpr_() local
517 if (op_ref->name == "annotation.checkpoint") { in VisitExpr_()
627 Op op_ref = GetRef<Op>(op); in MissingGrad() local
628 if (op_ref->name != "annotation.checkpoint" && !rev_map.count(op_ref)) { in MissingGrad()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-unop.cc69 octave_lvalue op_ref = m_op->lvalue (tw); in evaluate() local
74 op_ref.do_unary_op (m_etype); in evaluate()
76 val = op_ref.value (); in evaluate()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ai/
H A Doperations_util.py24 def WaitForOpMaybe(operations_client, op, op_ref, asynchronous=False, argument
54 op, op_ref, message=message).response
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dop_ref.stderr2 --> $DIR/op_ref.rs:11:15
14 --> $DIR/op_ref.rs:56:13
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/bigtable/instances/
H A Dupgrade.py64 op_ref = resources.REGISTRY.ParseRelativeName(
67 result = util.AwaitInstance(op_ref, message)
/dports/science/libcint/libcint-5.1.0/testsuite/
H A Dtest_cint.py208 op_ref = (ctypes.c_double * (20000 * dim))()
223 intor_ref(op_ref, shls_ref, c_atm, natm, c_bas, nbas, c_env)
225 - cdouble_to_cmplx(op_ref[:di*dj*dim*2]).reshape(di,dj,dim))
230 "/", op_ref[maxi*2]+op_ref[maxi*2+1]*1j)
384 op_ref = (ctypes.c_double * (2000000 * dim))()
407 intor_ref(op_ref, shls_ref, c_atm, natm, c_bas, nbas, c_env, opt)
409 … - cdouble_to_cmplx(op_ref[:di*dj*dk*dl*dim*2]).reshape(di,dj,dk,dl,dim))
414 "/", op_ref[maxi*2]+op_ref[maxi*2+1]*1j)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/client/
H A Dhsclient.cpp41 const string_ref op_ref(op.data(), op.size()); in hstcpcli_main() local
44 cli->request_buf_exec_generic(0, op_ref, num_keys == 0 ? 0 : &keyrefs[0], in hstcpcli_main()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/client/
H A Dhsclient.cpp41 const string_ref op_ref(op.data(), op.size()); in hstcpcli_main() local
44 cli->request_buf_exec_generic(0, op_ref, num_keys == 0 ? 0 : &keyrefs[0], in hstcpcli_main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/client/
H A Dhsclient.cpp41 const string_ref op_ref(op.data(), op.size()); in hstcpcli_main() local
44 cli->request_buf_exec_generic(0, op_ref, num_keys == 0 ? 0 : &keyrefs[0], in hstcpcli_main()
/dports/lang/fpc/fpc-3.2.2/compiler/i8086/
H A Dn8086cal.pas123 current_asmdata.CurrAsmList.concat(taicpu.op_ref(A_CALL,S_FAR,ref))
125 current_asmdata.CurrAsmList.concat(taicpu.op_ref(A_CALL,S_NO,ref));
/dports/lang/fpc/fpc-3.2.2/compiler/x86_64/
H A Dhlcgcpu.pas96 list.concat(taicpu.op_ref(A_JMP,S_Q,href));
109 list.concat(taicpu.op_ref(A_JMP,S_NO,r));
/dports/lang/fpc-source/fpc-3.2.2/compiler/i8086/
H A Dn8086cal.pas123 current_asmdata.CurrAsmList.concat(taicpu.op_ref(A_CALL,S_FAR,ref))
125 current_asmdata.CurrAsmList.concat(taicpu.op_ref(A_CALL,S_NO,ref));
/dports/lang/fpc-source/fpc-3.2.2/compiler/x86_64/
H A Dhlcgcpu.pas96 list.concat(taicpu.op_ref(A_JMP,S_Q,href));
109 list.concat(taicpu.op_ref(A_JMP,S_NO,r));

12345678910>>...12