Home
last modified time | relevance | path

Searched refs:size_ (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/modem/
Dmodem_shell.c32 #define ms_send(ctx_, buf_, size_) \ argument
33 (ctx_->iface.write(&ctx_->iface, buf_, size_))
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h185 trans_->checkReadBytesAvailable(set.size_ * getMinSerializedSize(set.elemType_)); in checkReadBytesAvailable()
190 trans_->checkReadBytesAvailable(list.size_ * getMinSerializedSize(list.elemType_)); in checkReadBytesAvailable()
197 trans_->checkReadBytesAvailable(map.size_ * elmSize); in checkReadBytesAvailable()
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb420 …s weights and biases are adjusted accordingly, once per batch. The _batch size_ is also a paramete…