Searched refs:getInputIndex (Results 1 – 6 of 6) sorted by relevance
487 public int getInputIndex(String opName) { in getInputIndex() method in Interpreter489 return wrapper.getInputIndex(opName); in getInputIndex()
276 int getInputIndex(String name) { in getInputIndex() method in NativeInterpreterWrapper
142 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool getInputIndex(Index index, Index* inputIndex) const180 if (getInputIndex(index, &inputIndex)) {
370 interpreter.getInputIndex("WrongInputName"); in testGetInputIndex()379 int index = interpreter.getInputIndex("input"); in testGetInputIndex()
177 public int getInputIndex(String opName);
612 /*methodName=*/"getInputIndex",