Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc766 const absl::optional<GrapplerFunctionItem>& maybe_grappler_function_item = in UpdateFunction() local
768 if (!maybe_grappler_function_item.has_value()) { in UpdateFunction()
784 GrapplerFunctionItem grappler_function_item = *maybe_grappler_function_item; in UpdateFunction()