Home
last modified time | relevance | path

Searched defs:GetSubgraphIndex (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativesignaturerunner_jni.cc34 int GetSubgraphIndex() { in GetSubgraphIndex() function in tflite::SignatureRunnerJNIHelper
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h341 int GetSubgraphIndex() const { return subgraph_index_; } in GetSubgraphIndex() function