MCPcopy Create free account

hub / github.com/MegEngine/MegFlow / functions

Functions829 in github.com/MegEngine/MegFlow

↓ 1 callersFunctionis_overlap_v1
(rect1, rect2, iou_threshold)
flow-python/examples/application/warehouse/detection_yolox/process.py:15
↓ 1 callersFunctionlast_inner_ty
(ty: &syn::Type)
flow-derive/src/utils.rs:57
↓ 1 callersMethodlen
(&self)
flow-rs/src/channel/sender.rs:81
↓ 1 callersMethodlite_postprocess
(self, outputs, img_size, p6=False)
flow-python/examples/application/warehouse/detection_yolox/lite.py:100
↓ 1 callersMethodload_from_file
( &self, local_key: u64, module_path: Option<&Path>, plugin_path: &Path, )
flow-rs/src/loader/python/mod.rs:192
↓ 1 callersFunctionload_impl
(local_key: u64, config: config::presentation::Config)
flow-rs/src/lib.rs:125
↓ 1 callersMethodload_plugins
(self, cfg: loader::LoaderConfig)
flow-rs/src/lib.rs:86
↓ 1 callersFunctionload_shared
( cfg: &crate::config::interlayer::Node, graphs: &crate::config::interlayer::Config, ctx: Context,
flow-rs/src/node/shared.rs:296
↓ 1 callersFunctionmain
()
flow-python/examples/application/warehouse/detection_memd/main.py:79
↓ 1 callersFunctionmain
(args)
flow-python/examples/application/warehouse/detection_yolox/lite.py:186
↓ 1 callersFunctionmain
(args)
flow-python/examples/application/warehouse/reid_alignedreid/dump.py:51
↓ 1 callersFunctionmain
()
flow-python/examples/application/misc/dump_resnet.py:63
↓ 1 callersFunctionmain
(ip, filename)
flow-python/examples/application/misc/visualize_client/push_video.py:5
↓ 1 callersFunctionmake_parser
()
flow-python/examples/application/simple_classification/lite.py:91
↓ 1 callersFunctionmake_parser
()
flow-python/examples/application/warehouse/detection_yolox/lite.py:21
↓ 1 callersFunctionmake_parser
()
flow-python/examples/application/warehouse/reid_alignedreid/dump.py:19
↓ 1 callersFunctionmake_parser
()
flow-python/examples/application/simple_det_classify/lite.py:82
↓ 1 callersFunctionmake_parser
()
ci/doc_link_checker.py:9
↓ 1 callersFunctionmegflow_run
()
flow-python/megflow/command_line.py:9
↓ 1 callersFunctionname_convert_to_camel
(name)
flow-python/megflow/func_op.py:13
↓ 1 callersFunctiononnx_inference
(onnx_session, num_classes, image, topk_candidates=1000)
flow-python/examples/application/warehouse/detection_memd/onnx_model.py:74
↓ 1 callersFunctionout_expand
(ports: &PortSequence)
flow-derive/src/ports.rs:89
↓ 1 callersMethodoutput_names
Get outputs names
flow-rs/src/graph/mod.rs:80
↓ 1 callersFunctionoutputs
(pair)
flow-debugger/debugger-ui/src/parser.js:374
↓ 1 callersFunctionparse
(config)
flow-debugger/debugger-ui/src/parser.js:262
↓ 1 callersFunctionparse_args
()
flow-python/examples/application/warehouse/detection_memd/main.py:63
↓ 1 callersFunctionparser_expand
(input: DeriveInput)
flow-derive/src/internal.rs:133
↓ 1 callersFunctionpostprocess_ndarray
(prediction, num_classes, conf_thre=0.7, nms_thre=0.45)
flow-python/examples/application/warehouse/detection_yolox/process.py:81
↓ 1 callersFunctionpred_func
(data)
flow-python/examples/application/warehouse/reid_alignedreid/dump.py:38
↓ 1 callersFunctionpred_func
(data)
flow-python/examples/application/misc/dump_resnet.py:32
↓ 1 callersMethodpredict
(self, x)
flow-python/examples/application/warehouse/track_iou/track_iou.py:28
↓ 1 callersMethodpredict
(self, x)
flow-python/examples/application/warehouse/track_iou/track_iou.py:272
↓ 1 callersFunctionpreprocess
(image, input_size, mean, std, swap=(2, 0, 1))
flow-python/examples/application/warehouse/detection_yolox/process.py:47
↓ 1 callersMethodpreprocess
(self, image, input_size, scale_im,
flow-python/examples/application/simple_classification/lite.py:43
↓ 1 callersMethodpublish
(&self, msg: T)
flow-rs/src/broker.rs:114
↓ 1 callersMethodquery_by_tid
(self, tid)
flow-python/examples/application/cat_finder/visualize/visualize.py:27
↓ 1 callersFunctionraw_nms
(boxes, iou_threshold=0.3)
flow-python/examples/application/warehouse/detection_memd/onnx_model.py:52
↓ 1 callersMethodrecv
Receives a envelope from the channel. If the channel is empty, this method waits until there is a envelope. If the channel is closed, this method re
flow-rs/src/channel/receiver.rs:103
↓ 1 callersFunctionremove_history
(project_dir: &Path, attempt: Option<u8>)
flow-quickstart/src/git.rs:300
↓ 1 callersMethodrepack_inplace
Repack a message in place
flow-rs/src/envelope/envelope.rs:95
↓ 1 callersFunctionreset
()
flow-rs/src/debug/server.rs:84
↓ 1 callersFunctionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
flow-python/examples/application/warehouse/reid_alignedreid/resnet.py:193
↓ 1 callersFunctionrestore
(limited: *mut ffi::PyThreadState, unlimited: &PyThreadStateUnlimited)
flow-rs/src/loader/python/unlimited.rs:249
↓ 1 callersMethodrestore
(&mut self, id: usize)
flow-rs/src/loader/python/context.rs:58
↓ 1 callersMethodsave_feature
(self, r, name, items)
flow-python/examples/application/cat_finder/redis_proxy.py:37
↓ 1 callersFunctionscan_all_placeholder
(project_dir: &Path)
flow-quickstart/src/main.rs:127
↓ 1 callersMethodsearch_key
(self, r, feature)
flow-python/examples/application/cat_finder/redis_proxy.py:57
↓ 1 callersFunctionselectChartLines
(ids)
flow-debugger/debugger-ui/src/page/chart/ChartSlice.js:51
↓ 1 callersMethodsend
(&mut self, py: Python, envelope: Py<PyEnvelope>)
flow-rs/src/loader/python/channel.rs:30
↓ 1 callersMethodset_port_dynamic
(&mut self, _: &str, _: crate::node::DynPortsConfig)
flow-rs/src/graph/subgraph.rs:51
↓ 1 callersFunctionsmooth_boxes
(boxes, smooth_fatcor=0.3)
flow-python/examples/application/warehouse/track_iou/track_iou.py:239
↓ 1 callersFunctionsplitQpsNode
(config, graph_name, node)
flow-debugger/debugger-ui/src/parser.js:356
↓ 1 callersFunctionstart
(#[data] state: State, url: String)
flow-plugins/src/video_server.rs:57
↓ 1 callersFunctionstart
()
flow-quickstart/src/main.rs:219
↓ 1 callersFunctionstop
(#[data] state: State, id: u64)
flow-plugins/src/video_server.rs:66
↓ 1 callersFunctionstorage
(local_key: u64, id: u64, cfg: &HashMap<String, Entity>)
flow-rs/src/resource/storage.rs:58
↓ 1 callersFunctionstore
(ts: *mut ffi::PyThreadState)
flow-rs/src/loader/python/unlimited.rs:184
↓ 1 callersFunctionsubmit_expand
(input: CollectionSlice<ID>)
flow-derive/src/internal.rs:36
↓ 1 callersFunctionsubstitute_dir_by_placeholder
( project_dir: &Path, map: &HashMap<String, String>, )
flow-quickstart/src/lib.rs:76
↓ 1 callersMethodswap_rx_counter
(&self)
flow-rs/src/channel/storage.rs:132
↓ 1 callersMethodswap_tx_counter
(&self)
flow-rs/src/channel/storage.rs:128
↓ 1 callersFunctiontest
()
flow-python/examples/application/misc/image_client.py:14
↓ 1 callersFunctiontest
()
flow-python/examples/application/misc/video_client.py:15
↓ 1 callersFunctiontest
()
flow-python/examples/application/misc/bytes_client.py:13
↓ 1 callersMethodto_dict
(&self, py: Python)
flow-rs/src/loader/python/port.rs:56
↓ 1 callersMethodto_list
(&self, py: Python)
flow-rs/src/loader/python/port.rs:36
↓ 1 callersMethodto_python
(&self, py: pyo3::Python)
flow-rs/src/loader/python/mod.rs:97
↓ 1 callersFunctiontransform
(image, target_shape=(960, 960))
flow-python/examples/application/warehouse/detection_memd/onnx_model.py:30
↓ 1 callersFunctiontranslateConfig
(config)
flow-debugger/debugger-ui/src/parser.js:252
↓ 1 callersFunctiontranslateGraph
(graph)
flow-debugger/debugger-ui/src/parser.js:242
↓ 1 callersFunctiontranslate_config
(local_key: u64, p: presentation::Config)
flow-rs/src/config/mod.rs:212
↓ 1 callersFunctiontranslate_graph
( local_key: u64, mut p: presentation::Graph, shared_nodes: &mut HashMap<String, interlayer::Node>
flow-rs/src/config/mod.rs:157
↓ 1 callersFunctiontraverse
(_dir, args)
ci/doc_link_checker.py:55
↓ 1 callersFunctionuseWebsocket
(onEvent)
flow-debugger/debugger-ui/src/websocket.js:3
↓ 1 callersFunctionversion
()
flow-python/src/lib.rs:33
↓ 1 callersMethodview
(&self)
flow-rs/src/resource/lazy.rs:34
↓ 1 callersFunctionvis
(img, boxes, scores, cls_ids, conf=0.5, class_names=None)
flow-python/examples/application/warehouse/detection_yolox/visualize.py:11
↓ 1 callersMethodwake
(&mut self, py: Python, result: PyObject)
flow-rs/src/loader/python/utils.rs:76
↓ 1 callersMethodwith_lock
(self)
flow-plugins/src/video_server.rs:227
↓ 1 callersMethodwrite_field
( &mut self, name: &str, content_type: &Mime, mut contents: R, )
flow-plugins/src/utils/multipart.rs:76
↓ 1 callersMethodxget_mut
(&'a mut self, key: &Idx)
flow-message/src/cross/mod.rs:132
↓ 1 callersMethodxget_ref
(&'a self, key: &Idx)
flow-message/src/cross/mod.rs:120
↓ 1 callersMethodxget_ref
(&'a self, key: &str)
flow-message/src/cross/map.rs:62
↓ 1 callersFunctionz
(evt)
flow-debugger/debugger-ui/src/app/index.js:4
FunctionButton
({ red, bold, icon, rightIcon, children, ...props })
flow-debugger/debugger-ui/src/component/button/Button.js:4
FunctionDebuggerSwitcher
()
flow-debugger/debugger-ui/src/page/index.js:21
FunctionEditor
()
flow-debugger/debugger-ui/src/page/editor/Editor.js:10
FunctionEmpty
(props)
flow-debugger/debugger-ui/src/page/empty/Empty.js:4
FunctionInput
({ label, ...props })
flow-debugger/debugger-ui/src/component/input/Input.js:4
FunctionIoB
(rect1, rect2, iob_threshold)
flow-python/examples/application/utils.py:111
FunctionIoU
(rect1, rect2, iob_threshold)
flow-python/examples/application/utils.py:126
FunctionLineWithDescp
({ data, children, ...props })
flow-debugger/debugger-ui/src/component/line_with_descp/LineWithDescp.js:5
FunctionMainSwitcher
()
flow-debugger/debugger-ui/src/page/index.js:9
FunctionResizableArea
(props)
flow-debugger/debugger-ui/src/component/resizable_area/ResizableArea.js:10
FunctionSpinner
()
flow-debugger/debugger-ui/src/AppHeader.js:20
FunctionTab
({ focus, label, onClick, ...props })
flow-debugger/debugger-ui/src/component/tab/Tab.js:4
FunctionTabList
({ focus, tabs, children = null })
flow-debugger/debugger-ui/src/component/tab/Tab.js:16
FunctionText
()
flow-debugger/debugger-ui/src/page/text/Text.js:6
Method__concat__
(&self, other: Py<PyCowList>)
flow-message/src/cross/python/cow_list.rs:49
Method__del__
(self)
flow-python/examples/logical_test/process.py:44
← previousnext →301–400 of 829, ranked by callers