Home
last modified time | relevance | path

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

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