Searched refs:in_def (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 133 const string& function_name, gtl::ArraySlice<string> in_def, 144 gtl::ArraySlice<string> in_def,
|
D | function.cc | 1537 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()
|