Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WenmuZhou/PSENet.pytorch
/ functions
Functions
799 in github.com/WenmuZhou/PSENet.pytorch
⨍
Functions
799
◇
Types & classes
359
Method
init
pse/include/pybind11/attr.h:425
Method
init
pse/include/pybind11/attr.h:430
Method
init
pse/include/pybind11/attr.h:458
Function
init_alias
pse/include/pybind11/pybind11.h:1364
Method
init_common_iterator
pse/include/pybind11/numpy.h:1318
Method
init_holder
pse/include/pybind11/pybind11.h:1286
Method
init_holder_from_existing
pse/include/pybind11/pybind11.h:1303
Method
initialize
pse/include/pybind11/pybind11.h:96
Method
initialize
pse/include/pybind11/pybind11.h:884
Method
initialize_generic
Register a function call with Python (generic non-templated code goes here)
pse/include/pybind11/pybind11.h:189
Method
install_buffer_funcs
pse/include/pybind11/pybind11.h:946
Method
int_
pse/include/pybind11/pytypes.h:1062
Function
is
Equivalent to ``obj is other`` in Python.
pse/include/pybind11/pytypes.h:114
Function
is_alias
pse/include/pybind11/detail/init.h:48
Method
is_method
pse/include/pybind11/attr.h:21
Function
is_none
Equivalent to ``obj is None`` in Python.
pse/include/pybind11/pytypes.h:116
Function
isinstance<object>
pse/include/pybind11/pytypes.h:370
Method
itemsize
Returns the item size, i.e. sizeof(T)
pse/include/pybind11/numpy.h:356
Method
itemsize
Byte size of a single element
pse/include/pybind11/numpy.h:594
Method
iterator
pse/include/pybind11/cast.h:277
Method
kwargs
pse/include/pybind11/cast.h:1982
Method
kwargs_proxy
pse/include/pybind11/pytypes.h:743
Method
len
pse/include/pybind11/descr.h:143
Method
list
pse/include/pybind11/pytypes.h:1239
Function
load
pse/include/pybind11/functional.h:25
Method
load
pse/include/pybind11/complex.h:44
Method
load
pse/include/pybind11/cast.h:491
Method
load
pse/include/pybind11/cast.h:930
Method
load
pse/include/pybind11/cast.h:976
Method
load
pse/include/pybind11/cast.h:1075
Method
load
pse/include/pybind11/cast.h:1118
Method
load
pse/include/pybind11/cast.h:1170
Method
load
pse/include/pybind11/cast.h:1278
Method
load
pse/include/pybind11/cast.h:1363
Method
load
pse/include/pybind11/cast.h:1444
Method
load
pse/include/pybind11/cast.h:1561
Method
load
pse/include/pybind11/chrono.h:40
Method
load
pse/include/pybind11/chrono.h:102
Method
load
pse/include/pybind11/numpy.h:955
Method
load
pse/include/pybind11/stl.h:105
Method
load
pse/include/pybind11/stl.h:211
Method
load
pse/include/pybind11/stl.h:273
Method
load
pse/include/pybind11/stl.h:350
Method
load
pse/include/pybind11/eigen.h:256
Method
load
Explicitly delete these: support python -> C++ conversion on these (i.e. these can be return types but not bound arguments). We still provide them (w
pse/include/pybind11/eigen.h:390
Method
load
pse/include/pybind11/eigen.h:426
Method
load
Explicitly delete these: support python -> C++ conversion on these (i.e. these can be return types but not bound arguments). We still provide them (w
pse/include/pybind11/eigen.h:535
Method
load
pse/include/pybind11/detail/init.h:20
Method
load_alternative
pse/include/pybind11/stl.h:339
Method
load_bytes
pse/include/pybind11/cast.h:1241
Function
load_folder_file
Returns an array with the contents (filtered by fileNameRegExp) of a ZIP file. The key's are the names or the file or the capturing group def
cal_recall/rrc_evaluation_funcs.py:80
Method
load_impl
pse/include/pybind11/cast.h:639
Method
load_impl
pse/include/pybind11/cast.h:1390
Method
load_impl_sequence
pse/include/pybind11/cast.h:1919
Method
load_value
pse/include/pybind11/cast.h:1472
Function
load_zip_file
Returns an array with the contents (filtered by fileNameRegExp) of a ZIP file. The key's are the names or the file or the capturing group def
cal_recall/rrc_evaluation_funcs.py:48
Function
load_zip_file_keys
Returns an array with the entries of the ZIP file that match with the regular expression. The key's are the names or the file or the capturin
cal_recall/rrc_evaluation_funcs.py:19
Method
loader_life_support
A new patient frame is created when a function is entered
pse/include/pybind11/cast.h:43
Method
local_load
pse/include/pybind11/cast.h:607
Method
lookup
pse/include/pybind11/numpy.h:190
Function
main
pse/ncnn/examples/psenet.cpp:201
Function
main_evaluation
This process validates a method, evaluates it and if it succed generates a ZIP file with a JSON entry for each sample. Params: p: Diction
cal_recall/rrc_evaluation_funcs.py:310
Function
main_validation
This process validates a method Params: default_evaluation_params_fn: points to a function that returns a dictionary with the default par
cal_recall/rrc_evaluation_funcs.py:372
Method
make_copy_constructor
pse/include/pybind11/cast.h:892
Function
make_default_metaclass
This metaclass is assigned by default to all pybind11 types and is required in order for static properties to function correctly. Users may overri
pse/include/pybind11/class_support.h:151
Method
make_move_constructor
pse/include/pybind11/cast.h:899
Function
make_new_python_type
Create a brand new Python type according to the `type_record` specification. Return value: New reference. */
pse/include/pybind11/class_support.h:502
Function
make_object_base_type
Create the type which can be used as a common base for all classes. This is needed in order to satisfy Python's requirements for multiple inherit
pse/include/pybind11/class_support.h:351
Function
make_static_property_type
A `static_property` is the same as a `property` but the `__get__()` and `__set__()` methods are modified to always use the object type instead of
pse/include/pybind11/class_support.h:38
Method
make_stride
pse/include/pybind11/eigen.h:504
Function
map_assignment
pse/include/pybind11/stl_bind.h:470
Function
map_if_insertion_operator
pse/include/pybind11/stl_bind.h:469
Method
mark_parents_nonsimple
Helper function which tags all parents of a type using mult. inheritance
pse/include/pybind11/pybind11.h:936
Function
matches
Check if the currently trapped error type matches the given Python exception class (or a subclass thereof). May also be passed a tuple to search for
pse/include/pybind11/pytypes.h:347
Function
memoryview
pse/include/pybind11/pytypes.h:1298
Function
metaclass
pse/include/pybind11/attr.h:61
Function
method_adaptor
pse/include/pybind11/pybind11.h:1013
Method
module
pse/include/pybind11/pybind11.h:786
Method
module_local
pse/include/pybind11/attr.h:68
Method
multi_array_iterator
pse/include/pybind11/numpy.h:1283
Method
multiple_values_error
pse/include/pybind11/cast.h:2060
Method
mutable_data
pse/include/pybind11/numpy.h:403
Function
mutable_unchecked
pse/include/pybind11/numpy.h:876
Method
mutable_unchecked
pse/include/pybind11/numpy.h:688
Function
name
pse/include/pybind11/pytypes.h:1182
Method
nameless_argument_error
pse/include/pybind11/cast.h:2051
Method
nbytes
Returns the total number of bytes used by the referenced data. Note that the actual span in memory may be larger if the referenced array has non-cont
pse/include/pybind11/numpy.h:376
Method
nbytes
Total number of bytes
pse/include/pybind11/numpy.h:599
Method
ndim
Returns the number of dimensions of the array
pse/include/pybind11/numpy.h:362
Function
newFunc
(*args, **args2)
utils/utils.py:80
Method
none
pse/include/pybind11/pytypes.h:1009
Function
not_equal
pse/include/pybind11/pytypes.h:119
Function
object_or_cast
pse/include/pybind11/cast.h:1725
Method
of
pse/include/pybind11/numpy.h:449
Method
offset_at
pse/include/pybind11/numpy.h:668
Method
operator new
This type is not meant to be allocated on the heap.
pse/include/pybind11/options.h:48
Function
operator!=
pse/include/pybind11/pytypes.h:213
Method
operator!=
pse/include/pybind11/cast.h:288
Method
operator!=
pse/include/pybind11/pytypes.h:630
Method
operator!=
pse/include/pybind11/pytypes.h:863
← previous
next →
501–600 of 799, ranked by callers