Home
last modified time | relevance | path

Searched refs:AddSubgraphs (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dwhile_test.cc43 interpreter_->AddSubgraphs(2); in TEST_F()
66 interpreter_->AddSubgraphs(2); in TEST_F()
Dif_test.cc38 interpreter_->AddSubgraphs(2); in SetUp()
72 interpreter_->AddSubgraphs(2); in SetUp()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc68 AddSubgraphs(1); in Interpreter()
106 void Interpreter::AddSubgraphs(int subgraphs_to_add, in AddSubgraphs() function in tflite::Interpreter
Dinterpreter.h452 void AddSubgraphs(int subgraphs_to_add,
Dmodel.cc521 (*interpreter)->AddSubgraphs(subgraphs->Length() - 1); in operator ()()