| 42 | } |
| 43 | |
| 44 | void TF_OpDefinitionBuilderAddInput(TF_OpDefinitionBuilder* builder, |
| 45 | const char* input_spec) { |
| 46 | reinterpret_cast<OpDefBuilder*>(builder)->Input(input_spec); |
| 47 | } |
| 48 | |
| 49 | void TF_OpDefinitionBuilderAddOutput(TF_OpDefinitionBuilder* builder, |
| 50 | const char* output_spec) { |