Searched defs:GetInputIndex (Results 1 – 5 of 5) sorted by relevance
60 int GetInputIndex(const char* input_name) { in GetInputIndex() function in tflite::SignatureRunnerJNIHelper
128 size_t GetInputIndex() const { return input_index_; } in GetInputIndex() function177 size_t GetInputIndex() const { return input_index_; } in GetInputIndex() function
37 static Index GetInputIndex(Index output_index, in GetInputIndex() function
153 static Index GetInputIndex(Index output_index, in GetInputIndex() function
899 def GetInputIndex(op, tensor): function