| 461 | } |
| 462 | |
| 463 | Status SessionRef::MakeCallable(const CallableOptions& callable_options, |
| 464 | CallableHandle* out_handle) { |
| 465 | LOG_AND_RUN_OPERATION(MakeCallable, callable_options, out_handle); |
| 466 | } |
| 467 | |
| 468 | Status SessionRef::RunCallable(CallableHandle handle, |
| 469 | const std::vector<Tensor>& feed_tensors, |
no outgoing calls
no test coverage detected