Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc487 FunctionBody* tmp_fbody; in GetGraphAndRets() local
490 FunctionDefToBodyHelper(*fdef, attrs, lib_def, get_func_sig, &tmp_fbody)); in GetGraphAndRets()
491 if (tmp_fbody == nullptr) { in GetGraphAndRets()
496 std::unique_ptr<FunctionBody> fbody(tmp_fbody); in GetGraphAndRets()