| 274 | } |
| 275 | |
| 276 | Status TensorHandle::Tensor(const tensorflow::Tensor** t) { |
| 277 | TF_RETURN_IF_ERROR(WaitReady()); |
| 278 | return tensor_handle_data_->Tensor(t); |
| 279 | } |
| 280 | |
| 281 | Status TensorHandle::TensorValue(tensorflow::TensorValue* t) { |
| 282 | TF_RETURN_IF_ERROR(WaitReady()); |
no outgoing calls
no test coverage detected