-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto complete now uses default-max-batch-size (#60)
* auto completing max_batch_size uses the default-max-batch-size from backend config; set dynamic batcher when greater than 0 * only set dynamic batching when max-batch-size greater than 1 * moved setting dynamic batching scheduler until after max_batch_size is set * added documentation about how tensorflow uses default-max-batch-size * when default-max-batch-size=0 then max_batch_size=0 * added const for defining start_index * consolidated the new_max-batch_size_logic
- Loading branch information
1 parent
9e4e59b
commit 40f9d94
Showing
2 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters