Home
last modified time | relevance | path

Searched refs:dataset (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dclock.c43 struct ptp_dataset dataset; member
209 ptp_clk.current_ds.steps_rm = 1 + ptp_clk.best->dataset.steps_rm; in clock_update_time_receiver()
215 &ptp_clk.best->dataset.sender, in clock_update_time_receiver()
216 sizeof(ptp_clk.best->dataset.sender)); in clock_update_time_receiver()
326 if (!best || ptp_btca_ds_cmp(&foreign->dataset, &best->dataset)) { in ptp_clock_handle_state_decision_evt()
590 struct ptp_dataset *ds = &ptp_clk.dataset; in ptp_clock_ds()
606 return ptp_clk.best ? &ptp_clk.best->dataset : NULL; in ptp_clock_best_foreign_ds()
Dclock.h79 struct ptp_dataset dataset; member
Dport.c1299 return port->best ? &port->best->dataset : NULL; in ptp_port_best_foreign_ds()
1326 foreign->dataset.priority1 = last->gm_priority1; in ptp_port_best_foreign()
1327 foreign->dataset.priority2 = last->gm_priority2; in ptp_port_best_foreign()
1328 foreign->dataset.steps_rm = last->steps_rm; in ptp_port_best_foreign()
1330 memcpy(&foreign->dataset.clk_quality, in ptp_port_best_foreign()
1333 memcpy(&foreign->dataset.clk_id, &last->gm_id, sizeof(last->gm_id)); in ptp_port_best_foreign()
1334 memcpy(&foreign->dataset.receiver, &port->port_ds.id, sizeof(port->port_ds.id)); in ptp_port_best_foreign()
1338 } else if (ptp_btca_ds_cmp(&foreign->dataset, &port->best->dataset)) { in ptp_port_best_foreign()
1354 if (ptp_port_id_eq(&msg->header.src_port_id, &foreign->dataset.sender)) { in ptp_port_add_foreign_tt()
1372 memcpy(&foreign->dataset.sender, in ptp_port_add_foreign_tt()
[all …]
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py94 dataset = tf.data.Dataset.from_tensor_slices(
96 return length, dataset
DREADME.md24 The dataset can be downloaded from the following URL:
/Zephyr-Core-3.7.0/tests/net/lib/mqtt_sn_packet/src/
Dmqtt_sn_packet.c26 #define MQTT_SN_DECODE_TEST(dataset) \ argument
27 .data = dataset, .datasz = sizeof(dataset), .name = STRINGIFY(dataset)
/Zephyr-Core-3.7.0/modules/openthread/
DKconfig.features255 bool "Operational dataset auto init"
DCMakeLists.txt103 …RATIONAL_DATASET_AUTO_INIT OT_OPERATIONAL_DATASET_AUTO_INIT "Enable operational dataset auto init")
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb299 …"We now have a noisy dataset that approximates real world data. We'll be using this to train our m…
418 …"Training runs this process on the full dataset multiple times, and each full run-through is known…
1639 …ght into what is happening, let's check its predictions against the test dataset we set aside earl…
1653 "# Calculate and print the loss on our test dataset\n",
1656 "# Make predictions based on our test dataset\n",
2899 …erforming well! To confirm, let's check its predictions against the test dataset we set aside earl…
2913 "# Calculate and print the loss on our test dataset\n",
2916 "# Make predictions based on our test dataset\n",
3007 "# Provide a representative dataset to ensure we quantize correctly.\n",
3038 …fter conversion and quantization, we'll compare their predictions and loss on our test dataset.\n",