Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 77) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/
A Daos.mk23 modules/ble/modble.c
85 modules/kv/modkv.c
217 modules/minicv/base/modules/c/src/WrapperIHaasML.cpp \
223 MINICV_SRC += modules/minicv/base/modules/ml/src/HaasML.cpp \
224 modules/minicv/base/modules/ml/src/HaasMLCloud.cpp \
225 modules/minicv/base/modules/ml/src/HaasMLMnn.cpp
313 modules/ble/ \
321 modules/oss/ \
322 modules/ota/ \
326 modules/kv/ \
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmake-frozen.py29 modules = [] variable
39 modules.append((fullpath[root_len + 1 :], st))
43 for f, st in modules:
50 for f, st in modules:
56 for f, st in modules:
A Dgendoc.py398 self.modules = {}
403 for m in self.modules.values():
412 if name not in self.modules:
413 self.modules[name] = DocModule(name, None)
414 self.cur_module = self.modules[name]
422 if name not in self.modules:
423 self.modules[name] = DocModule(name, None)
424 self.cur_module = self.modules[name]
448 for m in self.modules.values():
463 for m in self.modules.values():
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dmakemoduledefs.py54 def generate_module_table_header(modules): argument
64 for module_name, obj_module, enabled_define in modules:
101 modules = set()
104 modules |= find_module_registrations(c_file)
106 generate_module_table_header(sorted(modules))
A Dusermod.cmake1 # Create a target for all user modules to link against.
38 # Include CMake files for user modules.
49 # Report found modules.
/AliOS-Things-master/components/py_engine/modules/minicv/base/
A Dcv.mk4 set(CINTERFACEDIR ${MPYADAPTORDIR}/component/minicv/base/modules/c)
5 set(CORE ${MPYADAPTORDIR}/component/minicv/base/modules/core)
6 set(MLDIR ${MPYADAPTORDIR}/component/minicv/base/modules/ml)
/AliOS-Things-master/components/py_engine/tests/cpydiff/
A Dcore_import_path.py7 import modules
9 print(modules.__path__)
A Dcore_import_prereg.py10 from modules import foo
14 from modules import foo
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_platform_log.c36 int32_t VL53L0X_trace_config(char *filename, uint32_t modules, uint32_t level, in VL53L0X_trace_config() argument
43 _trace_modules = modules; in VL53L0X_trace_config()
A Dvl53l0x_platform_log.h91 int32_t VL53L0X_trace_config(char *filename, uint32_t modules,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/tensorboard/
A DREADME.md1 This folder contains basic modules to support TFLite plugin for TensorBoard.
A DBUILD1 # TFLite modules to support TensorBoard plugin.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dfilelist.txt62 jcinit.c Initialization: determines which other modules to use.
80 jdmaster.c Master control: determines which other modules to use.
81 jdinput.c Input controller: controls input processing modules.
119 Exactly one of the system-dependent modules should be configured into an
136 cdjpeg.h Declarations shared by cjpeg/djpeg/jpegtran modules.
151 Image file reader modules for cjpeg:
159 Image file writer modules for djpeg:
A Dcoderules.txt95 a lot: in many modules only the initialization function will ever need to be
116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
117 proper. Those modules are not really intended to be used in other
A Dmaktjpeg.st22 ; * * * * List of modules * * * *
A Dstructure.txt9 that is, the functions of the various modules in the system and the interfaces
10 between modules. For more precise details about any data structure or calling
106 modules must be written to unpack and pack the chosen JOCTET datatype into
133 In addition to these modules we need overall control, marker generation,
238 methods, or the total shared interface behavior of a group of modules.
247 control logic has been subdivided into multiple modules. The control modules
286 The control modules are objects. A considerable amount of flexibility can
289 module and its pair of processing-step modules with a single processing-
291 control modules.)
377 and per-pass initialization of the other modules.
[all …]
A Dmakcjpeg.st22 ; * * * * List of modules * * * *
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md21 Builtin modules include `sys`, `time`, and `struct`, etc. Select ports have
23 Python 3 functionality is implemented for the data types and modules.
56 - extmod/ -- additional (non-core) modules implemented in C.
113 Browse available modules on
115 Standard library modules come from
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dimport_mpy_native_gc.py77 del sys.modules["features0"]
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt95 //Flags used by the linker during the creation of modules during
99 //Flags used by the linker during the creation of modules during
103 //Flags used by the linker during the creation of modules during
107 //Flags used by the linker during the creation of modules during
111 //Flags used by the linker during the creation of modules during
/AliOS-Things-master/components/py_engine/tests/unix/
A Dextra_coverage.py.exp33 implementation maxsize modules path
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_lfs_mount.py102 usys.modules.clear()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/
A DCMakeLists.txt5 # Needed to find the config modules
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi25 including modules, asynchronous generators, proxies and BigInt.
39 @item Almost complete ES2020 support including modules, asynchronous
135 Make the @code{std} and @code{os} modules available to the loaded
310 ES6 modules are fully supported. The default name resolution is the
319 modules, such as @code{std} or @code{os}.
321 @item Module names ending with @code{.so} are native modules using the
329 interpreter. It contains the two modules @code{std} and @code{os} and
897 Native ES6 modules are supported and can be dynamically or statically
952 or modules. If a full complete executable is needed, it also
955 modules.
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A DREADME40028 - compile all modules,

Completed in 42 milliseconds

1234