Searched defs:getInputTypes (Results 1 – 2 of 2) sorted by relevance
987 static ArrayAttr getInputTypes(OpT op) { return op.TinAttr(); } in getInputTypes() function992 static ArrayAttr getInputTypes(OpT op) { return op.TAttr(); } in getInputTypes() function
939 public static Map<String, Integer> getInputTypes() { in getInputTypes() method in ViewInflater