Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc599 auto it = fun_to_grappler_function_item_.find(function_node->op()); in UpdateFunction()
600 if (it == fun_to_grappler_function_item_.end()) { in UpdateFunction()
1036 auto it = fun_to_grappler_function_item_.find(function_node->op()); in AddFunction()
1037 if (it != fun_to_grappler_function_item_.end()) { in AddFunction()
1064 fun_to_grappler_function_item_[function_def->signature().name()] = in AddFunction()
1695 fun_to_grappler_function_item_; member in tensorflow::grappler::SymbolicShapeRefiner