Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h133 const string& function_name, gtl::ArraySlice<string> in_def,
144 gtl::ArraySlice<string> in_def,
Dfunction.cc1537 const string& function_name, gtl::ArraySlice<string> in_def, in Create() argument
1546 for (const auto& i : in_def) b.Input(i); in Create()
1587 const string& function_name, gtl::ArraySlice<string> in_def, in Create() argument
1591 return Create(function_name, in_def, out_def, attr_def, node_def, ret_def, in Create()