Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.h94 absl::flat_hash_map<string, std::vector<string>> intf_to_inference_funcs_; variable
Dfunction_api_info.cc174 intf_to_inference_funcs_[interface_name].emplace_back(function_name); in Init()
209 it = intf_to_inference_funcs_.find(func_info->interface_name()); in GetEquivalentImplementations()