| 1639 | } |
| 1640 | |
| 1641 | inline bool OpKernelContext::input_is_ref(int index) const { |
| 1642 | const TensorValue& value((*params_->inputs)[index]); |
| 1643 | return value.is_ref(); |
| 1644 | } |
| 1645 | |
| 1646 | inline void OpKernelContext::record_tensor_reference(const Tensor& tensor) { |
| 1647 | DCHECK_EQ(params_->device->RequiresRecordingAccessedTensors(), |