MCPcopy Create free account

hub / github.com/MegEngine/MegFlow / functions

Functions829 in github.com/MegEngine/MegFlow

Methodoriginal_height
(&self)
flow-plugins/src/utils/frame.rs:47
Methodoriginal_width
(&self)
flow-plugins/src/utils/frame.rs:42
Functionoutputs
(ports: TokenStream, input: TokenStream)
flow-derive/src/lib.rs:48
Methodoutputs
(&self)
flow-python/src/lib.rs:58
Methodparse
(input: ParseStream)
flow-derive/src/ports.rs:37
Methodparse
(input: ParseStream)
flow-derive/src/internal.rs:28
Methodparse
(input: ParseStream)
flow-derive/src/resource.rs:11
Methodparse
(name: &str)
flow-rs/src/config/interlayer.rs:78
Functionparser_derive
(input: TokenStream)
flow-derive/src/lib.rs:71
Methodpoll_next
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
flow-rs/src/channel/inner.rs:371
Functionpostprocess
(prediction, num_classes, conf_thre=0.7, nms_thre=0.45)
flow-python/examples/application/warehouse/detection_yolox/process.py:121
Functionpretty_path
prevents from long stupid paths, and replace the home path by the literal `$HOME`
flow-quickstart/src/git.rs:172
Functionprinter
(inp)
flow-python/examples/basis_function/map_reduce/op.py:22
Functionprinter
(x)
flow-python/examples/basis_function/nest/op.py:19
Functionprinter
()
flow-python/examples/basis_function/future/op.py:15
Functionprinter
(inp)
flow-python/examples/basis_function/batch/op.py:18
Methodpure
(ty: &str)
flow-rs/src/sandbox.rs:40
Functionraw_nms
(boxes, scores, iou_threshold=0.3)
flow-python/examples/application/utils.py:149
Methodreceiver_count
(&self)
flow-rs/src/channel/inner.rs:195
Methodreceiver_count
(&self)
flow-rs/src/channel/storage.rs:124
Functionrecv
()
flow-python/examples/basis_function/interactive/main.py:34
Methodrecv
(&mut self, py: Python)
flow-rs/src/loader/python/channel.rs:38
Functionreduce_def
(self, func)
flow-python/megflow/func_op.py:66
Functionregister
(name=None, inputs=[], outputs=[], exclusive=False)
flow-python/megflow/registry.py:41
Functionregister
(config)
flow-debugger/debugger-ui/src/serviceWorker.js:23
Functionregistry_expand
(input: ResourceDefine)
flow-derive/src/resource.rs:19
Functionreject_cause
(err: T)
flow-plugins/src/utils/error.rs:34
Functionremove_fc
Remove the fc layer parameters from state_dict.
flow-python/examples/application/warehouse/reid_alignedreid/resnet.py:165
Methodrepack
(&self, msg: PyObject)
flow-rs/src/loader/python/envelope.rs:68
Functionrepeat
(n, s, r)
flow-python/examples/logical_test/process.py:16
Functionres_register
(name=None)
flow-python/megflow/registry.py:53
Functionresnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
flow-python/examples/application/warehouse/reid_alignedreid/resnet.py:203
Functionresnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
flow-python/examples/application/warehouse/reid_alignedreid/resnet.py:213
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
flow-python/examples/application/warehouse/reid_alignedreid/resnet.py:173
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
flow-python/examples/application/warehouse/reid_alignedreid/resnet.py:183
Functionresource_register
(input: TokenStream)
flow-derive/src/lib.rs:85
Methodrestrict
(val, min, max)
flow-python/examples/application/cat_finder/det.py:39
Methodrestrict
(val, min, max)
flow-python/examples/application/simple_det_classify/det.py:39
Functionrnd
(context=None)
flow-python/examples/basis_function/map_reduce/op.py:17
Functionrnd
(inp)
flow-python/examples/basis_function/future/op.py:10
Methodrun
(self)
flow-python/setup.py:43
Functionrun_with_plugins
()
flow-python/megflow/command_line.py:47
FunctionselectChartFocus
(state)
flow-debugger/debugger-ui/src/page/chart/ChartSlice.js:61
FunctionselectDescp
(state)
flow-debugger/debugger-ui/src/page/topology/TopologySlice.js:38
FunctionselectEdit
(state)
flow-debugger/debugger-ui/src/page/editor/EditorSlice.js:32
FunctionselectEditorChanged
(state)
flow-debugger/debugger-ui/src/page/editor/EditorSlice.js:31
FunctionselectEditorInit
(state)
flow-debugger/debugger-ui/src/page/editor/EditorSlice.js:30
FunctionselectListen
(state)
flow-debugger/debugger-ui/src/page/topology/TopologySlice.js:39
FunctionselectTextMessage
(state)
flow-debugger/debugger-ui/src/page/text/TextSlice.js:17
Functionsend
()
flow-python/examples/basis_function/interactive/main.py:28
Functionsend_empty_f
((_, ident, ty): ExtractParams)
flow-derive/src/actor.rs:26
Methodsender_count
(&self)
flow-rs/src/channel/storage.rs:120
Methodset
(&mut self, key: String, data: data::Data)
flow-message/src/cross/cow_map.rs:14
Methodset
(&mut self, key: usize, data: data::Data)
flow-message/src/cross/cow_list.rs:16
Methodset_args
(self, **kwargs)
flow-python/examples/application/warehouse/track_iou/track_iou.py:70
Functionset_dyn_f
((_, ident, ty): IterArgs)
flow-derive/src/node.rs:72
Functionset_f
((port_func, ident, ty): IterArgs)
flow-derive/src/node.rs:49
Methodset_from_addr
(&mut self, addr: u64)
flow-rs/src/loader/python/envelope.rs:105
Methodset_msg
(&mut self, msg: PyObject)
flow-rs/src/loader/python/envelope.rs:93
Methodset_port
(&mut self, port_name: &str, tag: Option<u64>, channel: &ChannelStorage)
flow-rs/src/loader/python/node.rs:145
Methodset_port_dynamic
(&mut self, _: &str, _: crate::node::DynPortsConfig)
flow-rs/src/loader/python/node.rs:158
Methodset_tag
(&mut self, tag: String)
flow-rs/src/loader/python/envelope.rs:135
Methodset_to_addr
(&mut self, addr: u64)
flow-rs/src/loader/python/envelope.rs:117
Functionshould_canonicalize
()
flow-quickstart/src/git.rs:119
Functionshould_determine_repo_kind
()
flow-quickstart/src/git.rs:357
Functionshould_fail_for_non_existing_local_path
()
flow-quickstart/src/git.rs:381
Functionshould_not_fail_for_ssh_remote_urls
()
flow-quickstart/src/git.rs:374
Functionshould_support_a_local_absolute_path
()
flow-quickstart/src/git.rs:415
Functionshould_support_a_local_relative_path
()
flow-quickstart/src/git.rs:386
Functionshould_support_abbreviated_repository_short_urls_like
()
flow-quickstart/src/git.rs:447
Functionshould_test_happy_path
()
flow-quickstart/src/git.rs:438
Functionshrink_rect
(rect)
flow-python/examples/application/utils.py:37
Functionsigmoid
(x: float)
flow-python/examples/application/utils.py:14
Functionsink_def
(self, func)
flow-python/megflow/func_op.py:86
Functionsource_def
(self, func)
flow-python/megflow/func_op.py:96
Methodstart
( mut self: Box<Self>, _: Context, res: ResourceCollection, )
flow-rs/src/loader/python/node.rs:187
Methodstart
Run the graph, and return a `JoinHandle`, which can be cancel or wait
flow-rs/src/graph/mod.rs:88
Methodstart
( mut self: Box<Self>, _: Context, resource: ResourceCollection, )
flow-rs/src/graph/subgraph.rs:71
Methodstart
( mut self: Box<Self>, _: Context, _: ResourceCollection, )
flow-rs/src/node/transform.rs:50
Methodstart
Run the actor
flow-rs/src/node/mod.rs:54
Functionsubmit
(input: TokenStream)
flow-derive/src/lib.rs:92
Functionsubstitute_model_inp
(s: &str)
flow-quickstart/src/main.rs:89
Functionsubstitute_model_path
(s: &str)
flow-quickstart/src/main.rs:94
Functionsummation
(inp)
flow-python/examples/basis_function/map_reduce/op.py:13
Functiontest_basis
()
flow-message/src/cross/cow_map.rs:42
Functiontest_basis
()
flow-message/src/cross/cow_list.rs:54
Functiontest_basis
()
flow-message/src/cross/list.rs:38
Functiontest_basis
()
flow-message/src/cross/map.rs:72
Functiontest_basis
()
flow-rs/src/future.rs:39
Functiontest_basis
()
flow-rs/src/envelope/mod.rs:26
Functiontest_basis
()
flow-rs/src/resource/lazy.rs:47
Functiontest_basis
()
flow-rs/src/resource/mod.rs:47
Functiontest_basis
()
flow-rs/src/config/parser.rs:93
Functiontest_basis
()
flow-rs/tests/02-dyn-subgraph.rs:7
Functiontest_basis
()
flow-rs/tests/03-share-subgraph.rs:7
Functiontest_basis
()
flow-rs/tests/01-subgraph.rs:45
Functiontest_bcast
()
flow-rs/src/node/bcast.rs:49
Functiontest_closed
()
flow-rs/src/channel/mod.rs:63
Functiontest_cyclic
()
flow-rs/src/config/parser.rs:141
Functiontest_demux
()
flow-rs/src/node/demux.rs:120
← previousnext →701–800 of 829, ranked by callers