Searched refs:shape (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train_test.py | 58 self.assertEqual(cnn_prob.shape, (60, 4)) 59 self.assertEqual(lstm_prob.shape, (60, 4)) 63 original_data_shape = data.numpy().shape 64 original_label_shape = label.numpy().shape 68 reshaped_data_shape = data.numpy().shape 69 reshaped_label_shape = label.numpy().shape
|
D | train.py | 44 np.product(list(map(int, v.shape))) * v.dtype.size
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 166 init [shape = point]; 167 STATE_S0 [shape = box]; 168 STATE_S1 [shape = box]; 169 STATE_S2 [shape = box]; 269 init [shape = point]; 270 STATE_S0 [shape = box]; 271 STATE_S1 [shape = box]; 272 STATE_S2 [shape = box]; 385 init [shape = point]; 386 STATE_S0 [shape = box]; [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 59 init [shape=point]; 61 CONFIGURED [label=Configured,shape=box]; 62 RUNNING [label=Running,shape=box]; 63 SUSPENDED [label=Suspended,shape=box];
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 28 init [shape = point]; 29 New [shape = box]; 30 Triage [shape = box]; 34 Assigned [shape = box]; 35 Rejected [shape = box]; 37 Review [shape = box]; 38 Accepted [shape = box]; 39 Public [shape = box];
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 48 images [shape="rectangle" label=".png, .jpg\nimages"] 49 rst [shape="rectangle" label="restructuredText\nfiles"] 50 conf [shape="rectangle" label="conf.py\nconfiguration"] 51 rtd [shape="rectangle" label="read-the-docs\ntheme"] 52 header [shape="rectangle" label="c header\ncomments"] 53 xml [shape="rectangle" label="XML"] 54 html [shape="rectangle" label="HTML\nweb site"] 55 sphinx[shape="ellipse" label="sphinx +\ndocutils"]
|
/Zephyr-latest/doc/services/pm/ |
D | system.rst | 32 config_pm [label="CONFIG_PM" shape=diamond style="rounded,dashed"] 33 forced_state [label="state forced ?", shape=diamond style="rounded,dashed"] 34 … config_system_managed_device_pm [label="CONFIG_PM_DEVICE" shape=diamond style="rounded,dashed"] 35 … config_system_managed_device_pm2 [label="CONFIG_PM_DEVICE" shape=diamond style="rounded,dashed"]
|
D | device_runtime.rst | 42 node [shape=box]; 43 init [shape=point];
|
D | device.rst | 168 node [shape=circle];
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 49 node [shape=rect, style=rounded]; 63 node [shape=rect, style=rounded];
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/ |
D | integration_diagram_detailed.drawio | 101 …<mxCell id="Db8zi3n4dXzB52SZQf6J-68" value="" style="shape=flexArrow;endArrow=classic;html=1;round… 120 …<mxCell id="Db8zi3n4dXzB52SZQf6J-76" value="" style="shape=flexArrow;endArrow=classic;startArrow=c… 126 …<mxCell id="Db8zi3n4dXzB52SZQf6J-77" value="" style="shape=flexArrow;endArrow=classic;startArrow=c… 150 …<mxCell id="Db8zi3n4dXzB52SZQf6J-128" value="" style="shape=flexArrow;endArrow=classic;html=1;roun… 156 …<mxCell id="Db8zi3n4dXzB52SZQf6J-131" value="" style="shape=flexArrow;endArrow=classic;html=1;roun… 187 …<mxCell id="Db8zi3n4dXzB52SZQf6J-134" value="" style="shape=flexArrow;endArrow=classic;html=1;roun…
|
/Zephyr-latest/modules/tflite-micro/ |
D | CMakeLists.txt | 168 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/shape.cc
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 10 r [shape=record, width=5, height=3 55 node [shape=record]; 206 node [shape=record];
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2647 # around nodes set 'shape=plain' or 'shape=plaintext' <a 2649 # The default value is: shape=box,height=0.2,width=0.4. 2652 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 269 "y_values += 0.1 * np.random.randn(*y_values.shape)\n",
|