Searched refs:VectorOfTensors (Results 1 – 7 of 7) sorted by relevance
47 class VectorOfTensors {50 VectorOfTensors(const TfLiteContext& context, in VectorOfTensors() function91 class VectorOfQuantizedTensors : public VectorOfTensors<uint8> {96 : VectorOfTensors<uint8>(context, tensor_list) { in VectorOfQuantizedTensors()
91 VectorOfTensors<int8_t> all_inputs(*context, *node->inputs); in Prepare()117 VectorOfTensors<scalar> all_inputs(*context, *node->inputs); \ in Eval()
55 VectorOfTensors<T> all_inputs(*context, *node->inputs); in EvalAddN()
96 VectorOfTensors<T> all_outputs(*context, *node->outputs); in UnpackImpl()
119 VectorOfTensors<scalar> all_outputs(*context, *node->outputs); \ in Eval()
86 VectorOfTensors<T> all_inputs(*context, *node->inputs); in PackImpl()
165 VectorOfTensors<scalar> all_outputs(*context, *node->outputs); \ in Eval()