Home
last modified time | relevance | path

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

/third_party/openssl/test/ossl_shim/
Dasync_bio.cc32 static int AsyncWrite(BIO *bio, const char *in, int inl) { in AsyncWrite() function
135 || !BIO_meth_set_write(g_async_bio_method, AsyncWrite) in AsyncMethod()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.cc124 RETURN_IF_NOT_OK(async_buffer_stream_->AsyncWrite(row)); in AsyncWriteRow()
392 Status CacheClient::AsyncBufferStream::AsyncWrite(const TensorRow &row) { in AsyncWrite() function in mindspore::dataset::CacheClient::AsyncBufferStream
Dcache_client.h323 Status AsyncWrite(const TensorRow &row);