Home
last modified time | relevance | path

Searched refs:outs (Results 1 – 25 of 6802) sorted by relevance

12345678910>>...273

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/generic/
H A Dnn.py23 def schedule_conv1d_ncw(outs): argument
40 def schedule_conv1d_nwc(outs): argument
57 def schedule_conv2d_hwcn(outs): argument
74 def schedule_conv2d_nchw(outs): argument
178 output = outs[0]
226 output = outs[0]
514 def schedule_reduce(outs): argument
531 def schedule_softmax(outs): argument
548 def schedule_dense(outs): argument
631 def schedule_bitpack(outs): argument
[all …]
/dports/sysutils/uschedule/admin/uschedule-0.7.1/src/
H A Dprint_job.c60 outs("*"); in print_schedule()
61 outs("-"); in print_schedule()
70 if (si.W & 2) {outs(se); outs("Mon");se=",";} in print_schedule()
71 if (si.W & 4) {outs(se); outs("Tue");se=",";} in print_schedule()
72 if (si.W & 8) {outs(se); outs("Wed");se=",";} in print_schedule()
73 if (si.W & 16) {outs(se); outs("Thu");se=",";} in print_schedule()
74 if (si.W & 32) {outs(se); outs("Fri");se=",";} in print_schedule()
75 if (si.W & 64) {outs(se); outs("Sat");se=",";} in print_schedule()
86 outs("\n"); in print_job()
90 outs("\n"); in print_job()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/generic/
H A Dnn.py26 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
31 x = outs[0]
38 def schedule_conv2d_hwcn(outs): argument
56 def schedule_conv2d_nchw(outs): argument
92 def schedule_conv2d_nhwc(outs): argument
165 output = outs[0]
387 def schedule_reduce(outs): argument
405 def schedule_softmax(outs): argument
423 def schedule_dense(outs): argument
511 def schedule_bitpack(outs): argument
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/generic/
H A Dnn.py26 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
31 x = outs[0]
38 def schedule_conv2d_hwcn(outs): argument
56 def schedule_conv2d_nchw(outs): argument
92 def schedule_conv2d_nhwc(outs): argument
165 output = outs[0]
387 def schedule_reduce(outs): argument
405 def schedule_softmax(outs): argument
423 def schedule_dense(outs): argument
511 def schedule_bitpack(outs): argument
[all …]
/dports/sysutils/socklog/admin/socklog-2.1.0/src/
H A Dsocklog-conf.c93 outs(s); outs("\n"); in mkfile()
153 outs("exec chpst -U"); outs(user); outs(" socklog unix /dev/log\n"); in conf_unix()
155 outs("exec chpst -U"); outs(user); outs(" socklog sun_stream /dev/log"); in conf_unix()
160 outs("\n"); in conf_unix()
198 outs("exec chpst -U"); outs(user); outs(" socklog inet 0 514\n"); in conf_inet()
228 outs(user); in conf_ucspi_tcp()
256 outs("exec <"); outs(_PATH_KLOG); outs("\n"); in conf_klog()
259 outs(user); in conf_klog()
287 outs("PIPE="); outs(path); outs("\n\n"); in conf_notify()
289 outs(user); outs(":"); outs(loguser); in conf_notify()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/hls/
H A Dnn.py26 outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
50 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
204 outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
250 outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
254 softmax = outs[0]
298 outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
322 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
341 outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
365 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
384 outs = [outs] if isinstance(outs, te.tensor.Tensor) else outs
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/hls/
H A Dnn.py26 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
50 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
212 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
259 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
263 softmax = outs[0]
304 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
328 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
348 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
372 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
392 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/hls/
H A Dnn.py26 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
50 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
212 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
259 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
263 softmax = outs[0]
304 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
328 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
348 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
372 px, x = s[outs[0]].split(outs[0].op.axis[0], nparts=1)
392 outs = [outs] if isinstance(outs, tvm.tensor.Tensor) else outs
[all …]
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DClangDelta.cpp36 llvm::outs() << "\n"; in PrintHelpMessage()
37 llvm::outs() << "Usage: \n"; in PrintHelpMessage()
38 llvm::outs() << " clang_delta "; in PrintHelpMessage()
40 llvm::outs() << "--counter=<number> "; in PrintHelpMessage()
46 llvm::outs() << " --help: "; in PrintHelpMessage()
47 llvm::outs() << "print this message\n"; in PrintHelpMessage()
48 llvm::outs() << " --version: "; in PrintHelpMessage()
53 llvm::outs() << "transformations\n"; in PrintHelpMessage()
63 llvm::outs() << "transformation\n"; in PrintHelpMessage()
90 llvm::outs() << "\n"; in PrintHelpMessage()
[all …]
/dports/mail/qmail-conf/qmail-conf-0.60/
H A Dtcpserver_run.c7 outs("exec 2>&1 \\\n"); in tcpserver_run()
8 outs("envdir ./env \\\n"); in tcpserver_run()
9 outs("sh -c '\n"); in tcpserver_run()
12 outs(" exec \\\n"); in tcpserver_run()
14 outs(" envuidgid "); outs(user); outs(" \\\n"); in tcpserver_run()
17 outs(" "); outs(auto_ucspi_tcp); outs("/bin/tcpserver \\\n"); in tcpserver_run()
18 outs("\t-vD"); if (user) outs("U"); outs("\"$H$R\" \\\n"); in tcpserver_run()
19 outs("\t${LOCALNAME+\"-l$LOCALNAME\"} \\\n"); in tcpserver_run()
20 outs("\t${BACKLOG+\"-b$BACKLOG\"} \\\n"); in tcpserver_run()
22 outs("\t-xtcp.cdb \\\n"); in tcpserver_run()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objdump/
H A DMachODump.cpp618 outs() << "\n"; in PrintIndirectSymbolTable()
627 outs() << "\n"; in PrintIndirectSymbolTable()
659 outs() << "\n"; in PrintIndirectSymbolTable()
4199 outs() << "\n"; in print_layout_map()
4390 outs() << "\n"; in print_method_list()
4681 outs() << "\n"; in print_method_description_list()
4749 outs() << "\n"; in print_protocol()
4775 outs() << "\n"; in print_protocol()
4810 outs() << "\n"; in print_protocol_list()
5170 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp618 outs() << "\n"; in PrintIndirectSymbolTable()
627 outs() << "\n"; in PrintIndirectSymbolTable()
659 outs() << "\n"; in PrintIndirectSymbolTable()
4199 outs() << "\n"; in print_layout_map()
4390 outs() << "\n"; in print_method_list()
4681 outs() << "\n"; in print_method_description_list()
4749 outs() << "\n"; in print_protocol()
4775 outs() << "\n"; in print_protocol()
4810 outs() << "\n"; in print_protocol_list()
5170 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp618 outs() << "\n"; in PrintIndirectSymbolTable()
627 outs() << "\n"; in PrintIndirectSymbolTable()
659 outs() << "\n"; in PrintIndirectSymbolTable()
4199 outs() << "\n"; in print_layout_map()
4390 outs() << "\n"; in print_method_list()
4681 outs() << "\n"; in print_method_description_list()
4749 outs() << "\n"; in print_protocol()
4775 outs() << "\n"; in print_protocol()
4810 outs() << "\n"; in print_protocol_list()
5170 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp618 outs() << "\n"; in PrintIndirectSymbolTable()
627 outs() << "\n"; in PrintIndirectSymbolTable()
659 outs() << "\n"; in PrintIndirectSymbolTable()
4199 outs() << "\n"; in print_layout_map()
4390 outs() << "\n"; in print_method_list()
4681 outs() << "\n"; in print_method_description_list()
4749 outs() << "\n"; in print_protocol()
4775 outs() << "\n"; in print_protocol()
4810 outs() << "\n"; in print_protocol_list()
5170 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp618 outs() << "\n"; in PrintIndirectSymbolTable()
627 outs() << "\n"; in PrintIndirectSymbolTable()
659 outs() << "\n"; in PrintIndirectSymbolTable()
4199 outs() << "\n"; in print_layout_map()
4390 outs() << "\n"; in print_method_list()
4681 outs() << "\n"; in print_method_description_list()
4749 outs() << "\n"; in print_protocol()
4775 outs() << "\n"; in print_protocol()
4810 outs() << "\n"; in print_protocol_list()
5170 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp618 outs() << "\n"; in PrintIndirectSymbolTable()
627 outs() << "\n"; in PrintIndirectSymbolTable()
659 outs() << "\n"; in PrintIndirectSymbolTable()
4199 outs() << "\n"; in print_layout_map()
4390 outs() << "\n"; in print_method_list()
4681 outs() << "\n"; in print_method_description_list()
4749 outs() << "\n"; in print_protocol()
4775 outs() << "\n"; in print_protocol()
4810 outs() << "\n"; in print_protocol_list()
5170 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp680 outs() << "\n"; in PrintIndirectSymbolTable()
689 outs() << "\n"; in PrintIndirectSymbolTable()
721 outs() << "\n"; in PrintIndirectSymbolTable()
4210 outs() << "\n"; in print_layout_map()
4401 outs() << "\n"; in print_method_list()
4692 outs() << "\n"; in print_method_description_list()
4760 outs() << "\n"; in print_protocol()
4786 outs() << "\n"; in print_protocol()
4821 outs() << "\n"; in print_protocol_list()
5181 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp680 outs() << "\n"; in PrintIndirectSymbolTable()
689 outs() << "\n"; in PrintIndirectSymbolTable()
721 outs() << "\n"; in PrintIndirectSymbolTable()
4212 outs() << "\n"; in print_layout_map()
4403 outs() << "\n"; in print_method_list()
4694 outs() << "\n"; in print_method_description_list()
4762 outs() << "\n"; in print_protocol()
4788 outs() << "\n"; in print_protocol()
4823 outs() << "\n"; in print_protocol_list()
5183 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp680 outs() << "\n"; in PrintIndirectSymbolTable()
689 outs() << "\n"; in PrintIndirectSymbolTable()
721 outs() << "\n"; in PrintIndirectSymbolTable()
4210 outs() << "\n"; in print_layout_map()
4401 outs() << "\n"; in print_method_list()
4692 outs() << "\n"; in print_method_description_list()
4760 outs() << "\n"; in print_protocol()
4786 outs() << "\n"; in print_protocol()
4821 outs() << "\n"; in print_protocol_list()
5181 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objdump/
H A DMachODump.cpp679 outs() << "\n"; in PrintIndirectSymbolTable()
688 outs() << "\n"; in PrintIndirectSymbolTable()
720 outs() << "\n"; in PrintIndirectSymbolTable()
4207 outs() << "\n"; in print_layout_map()
4398 outs() << "\n"; in print_method_list()
4689 outs() << "\n"; in print_method_description_list()
4757 outs() << "\n"; in print_protocol()
4783 outs() << "\n"; in print_protocol()
4818 outs() << "\n"; in print_protocol_list()
5178 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp679 outs() << "\n"; in PrintIndirectSymbolTable()
688 outs() << "\n"; in PrintIndirectSymbolTable()
720 outs() << "\n"; in PrintIndirectSymbolTable()
4207 outs() << "\n"; in print_layout_map()
4398 outs() << "\n"; in print_method_list()
4689 outs() << "\n"; in print_method_description_list()
4757 outs() << "\n"; in print_protocol()
4783 outs() << "\n"; in print_protocol()
4818 outs() << "\n"; in print_protocol_list()
5178 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp689 outs() << "\n"; in PrintIndirectSymbolTable()
698 outs() << "\n"; in PrintIndirectSymbolTable()
730 outs() << "\n"; in PrintIndirectSymbolTable()
4207 outs() << "\n"; in print_layout_map()
4398 outs() << "\n"; in print_method_list()
4689 outs() << "\n"; in print_method_description_list()
4757 outs() << "\n"; in print_protocol()
4783 outs() << "\n"; in print_protocol()
4818 outs() << "\n"; in print_protocol_list()
5178 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp689 outs() << "\n"; in PrintIndirectSymbolTable()
698 outs() << "\n"; in PrintIndirectSymbolTable()
730 outs() << "\n"; in PrintIndirectSymbolTable()
4207 outs() << "\n"; in print_layout_map()
4398 outs() << "\n"; in print_method_list()
4689 outs() << "\n"; in print_method_description_list()
4757 outs() << "\n"; in print_protocol()
4783 outs() << "\n"; in print_protocol()
4818 outs() << "\n"; in print_protocol_list()
5178 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp659 outs() << "\n"; in PrintIndirectSymbolTable()
668 outs() << "\n"; in PrintIndirectSymbolTable()
700 outs() << "\n"; in PrintIndirectSymbolTable()
4121 outs() << "\n"; in print_layout_map()
4312 outs() << "\n"; in print_method_list()
4603 outs() << "\n"; in print_method_description_list()
4671 outs() << "\n"; in print_protocol()
4697 outs() << "\n"; in print_protocol()
4732 outs() << "\n"; in print_protocol_list()
5092 outs() << "\n"; in print_class_ro64_t()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp356 outs() << "\n"; in PrintIndirectSymbolTable()
365 outs() << "\n"; in PrintIndirectSymbolTable()
400 outs() << "\n"; in PrintIndirectSymbolTable()
3859 outs() << "\n"; in print_layout_map()
4050 outs() << "\n"; in print_method_list()
4341 outs() << "\n"; in print_method_description_list()
4409 outs() << "\n"; in print_protocol()
4435 outs() << "\n"; in print_protocol()
4470 outs() << "\n"; in print_protocol_list()
4830 outs() << "\n"; in print_class_ro64_t()
[all …]

12345678910>>...273