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