Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
Dinc_op_plugin.h59 int max_batch_size) override { in configure()
69 size_t getWorkspaceSize(int max_batch_size) const override { return 0; } in getWorkspaceSize()
/external/tensorflow/tensorflow/contrib/batching/python/ops/
Dbatch_ops.py59 max_batch_size, argument
138 max_batch_size, argument
/external/tensorflow/tensorflow/contrib/tensorrt/python/
Dtrt_convert.py27 max_batch_size=1, argument
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py464 max_batch_size=1, argument
564 max_batch_size=1, argument
784 max_batch_size=1, argument
Dtrt_convert_test.py173 max_batch_size=1, argument
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler.h149 int max_batch_size = 1000; member
Dshared_batch_scheduler.h139 size_t max_batch_size = 1000; member
Dadaptive_shared_batch_scheduler.h125 int max_batch_size = 1000; member
Dserial_device_batch_scheduler.h108 int max_batch_size = 1000; member
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.h61 size_t max_batch_size = 1; member
Dconvert_graph.cc103 size_t max_batch_size, size_t max_workspace_size_bytes, in ConvertGraphDefToTensorRT()
402 int max_batch_size, Graph* graph, in CreateTRTNode()
Dconvert_nodes.cc4056 const GraphDef& gdef, TrtPrecisionMode precision_mode, int max_batch_size, in ConvertGraphDefToEngine()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
Dtrt_plugin.cc52 int max_batch_size) { in configure()
/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.h26 size_t max_batch_size; member
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py113 def _GetGraphDef(self, use_trt, max_batch_size, model_dir): argument
/external/python/apitools/apitools/base/py/
Dbatch.py185 max_batch_size=None, batch_request_callback=None): argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc564 const auto max_batch_size = raw_static_engine->getMaxBatchSize(); in GetEngine() local
/external/libtextclassifier/annotator/
Dannotator.cc2164 const int max_batch_size = model_->selection_options()->batch_size(); in ModelClickContextScoreChunks() local
2275 const int max_batch_size = model_->selection_options()->batch_size(); in ModelBoundsSensitiveScoreChunks() local
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc210 static Status Create(int32 num_batch_threads, int32 max_batch_size, in Create()