Home
last modified time | relevance | path

Searched refs:AddBatchSeqConfig (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.h265 void AddBatchSeqConfig(int max_size_for_batch,
Dop_builder.cc407 void GraphBuilder::AddBatchSeqConfig(int max_size_for_batch, in AddBatchSeqConfig() function in tflite::delegates::hexagon::GraphBuilder
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate_kernel.cc245 builder_->AddBatchSeqConfig(params_.max_batch_size, in BuildGraph()