| 347 | Tensor* handle() { return &handle_; } |
| 348 | |
| 349 | ResourceHandle resource_handle(OpKernelContext* ctx) { |
| 350 | return ctx->step_container()->MakeResourceHandle<TensorArray>( |
| 351 | key_, *ctx->device()); |
| 352 | } |
| 353 | |
| 354 | private: |
| 355 | Status LockedWrite(OpKernelContext* ctx, const int32 index, |
no test coverage detected