Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dbatch_seq_builder.h43 void SetInputBatchDimensions(TfLiteIntArray* input_batch_dimensions) { in SetInputBatchDimensions() function
H A Dbatch_seq_builder.cc62 builder->SetInputBatchDimensions(input_batch_dimensions); in CreateBatchSeqBuilder()