Home
last modified time | relevance | path

Searched defs:max_batch_size (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Drnn.cpp432 int64_t max_batch_size, in forward_helper()
519 auto max_batch_size = in forward() local
538 auto max_batch_size = batch_sizes[0].item<int64_t>(); in forward_with_packed_input() local
610 int64_t max_batch_size, in forward_helper()
670 auto max_batch_size = options.batch_first() ? input.size(0) : input.size(1); in forward() local
689 auto max_batch_size = batch_sizes[0].item<int64_t>(); in forward_with_packed_input() local
719 int64_t max_batch_size, in forward_helper()
767 auto max_batch_size = options.batch_first() ? input.size(0) : input.size(1); in forward() local
785 auto max_batch_size = batch_sizes[0].item<int64_t>(); in forward_with_packed_input() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_resource_base.cc172 void RecordBatchParamMaxBatchSize(int64_t max_batch_size, in RecordBatchParamMaxBatchSize()
331 int32_t num_batch_threads, int32_t max_batch_size, in GetBatcherQueueOptions()
345 std::vector<std::unique_ptr<BatchTask>>* output_tasks) -> Status { in GetBatcherQueueOptions()
363 int32_t max_batch_size, int32_t batch_timeout_micros, in GetAdaptiveBatcherQueueOptions()
381 std::vector<std::unique_ptr<BatchTask>>* output_tasks) -> Status { in GetAdaptiveBatcherQueueOptions()
491 int max_batch_size, std::vector<std::unique_ptr<BatchTask>>* output_tasks) { in SplitInputTask()
H A Dbasic_batch_scheduler.h183 int max_batch_size = 1000; member
H A Dshared_batch_scheduler_test.cc156 std::vector<std::unique_ptr<FakeTask>>* output_tasks) -> Status { in get_split_func()
825 std::vector<std::unique_ptr<FakeTask>>* output_tasks) -> Status { in CreateQueues()
H A Dserial_device_batch_scheduler.h108 int max_batch_size = 1000; member
H A Dadaptive_shared_batch_scheduler.h146 int max_batch_size = 1000; member
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py279 max_batch_size=None, argument
376 max_batch_size=None, argument
435 max_batch_size=1, argument
1698 max_batch_size=1, argument
H A Dtrt_convert_test.py181 max_batch_size=1, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dunion_find.cc85 ClusterBatchSize& ClusterBatchSize::SetMaxBatchSize(int max_batch_size) { in SetMaxBatchSize()
91 const std::optional<int>& max_batch_size) { in SetMaxBatchSize()
/aosp_15_r20/external/pytorch/benchmarks/gpt_fast/
H A Dmodel.py93 self, max_batch_size, max_seq_length, n_heads, head_dim, dtype=torch.bfloat16 argument
129 def setup_caches(self, max_batch_size, max_seq_length): argument
H A Dmixtral_moe_model.py72 self, max_batch_size, max_seq_length, n_heads, head_dim, dtype=torch.bfloat16 argument
108 def setup_caches(self, max_batch_size, max_seq_length): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_batch_tf_opkernels.cc115 static Status Create(int32_t num_batch_threads, int32_t max_batch_size, in Create()
140 int32_t max_batch_size, int32_t batch_timeout_micros, in Create()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dbatch_ops.py30 max_batch_size, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph.cc461 int max_batch_size = info.max_batch_size.has_value() in CreateTRTNode() local
693 const EngineInfo& info, int max_batch_size, in CreateStaticEngine()
H A Dtrt_optimization_pass.h45 size_t max_batch_size = -1; member
H A Dconvert_nodes.h131 std::optional<int> max_batch_size; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/
H A Dhexagon_delegate.h69 int max_batch_size; member
/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Dquantized_kv_cache.py33 max_batch_size, argument
/aosp_15_r20/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.h26 size_t max_batch_size; member
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
H A Dquantization_mnist_test.py148 def _GetGraphDef(self, use_trt, max_batch_size, model_dir): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
H A Dbatch_seq_config_test.cc106 void ApplyDelegate(int max_batch_size, in ApplyDelegate()
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dbatch.py188 max_batch_size=None, batch_request_callback=None): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPackedSequence.cpp147 int64_t max_batch_size = batch_sizes[0]; in _pad_packed_sequence() local
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dllama_transformer.py91 max_batch_size: int = 32 variable in ModelArgs
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DBatchLinearAlgebraLibBlas.cpp225 constexpr auto max_batch_size = 524280; in triangular_solve_batched_cublas() local

12