Home
last modified time | relevance | path

Searched defs:new_args (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/quantize/
H A D_annotate.py97 def default_rewrite(ref_call, new_args, ctx): argument
105 def frewrite_with_guard(ref_call, new_args, ctx): argument
148 def conv2d_nchwc_rewrite(ref_call, new_args, ctx): argument
157 def conv2d_rewrite(ref_call, new_args, ctx): argument
179 def dense_rewrite(ref_call, new_args, ctx): argument
204 def multiply_rewrite(ref_call, new_args, ctx): argument
230 def add_rewrite(ref_call, new_args, ctx): argument
274 def identity_rewrite(ref_call, new_args, ctx): argument
294 def pool2d_rewrite(ref_call, new_args, ctx): argument
314 def cast_hint_rewrite(ref_call, new_args, ctx): argument
[all …]
H A D_partition.py43 def conv2d_partition_function(ref_call, new_args, ctx): argument
55 def identity_partition_function(ref_call, new_args, ctx): argument
67 def add_partition_generic(ref_call, new_args, ctx): argument
126 def mul_partition_generic(ref_call, new_args, ctx): argument
145 def add_partition_function(ref_call, new_args, ctx): argument
155 def multiply_partition_function(ref_call, new_args, ctx): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/quantize/
H A D_annotate.py101 def default_rewrite(ref_call, new_args, ctx): argument
108 def frewrite_with_guard(ref_call, new_args, ctx): argument
151 def conv2d_nchwc_rewrite(ref_call, new_args, ctx): argument
158 def conv2d_rewrite(ref_call, new_args, ctx): argument
181 def dense_rewrite(ref_call, new_args, ctx): argument
202 def multiply_rewrite(ref_call, new_args, ctx): argument
228 def add_rewrite(ref_call, new_args, ctx): argument
271 def identity_rewrite(ref_call, new_args, ctx): argument
291 def pool2d_rewrite(ref_call, new_args, ctx): argument
311 def cast_hint_rewrite(ref_call, new_args, ctx): argument
[all …]
H A D_partition.py49 def conv2d_partition_function(ref_call, new_args, ctx): argument
61 def identity_partition_function(ref_call, new_args, ctx): argument
72 def add_partition_generic(ref_call, new_args, ctx): argument
134 def add_partition_function(ref_call, new_args, ctx): argument
144 def multiply_partition_function(ref_call, new_args, ctx): argument
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/quantize/
H A D_annotate.py101 def default_rewrite(ref_call, new_args, ctx): argument
108 def frewrite_with_guard(ref_call, new_args, ctx): argument
151 def conv2d_nchwc_rewrite(ref_call, new_args, ctx): argument
158 def conv2d_rewrite(ref_call, new_args, ctx): argument
181 def dense_rewrite(ref_call, new_args, ctx): argument
202 def multiply_rewrite(ref_call, new_args, ctx): argument
228 def add_rewrite(ref_call, new_args, ctx): argument
271 def identity_rewrite(ref_call, new_args, ctx): argument
291 def pool2d_rewrite(ref_call, new_args, ctx): argument
311 def cast_hint_rewrite(ref_call, new_args, ctx): argument
[all …]
H A D_partition.py49 def conv2d_partition_function(ref_call, new_args, ctx): argument
61 def identity_partition_function(ref_call, new_args, ctx): argument
72 def add_partition_generic(ref_call, new_args, ctx): argument
134 def add_partition_function(ref_call, new_args, ctx): argument
144 def multiply_partition_function(ref_call, new_args, ctx): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Dnext_instance_of.rb4 def expect_next_instance_of(klass, *new_args, &blk)
8 def expect_next_instances_of(klass, number, ordered = false, *new_args, &blk)
12 def allow_next_instance_of(klass, *new_args, &blk)
16 def allow_next_instances_of(klass, number, ordered = false, *new_args, &blk)
22 def stub_new(target, number, ordered = false, *new_args, &blk)
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/client/secure/
H A Dsecure_channel_create.cc47 grpc_channel_args* new_args = GetSecureNamingChannelArgs(args); in CreateSubchannel() local
115 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in GetSecureNamingChannelArgs() local
141 grpc_channel_args* new_args = in CreateChannel() local
188 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_secure_channel_create() local
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/client/secure/
H A Dsecure_channel_create.cc45 grpc_channel_args* new_args = GetSecureNamingChannelArgs(args); in CreateSubchannel() local
94 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in GetSecureNamingChannelArgs() local
120 grpc_channel_args* new_args = in CreateChannel() local
169 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_secure_channel_create() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/client_channel/
H A Dproxy_mapper_registry.cc55 grpc_channel_args** new_args) { in grpc_proxy_mapper_list_map_name()
68 grpc_channel_args** new_args) { in grpc_proxy_mapper_list_map_address()
112 grpc_channel_args** new_args) { in grpc_proxy_mappers_map_name()
119 grpc_channel_args** new_args) { in grpc_proxy_mappers_map_address()
H A Dproxy_mapper.cc32 grpc_channel_args** new_args) { in grpc_proxy_mapper_map_name()
41 grpc_channel_args** new_args) { in grpc_proxy_mapper_map_address()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/server/
H A Dchttp2_server.cc45 #include "src/core/lib/config/core_configuration.h" in CreateSubchannel()
95 explicit ConfigFetcherWatcher(RefCountedPtr<Chttp2ServerListener> listener) in CreateSubchannel()
120 void Orphan() override; in CreateSubchannel()
169 OrphanablePtr<HandshakingState> handshaking_state_ ABSL_GUARDED_BY(&mu_); in CreateSubchannel()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/client/secure/
H A Dsecure_channel_create.cc46 grpc_channel_args* new_args = GetSecureNamingChannelArgs(args); in CreateSubchannel() local
95 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in GetSecureNamingChannelArgs() local
121 grpc_channel_args* new_args = in CreateChannel() local
172 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_secure_channel_create() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/client/insecure/
H A Dchannel_create.cc41 grpc_channel_args* new_args = in CreateSubchannel() local
62 grpc_channel_args* new_args = in CreateChannel() local
99 grpc_channel_args* new_args = grpc_channel_args_copy_and_add(args, &arg, 1); in grpc_insecure_channel_create() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/client/secure/
H A Dsecure_channel_create.cc48 grpc_channel_args* new_args = GetSecureNamingChannelArgs(args); in CreateSubchannel() local
73 grpc_channel_args* new_args = in CreateChannel() local
160 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in GetSecureNamingChannelArgs() local
208 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in grpc_secure_channel_create() local
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/client/insecure/
H A Dchannel_create.cc41 grpc_channel_args* new_args = in CreateSubchannel() local
63 grpc_channel_args* new_args = in CreateChannel() local
102 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_insecure_channel_create() local
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/client/insecure/
H A Dchannel_create.cc41 grpc_channel_args* new_args = in CreateSubchannel() local
63 grpc_channel_args* new_args = in CreateChannel() local
102 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_insecure_channel_create() local
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/client/secure/
H A Dsecure_channel_create.cc48 grpc_channel_args* new_args = GetSecureNamingChannelArgs(args); in CreateSubchannel() local
140 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in GetSecureNamingChannelArgs() local
166 grpc_channel_args* new_args = in CreateChannel() local
213 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_secure_channel_create() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/quantize/
H A Drealize.cc121 const Array<Expr>& new_args, in QuantizeRealize()
197 const Array<Expr>& new_args, in Conv2dRealize()
233 const Array<Expr>& new_args, in DenseRealize()
267 const Array<Expr>& new_args, in MulRealize()
365 const Array<Expr>& new_args, in AddRealize()
384 const Array<Expr>& new_args, in ClipRealize()
407 const Array<Expr>& new_args, in ConcatenateRealize()
439 const Array<Expr>& new_args, in IdentityRealize()
461 const Array<Expr>& new_args, in CastDtypeInputRealize()
479 const Array<Expr>& new_args, in AvgPoolRealize()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/security/
H A Dgrpc_tls_credentials_options_test.cc78 grpc_channel_args* new_args = nullptr; in TEST_F() local
100 grpc_channel_args* new_args = nullptr; in TEST_F() local
122 grpc_channel_args* new_args = nullptr; in TEST_F() local
144 grpc_channel_args* new_args = nullptr; in TEST_F() local
164 grpc_channel_args* new_args = nullptr; in TEST_F() local
243 grpc_channel_args* new_args = nullptr; in TEST_F() local
265 grpc_channel_args* new_args = nullptr; in TEST_F() local
287 grpc_channel_args* new_args = nullptr; in TEST_F() local
307 grpc_channel_args* new_args = nullptr; in TEST_F() local
410 grpc_channel_args* new_args = nullptr; in TEST_F() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/quantize/
H A Drealize.cc128 Expr QuantizeRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in QuantizeRealize()
206 Expr Conv2dRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in Conv2dRealize()
237 Expr DenseRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in DenseRealize()
266 Expr MulRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in MulRealize()
359 Expr AddRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in AddRealize()
375 Expr ClipRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in ClipRealize()
393 Expr ConcatenateRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in ConcatenateRealize()
421 Expr IdentityRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in IdentityRealize()
442 Expr CastDtypeInputRealize(const Call& ref_call, const Array<Expr>& new_args, in CastDtypeInputRealize()
458 Expr AvgPoolRealize(const Call& ref_call, const Array<Expr>& new_args, const ObjectRef& ctx) { in AvgPoolRealize()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/quantize/
H A Drealize.cc121 const Array<Expr>& new_args, in QuantizeRealize()
197 const Array<Expr>& new_args, in Conv2dRealize()
233 const Array<Expr>& new_args, in DenseRealize()
267 const Array<Expr>& new_args, in MulRealize()
365 const Array<Expr>& new_args, in AddRealize()
384 const Array<Expr>& new_args, in ClipRealize()
407 const Array<Expr>& new_args, in ConcatenateRealize()
439 const Array<Expr>& new_args, in IdentityRealize()
461 const Array<Expr>& new_args, in CastDtypeInputRealize()
479 const Array<Expr>& new_args, in AvgPoolRealize()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/icpfind/
H A DCPDetectorConfig.h74 void SetArgs(wxString new_args) { args=new_args; }; in SetArgs()
78 void SetArgsCleanup(wxString new_args) { args_cleanup=new_args; }; in SetArgsCleanup()
86 void SetArgsMatcher(wxString new_args) { args_matcher=new_args; }; in SetArgsMatcher()
94 void SetArgsStack(wxString new_args) { args_stack=new_args; }; in SetArgsStack()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/
H A Dproxy_mapper_registry.cc66 grpc_channel_args** new_args) { in MapName()
79 grpc_channel_args** new_args) { in MapAddress()
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/
H A Dproxy_mapper_registry.cc66 grpc_channel_args** new_args) { in MapName()
79 grpc_channel_args** new_args) { in MapAddress()

12345678910>>...38