Inconsistent "batched" and "batching" naming
See original GitHub issueBit of a nitpick, but shouldn’t createBatchingNetworkInterface
be called createBatchedNetworkInterface
, since it returns a new HTTPBatchedNetworkInterface
?
Most of the filenames, functions and classes about batching go by “batched”, with the exception of BatchingNetworkInterfaceOptions
, which should also probably be renamed BatchedNetworkInterfaceOptions
.
Ideally this would happen prior to v1.0.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Inconsistent Batching in Depth Pass, DisableBatching not ...
When I have multiple meshes using the shader, Unity will try to batch them, and it'll usually be fine. However, certain camera positions...
Read more >Pros and Cons of Batching System Types - Carlton Scale
Inconsistent results during a batching process can lead to defects, lost batches, and unmet standards. Bad batches are one of the top reasons...
Read more >irregular/varying batch size in tensorflow? - Stack Overflow
The answer is yes. model.fit() method allows to pass to it a generator which will generate randomly-sized batches. x_train_batches = .
Read more >What is a Batch Operation? | A Comprehensive Guide 101
Batching is another word for a batch operation. All of the reactants (i.e., raw materials) are charged (fed) singly into a reactor vessel...
Read more >How to use Different Batch Sizes when Training and ...
This tutorial is divided into 6 parts, as follows: On Batch Size; Sequence Prediction Problem Description; LSTM Model and Varied Batch Size ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Or maybe even just use
Batch
everywhere:createBatchNetworkInterface
.We could do this in a 2.0 API as a breaking change, but not before that. Since the PR is closed, I’ll close the issue as well.