Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py53 tf.keras.layers.Conv2D(
58 tf.keras.layers.MaxPool2D((3, 3)), # (batch, 42, 1, 8)
59 tf.keras.layers.Dropout(0.1), # (batch, 42, 1, 8)
60 tf.keras.layers.Conv2D(16, (4, 1), padding="same",
62 tf.keras.layers.MaxPool2D((3, 1), padding="same"), # (batch, 14, 1, 16)
63 tf.keras.layers.Dropout(0.1), # (batch, 14, 1, 16)
64 tf.keras.layers.Flatten(), # (batch, 224)
65 tf.keras.layers.Dense(16, activation="relu"), # (batch, 16)
66 tf.keras.layers.Dropout(0.1), # (batch, 16)
67 tf.keras.layers.Dense(4, activation="softmax") # (batch, 4)
[all …]
/Zephyr-latest/modules/cmsis-nn/
DKconfig19 This option enables the NN libraries for the activation layers
20 It can perform activation layers, including ReLU (Rectified
32 This option enables the NN libraries for the concatenation layers.
57 This option enables pooling layers, including max pooling,
63 This option enables the NN libraries for the reshape layers.
68 This option enables the NN libraries for the softmax layers (exp2 based).
74 This option enabled the NN libraries for Single Value Decomposition Filter layers.
/Zephyr-latest/doc/services/portability/
Dindex.rst6 OS abstraction layers (OSAL) provide wrapper function APIs that
11 These sections describe the software and hardware abstraction layers
/Zephyr-latest/doc/connectivity/bluetooth/
Dindex.rst8 operation of the layers and how they were implemented.
Dbluetooth-arch.rst18 .. _bluetooth-layers:
23 There are 3 main layers that together constitute a full Bluetooth Low Energy
59 The three separate layers of the protocol and the standardized interface make
64 implements all three layers and the application itself. This can also be called a
92 include only the features and layers that are required to reduce RAM and ROM
Dfeatures.rst35 * Conformance tests run regularly on all layers (Controller and Host, except
Dbluetooth-le-host.rst9 layers of the host.
13 :alt: Bluetooth Host protocol & profile layers
15 Bluetooth Host protocol & profile layers.
/Zephyr-latest/doc/develop/west/
Dsign.rst24 all these layers can causes issues typical when the layers don't abstract
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst38 In Zephyr this API is split into the following layers.
88 Functions that are not directly related to any of the networking layers.
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig33 Some backend layers can define their own buffer, so the size can be zero to
46 Some backend layers can define their own buffer, so the size can be zero to
/Zephyr-latest/subsys/sip_svc/
DKconfig74 layers using SMC/HVC calls.
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
DREADME.md57 simple feed forward deep neural network with 2 fully connected layers with
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst9 .. figure:: thrift-layers.png
48 layers in thrift can be combined to build an application with desired features.
/Zephyr-latest/doc/connectivity/networking/api/
Dieee802154.rst84 network layers (L3+), its socket and network context abstractions. This API is
Dnet_l2.rst18 The upper layers are unaware of implementation details beyond the net_if
26 Currently, there are L2 layers for :ref:`Ethernet <ethernet_interface>`,
Dnet_mgmt.rst78 Note that in order to receive events from multiple layers, one must have
/Zephyr-latest/doc/connectivity/networking/
Dnet-stack-architecture.rst13 for Zephyr OS. It consists of layers, each meant to provide certain services
14 to other layers. Network stack functionality is highly configurable via Kconfig
Doverview.rst143 Additionally these network technologies (link layers) are supported in
/Zephyr-latest/tests/bsim/bluetooth/mesh/
DREADME.rst118 avoid regressions on changes in the underlying layers.
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst33 host. SHI does not have API itself, thus the backend and peripheral driver layers are combined into
/Zephyr-latest/drivers/modem/
DKconfig152 API calls through the command handler call back layers).
/Zephyr-latest/doc/services/pm/
Ddevice.rst27 influenced by higher layers of the software stack.
31 layers because the subsystem uses reference count to check when it needs
/Zephyr-latest/doc/safety/
Dsafety_overview.rst198 into layers. As a result, each layer can be assigned a specific role in the system. This model has
199 the advantage in safety that interfaces between different components and layers can be shown at a
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst17 internet logical layers
/Zephyr-latest/boards/native/doc/
Darch_soc.rst15 provide the foundation, architecture and SOC layers for a set of virtual test
337 :ref:`inf_clock<posix_arch_design_socl>` SOC layers.

12