Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc51 const auto& ret_output_name = in GetOutputNode() local
53 return function.ret().at(ret_output_name); in GetOutputNode()
57 const auto& ret_output_name = in GetMutableOutputNode() local
59 return function->mutable_ret()->at(ret_output_name); in GetMutableOutputNode()