Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_utils.h94 Status InstantiateFunctionCall(const NodeDef& call_def,
Dfunction_utils.cc274 Status InstantiateFunctionCall(const NodeDef& call_def, in InstantiateFunctionCall() function
Dinline_function_utils.cc865 Status s = InstantiateFunctionCall(node->def(), lib, &handle); in ExpandInlineFunctions()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util.cc207 TF_RETURN_IF_ERROR(InstantiateFunctionCall(n.def(), lib_runtime, &handle)); in PropagateThroughCallOp()