Searched defs:self (Results 1 – 10 of 10) sorted by relevance
/samples/net/cellular_modem/server/ |
A D | te_udp_receive.py | 11 def __init__(self, address, timeout = 1): argument 18 def get_address(self): argument 21 def on_packet_received(self, data): argument 29 def update(self): argument 34 def _validate_packet_(self, data: bytes) -> bool: argument 43 def __init__(self): argument 48 def start(self): argument 51 def stop(self): argument 55 def _target_(self): argument 81 def _get_session_by_address_(self, address) -> TEUDPReceiveSession: argument [all …]
|
A D | te_udp_echo.py | 9 def __init__(self): argument 13 def start(self): argument 16 def stop(self): argument 20 def _target_(self): argument
|
/samples/modules/tflite-micro/magic_wand/train/ |
A D | data_prepare_test.py | 34 def setUp(self): # pylint: disable=g-missing-super-call argument 39 def test_prepare_data(self): argument 52 def test_generate_negative(self): argument 63 def test_write_data(self): argument
|
A D | data_load_test.py | 32 def setUp(self): # pylint: disable=g-missing-super-call argument 36 def test_get_data(self): argument 50 def test_pad(self): argument 72 def test_format(self): argument
|
A D | data_split_test.py | 31 def setUp(self): # pylint: disable=g-missing-super-call argument 38 def test_read_data(self): argument 45 def test_split_data(self): argument
|
A D | train_test.py | 35 def setUp(self): # pylint: disable=g-missing-super-call argument 42 def test_load_data(self): argument 47 def test_build_net(self): argument 61 def test_reshape_function(self): argument
|
A D | data_split_person_test.py | 30 def setUp(self): # pylint: disable=g-missing-super-call argument 33 def test_person_split(self): argument
|
A D | data_augmentation_test.py | 34 def test_time_wrapping(self): argument 40 def test_augment_data(self): argument
|
A D | data_load.py | 38 def __init__(self, train_data_path, valid_data_path, test_data_path, argument 50 def get_data_file(self, data_path, data_type): # pylint: disable=no-self-use argument 66 def pad(self, data, seq_length, dim): # pylint: disable=no-self-use argument 81 def format_support_func(self, padded_num, length, data, label): argument 98 def format(self): argument
|
/samples/bluetooth/mesh_provisioner/src/ |
A D | main.c | 97 static void configure_self(struct bt_mesh_cdb_node *self) in configure_self()
|
Completed in 40 milliseconds