Home
last modified time | relevance | path

Searched refs:GraphHasDynamicBatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.cc330 if (graph_builder_->GraphHasDynamicBatch()) { in AddOutput()
350 if (graph_builder_->GraphHasDynamicBatch()) { in AddOutput()
H A Dop_builder.h356 bool GraphHasDynamicBatch() const { return max_size_for_batch_ != -1; } in GraphHasDynamicBatch() function