Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc159 std::unordered_map<string, std::vector<const FunctionDef*>> fwd_funcs; in Init() local
179 fwd_funcs[interface_name].emplace_back(&function); in Init()
194 ValidateSignatures(fwd_funcs, FunctionApiInfo::FunctionType::FORWARD)); in Init()