Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dconcatenation_test.cc61 class QuantizedConcatenationOpModel : public BaseConcatenationOpModel { class
64 QuantizedConcatenationOpModel(const std::vector<TensorData>& input_template, in QuantizedConcatenationOpModel() function in tflite::__anond23afdee0111::QuantizedConcatenationOpModel
174 QuantizedConcatenationOpModel m0({TensorType_UINT8, {2, 1, 2}, -12.7, 12.8}, in TEST()
196 QuantizedConcatenationOpModel m0({TensorType_INT8, {2, 1, 2}, -12.7, 12.8}, in TEST()
217 QuantizedConcatenationOpModel m0({{TensorType_UINT8, {2, 1, 2}, -10.7, 10.8}, in TEST()
242 QuantizedConcatenationOpModel m0({{TensorType_UINT8, {2, 1, 2}, -10.7, 10.8}, in TEST()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc959 class QuantizedConcatenationOpModel : public BaseConcatenationOpModel { class
962 QuantizedConcatenationOpModel(const std::vector<TensorData>& input_template, in QuantizedConcatenationOpModel() function in tflite::__anon0c68fcb70111::QuantizedConcatenationOpModel
990 QuantizedConcatenationOpModel m0({TensorType_UINT8, {2, 1, 2}, -12.7, 12.8}, in TEST()
1011 QuantizedConcatenationOpModel m0({{TensorType_UINT8, {2, 1, 2}, -10.7, 10.8}, in TEST()