MCPcopy Create free account

hub / github.com/WenmuZhou/PSENet.pytorch / functions

Functions799 in github.com/WenmuZhou/PSENet.pytorch

Methodinit
pse/include/pybind11/attr.h:425
Methodinit
pse/include/pybind11/attr.h:430
Methodinit
pse/include/pybind11/attr.h:458
Functioninit_alias
pse/include/pybind11/pybind11.h:1364
Methodinit_common_iterator
pse/include/pybind11/numpy.h:1318
Methodinit_holder
pse/include/pybind11/pybind11.h:1286
Methodinit_holder_from_existing
pse/include/pybind11/pybind11.h:1303
Methodinitialize
pse/include/pybind11/pybind11.h:96
Methodinitialize
pse/include/pybind11/pybind11.h:884
Methodinitialize_generic
Register a function call with Python (generic non-templated code goes here)
pse/include/pybind11/pybind11.h:189
Methodinstall_buffer_funcs
pse/include/pybind11/pybind11.h:946
Methodint_
pse/include/pybind11/pytypes.h:1062
Functionis
Equivalent to ``obj is other`` in Python.
pse/include/pybind11/pytypes.h:114
Functionis_alias
pse/include/pybind11/detail/init.h:48
Methodis_method
pse/include/pybind11/attr.h:21
Functionis_none
Equivalent to ``obj is None`` in Python.
pse/include/pybind11/pytypes.h:116
Functionisinstance<object>
pse/include/pybind11/pytypes.h:370
Methoditemsize
Returns the item size, i.e. sizeof(T)
pse/include/pybind11/numpy.h:356
Methoditemsize
Byte size of a single element
pse/include/pybind11/numpy.h:594
Methoditerator
pse/include/pybind11/cast.h:277
Methodkwargs
pse/include/pybind11/cast.h:1982
Methodkwargs_proxy
pse/include/pybind11/pytypes.h:743
Methodlen
pse/include/pybind11/descr.h:143
Methodlist
pse/include/pybind11/pytypes.h:1239
Functionload
pse/include/pybind11/functional.h:25
Methodload
pse/include/pybind11/complex.h:44
Methodload
pse/include/pybind11/cast.h:491
Methodload
pse/include/pybind11/cast.h:930
Methodload
pse/include/pybind11/cast.h:976
Methodload
pse/include/pybind11/cast.h:1075
Methodload
pse/include/pybind11/cast.h:1118
Methodload
pse/include/pybind11/cast.h:1170
Methodload
pse/include/pybind11/cast.h:1278
Methodload
pse/include/pybind11/cast.h:1363
Methodload
pse/include/pybind11/cast.h:1444
Methodload
pse/include/pybind11/cast.h:1561
Methodload
pse/include/pybind11/chrono.h:40
Methodload
pse/include/pybind11/chrono.h:102
Methodload
pse/include/pybind11/numpy.h:955
Methodload
pse/include/pybind11/stl.h:105
Methodload
pse/include/pybind11/stl.h:211
Methodload
pse/include/pybind11/stl.h:273
Methodload
pse/include/pybind11/stl.h:350
Methodload
pse/include/pybind11/eigen.h:256
Methodload
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
Methodload
pse/include/pybind11/eigen.h:426
Methodload
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
Methodload
pse/include/pybind11/detail/init.h:20
Methodload_alternative
pse/include/pybind11/stl.h:339
Methodload_bytes
pse/include/pybind11/cast.h:1241
Functionload_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
Methodload_impl
pse/include/pybind11/cast.h:639
Methodload_impl
pse/include/pybind11/cast.h:1390
Methodload_impl_sequence
pse/include/pybind11/cast.h:1919
Methodload_value
pse/include/pybind11/cast.h:1472
Functionload_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
Functionload_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
Methodloader_life_support
A new patient frame is created when a function is entered
pse/include/pybind11/cast.h:43
Methodlocal_load
pse/include/pybind11/cast.h:607
Methodlookup
pse/include/pybind11/numpy.h:190
Functionmain
pse/ncnn/examples/psenet.cpp:201
Functionmain_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
Functionmain_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
Methodmake_copy_constructor
pse/include/pybind11/cast.h:892
Functionmake_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
Methodmake_move_constructor
pse/include/pybind11/cast.h:899
Functionmake_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
Functionmake_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
Functionmake_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
Methodmake_stride
pse/include/pybind11/eigen.h:504
Functionmap_assignment
pse/include/pybind11/stl_bind.h:470
Functionmap_if_insertion_operator
pse/include/pybind11/stl_bind.h:469
Methodmark_parents_nonsimple
Helper function which tags all parents of a type using mult. inheritance
pse/include/pybind11/pybind11.h:936
Functionmatches
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
Functionmemoryview
pse/include/pybind11/pytypes.h:1298
Functionmetaclass
pse/include/pybind11/attr.h:61
Functionmethod_adaptor
pse/include/pybind11/pybind11.h:1013
Methodmodule
pse/include/pybind11/pybind11.h:786
Methodmodule_local
pse/include/pybind11/attr.h:68
Methodmulti_array_iterator
pse/include/pybind11/numpy.h:1283
Methodmultiple_values_error
pse/include/pybind11/cast.h:2060
Methodmutable_data
pse/include/pybind11/numpy.h:403
Functionmutable_unchecked
pse/include/pybind11/numpy.h:876
Methodmutable_unchecked
pse/include/pybind11/numpy.h:688
Functionname
pse/include/pybind11/pytypes.h:1182
Methodnameless_argument_error
pse/include/pybind11/cast.h:2051
Methodnbytes
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
Methodnbytes
Total number of bytes
pse/include/pybind11/numpy.h:599
Methodndim
Returns the number of dimensions of the array
pse/include/pybind11/numpy.h:362
FunctionnewFunc
(*args, **args2)
utils/utils.py:80
Methodnone
pse/include/pybind11/pytypes.h:1009
Functionnot_equal
pse/include/pybind11/pytypes.h:119
Functionobject_or_cast
pse/include/pybind11/cast.h:1725
Methodof
pse/include/pybind11/numpy.h:449
Methodoffset_at
pse/include/pybind11/numpy.h:668
Methodoperator new
This type is not meant to be allocated on the heap.
pse/include/pybind11/options.h:48
Functionoperator!=
pse/include/pybind11/pytypes.h:213
Methodoperator!=
pse/include/pybind11/cast.h:288
Methodoperator!=
pse/include/pybind11/pytypes.h:630
Methodoperator!=
pse/include/pybind11/pytypes.h:863
← previousnext →501–600 of 799, ranked by callers