Searched refs:GraphHasDynamicBatch (Results 1 – 2 of 2) sorted by relevance
330 if (graph_builder_->GraphHasDynamicBatch()) { in AddOutput()350 if (graph_builder_->GraphHasDynamicBatch()) { in AddOutput()
356 bool GraphHasDynamicBatch() const { return max_size_for_batch_ != -1; } in GraphHasDynamicBatch() function