| 2054 | } |
| 2055 | |
| 2056 | Status DirectSession::GetOrCreateExecutors( |
| 2057 | gtl::ArraySlice<string> inputs, gtl::ArraySlice<string> outputs, |
| 2058 | gtl::ArraySlice<string> target_nodes, ExecutorsAndKeys** executors_and_keys, |
| 2059 | RunStateArgs* run_state_args) { |
| 2060 | return GetOrCreateExecutors(inputs, outputs, target_nodes, |
| 2061 | executors_and_keys, run_state_args, ""); |
| 2062 | } |
| 2063 | |
| 2064 | Status DirectSession::GetOrCreateExecutors( |
| 2065 | gtl::ArraySlice<string> inputs, gtl::ArraySlice<string> outputs, |
nothing calls this directly
no test coverage detected