| 180 | }; |
| 181 | |
| 182 | string GetEagerPythonOp(const OpDef& op_def, const ApiDef& api_def, |
| 183 | const string& function_name) { |
| 184 | return GenEagerPythonOp(op_def, api_def, function_name).Code(); |
| 185 | } |
| 186 | |
| 187 | string GenEagerPythonOp::FlattenInputs( |
| 188 | const std::vector<int>* input_indices, |
no test coverage detected