Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dconcatenation_test.cc66 const TensorData& output_template) { in QuantizedConcatenationOpModel() argument
73 output_ = AddOutput({output_template.type, /*shape=*/{}, in QuantizedConcatenationOpModel()
74 output_template.min, output_template.max}); in QuantizedConcatenationOpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc964 const TensorData& output_template) { in QuantizedConcatenationOpModel() argument
971 output_ = AddOutput({output_template.type, /*shape=*/{}, in QuantizedConcatenationOpModel()
972 output_template.min, output_template.max}); in QuantizedConcatenationOpModel()