Home
last modified time | relevance | path

Searched refs:InstantiateFunctionCall (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.h274 Status InstantiateFunctionCall(const NodeDef& call_def,
Dfunction.cc1413 Status InstantiateFunctionCall(const NodeDef& call_def, in InstantiateFunctionCall() function
1809 Status s = InstantiateFunctionCall(node->def(), *lib, &handle); in ExpandInlineFunctions()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc230 Status status = InstantiateFunctionCall(call_def, *lib_runtime, &handle); in IsCompilableCall()