Searched refs:GetSubgraphIndex (Results 1 – 4 of 4) sorted by relevance
34 int GetSubgraphIndex() { in GetSubgraphIndex() function in tflite::SignatureRunnerJNIHelper134 return SignatureRunnerJNIHelper(runner).GetSubgraphIndex(); in Java_org_tensorflow_lite_NativeSignatureRunnerWrapper_nativeGetSubgraphIndex()
341 int GetSubgraphIndex() const { return subgraph_index_; } in GetSubgraphIndex() function
1956 if (GetSubgraphIndex() == 0) { in GetMemoryAllocInfo()
1161 EXPECT_THAT(interpreter_->subgraph(0)->GetSubgraphIndex(), 0); in TEST_F()1166 subgraph_indices.push_back(interpreter_->subgraph(i)->GetSubgraphIndex()); in TEST_F()