Searched refs:VectorOfQuantizedTensors (Results 1 – 2 of 2) sorted by relevance
91 class VectorOfQuantizedTensors : public VectorOfTensors<uint8> {94 VectorOfQuantizedTensors(const TfLiteContext& context, in VectorOfQuantizedTensors() function
128 VectorOfQuantizedTensors all_inputs(*context, *node->inputs); \ in Eval()