MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetOrCreateExecutors

Method GetOrCreateExecutors

tensorflow/core/common_runtime/direct_session.cc:2056–2062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2054}
2055
2056Status 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
2064Status DirectSession::GetOrCreateExecutors(
2065 gtl::ArraySlice<string> inputs, gtl::ArraySlice<string> outputs,

Callers

nothing calls this directly

Calls 15

IsEnabledFunction · 0.85
sortFunction · 0.85
add_targetMethod · 0.80
mutable_run_optionsMethod · 0.80
StrCatFunction · 0.50
emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45
getMethod · 0.45
beginMethod · 0.45
emplaceMethod · 0.45

Tested by

no test coverage detected