Home
last modified time | relevance | path

Searched defs:output_batch_dimensions (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dbatch_seq_builder.h47 void SetOutputBatchDimensions(TfLiteIntArray* output_batch_dimensions) { in SetOutputBatchDimensions()
Dbatch_seq_builder.cc59 TfLiteIntArray* output_batch_dimensions) { in CreateBatchSeqBuilder()
Dop_builder.cc409 TfLiteIntArray* output_batch_dimensions) { in AddBatchSeqConfig()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.h90 TfLiteIntArray* output_batch_dimensions; member
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dbatch_seq_config_test.cc107 const std::vector<int>& output_batch_dimensions) { in ApplyDelegate()