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.cc759 auto it = fun_to_grappler_function_item_.find(function.name()); in UpdateFunction()
760 if (it == fun_to_grappler_function_item_.end()) { in UpdateFunction()
1270 auto it = fun_to_grappler_function_item_.find(function.name()); in AddFunction()
1271 if (it != fun_to_grappler_function_item_.end()) { in AddFunction()
1286 fun_to_grappler_function_item_[function_def->signature().name()] = in AddFunction()
1308 fun_to_grappler_function_item_[function_def->signature().name()] = in AddFunction()
2007 fun_to_grappler_function_item_; member in tensorflow::grappler::SymbolicShapeRefiner