Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h175 GraphDef& mutable_function_body();
Dfunctions.cc387 GraphDef& GrapplerFunctionItem::mutable_function_body() { return graph; } in mutable_function_body() function in tensorflow::grappler::GrapplerFunctionItem
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1058 for (NodeDef& func_body_node : *item.mutable_function_body().mutable_node()) { in InlineDirectFunctionCall()