Home | History | Annotate | Download | only in tflite

Lines Matching defs:tensors

31   auto tensors = (*input_model.subgraphs())[0]->tensors();
32 if (!tensors) return;
33 for (const auto* tensor : *tensors) {
54 auto tensors = (*input_model.subgraphs())[0]->tensors();
56 // auto tensors = input_model.tensors();
57 if (!tensors) return;
58 for (const auto* input_tensor : *tensors) {