| 227 | } |
| 228 | |
| 229 | Status OpKernelConstruction::MatchSignature( |
| 230 | const DataTypeSlice expected_inputs, const DataTypeSlice expected_outputs) { |
| 231 | return MatchSignatureHelper(expected_inputs, expected_outputs, input_types_, |
| 232 | output_types_); |
| 233 | } |
| 234 | |
| 235 | Status OpKernelConstruction::allocate_temp(DataType type, |
| 236 | const TensorShape& shape, |