Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc164 const std::unordered_map<string, string>& type_annotations);
168 const std::unordered_map<string, string>& type_annotations);
183 const std::unordered_map<string, string>& type_annotations);
186 const std::unordered_map<string, string>& type_annotations);
353 std::unordered_map<string, string> type_annotations; in Code() local
356 type_annotations = GetTypeAnnotations(); in Code()
365 if (type_annotations.find(param.GetName()) != type_annotations.end()) { in Code()
367 type_annotations.at(param.GetName())); in Code()
380 if (type_annotations.find(param_and_default.first.GetName()) != in Code()
381 type_annotations.end()) { in Code()
[all …]
Dpython_op_gen.h61 const std::unordered_map<string, string>& type_annotations);