Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info_test.cc47 void PopulateFunction(const string& name, const string& api_interface_name, in PopulateFunction() argument
60 if (!api_interface_name.empty()) in PopulateFunction()
61 (*func_attr)["api_implements"].set_s(api_interface_name); in PopulateFunction()