| 87 | } // namespace |
| 88 | |
| 89 | int XlaCompiledCpuFunction::LookupArgIndex(const string& name) const { |
| 90 | return LookupNameIndex(name, arg_names_); |
| 91 | } |
| 92 | |
| 93 | int XlaCompiledCpuFunction::LookupResultIndex(const string& name) const { |
| 94 | return LookupNameIndex(name, result_names_); |