Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc1207 Status GetPotentialFunctionName(const Node& node, const string** name) { in GetPotentialFunctionName() function
1252 TF_RETURN_IF_ERROR(GetPotentialFunctionName(*node, &function_name)); in ValidateGraph()