- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 1,019 for readFn (0.04 seconds)
-
tensorflow/c/c_api_experimental.cc
TF_CheckpointReader* reader = new TF_CheckpointReader(filename, status); if (!status->status.ok()) { TF_DeleteCheckpointReader(reader); return nullptr; } const auto& m = reader->GetVariableToDataTypeMap(); for (auto it = m.begin(); it != m.end(); ++it) reader->variable_list.push_back(it->first); std::sort(reader->variable_list.begin(), reader->variable_list.end()); return reader; }
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 29.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java
* * ESSourceReader reader = new ESSourceReader(client, settings, indexName); * reader.setScrollSize(1000); // Set the scroll size * reader.setLimitOfDocumentSize(1024 * 1024); // Limit document size to 1MB * reader.setQuery(QueryBuilders.termQuery("field", "value")); // Set a query * * Map<String, Object> document; * while ((document = reader.read()) != null) { * // Process the document
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 11.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/logs/README.txt
Shinsuke Sugaya <******@****.***> 1379138428 +0900
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Sep 14 06:00:28 GMT 2013 - 15 bytes - Click Count (0) -
okhttp-coroutines/README.md
HyunWoo Lee (Nunu Lee) <******@****.***> 1699544847 +0900
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Nov 09 15:47:27 GMT 2023 - 609 bytes - Click Count (0) -
android-test/src/androidTest/README.md
Benoît Quenaudon <******@****.***> 1755850378 +0100
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Aug 22 08:12:58 GMT 2025 - 2.5K bytes - Click Count (0) -
okhttp-sse/README.md
Jesse Wilson <******@****.***> 1761860399 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Oct 30 21:39:59 GMT 2025 - 244 bytes - Click Count (0) -
okhttp-testing-support/README.md
Jesse Wilson <******@****.***> 1560566665 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Jun 16 02:08:18 GMT 2019 - 195 bytes - Click Count (0) -
apache-maven/README.txt
HiuFung Kwok <******@****.***> 1723499696 -0700
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Aug 12 21:54:56 GMT 2024 - 1.2K bytes - Click Count (0) -
README.md
* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr * Composite Primary Key * Auto Migrations * Logger * Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus… * Every feature comes with tests * Developer Friendly ## Getting Started * GORM Guides [https://gorm.io](https://gorm.io)
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Thu Oct 30 09:30:20 GMT 2025 - 1.8K bytes - Click Count (0) -
docs/bigdata/README.md
fs.s3a.max.total.tasks=2048 # Maximum number of parallel tasks fs.s3a.multipart.size=512M # Size of each multipart chunk fs.s3a.multipart.threshold=512M # Size before using multipart uploads fs.s3a.socket.recv.buffer=65536 # Read socket buffer hint fs.s3a.socket.send.buffer=65536 # Write socket buffer hint fs.s3a.threads.max=2048 # Maximum number of threads for S3A ``` The rest of the other optimization options are discussed in the links below
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 14.7K bytes - Click Count (0)