Searched defs:subgraph_name (Results 1 – 5 of 5) sorted by relevance
35 const char* subgraph_name, int subgraph_index) { in OnTfLiteSubgraphInvoke()
175 const std::string subgraph_name = subgraphs->at(i)->GetName(); in RegisterFunctionDefForSubgraphs() local
109 std::string subgraph_name = in PrintFunctionResultMapping() local
326 flatbuffers::FlatBufferBuilder* builder, const std::string& subgraph_name) { in PopulateAndGetOffset()
519 Status Encapsulator::Subgraph::MakeSequencingNode(const string& subgraph_name, in MakeSequencingNode()