Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dportable_tensor.h77 class VectorOfQuantizedTensors : public VectorOfTensors<uint8_t> {
80 VectorOfQuantizedTensors(const TfLiteContext& context, in VectorOfQuantizedTensors() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconcatenation.cc67 VectorOfQuantizedTensors all_inputs(*context, *node->inputs); \ in EvalImpl()