Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc55 using FuncMapIter = std::map<string, absl::optional<string>>::const_iterator; typedef
58 bool FunctionHasBeenProcessed(FuncMapIter func_iter, const FuncMap* func_map) { in FunctionHasBeenProcessed()
63 bool FunctionHasBeenModified(FuncMapIter func_iter) { in FunctionHasBeenModified()
82 const string& GetMappedFunctionName(FuncMapIter func_iter) { in GetMappedFunctionName()