Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h81 GraphDef& mutable_function_body();
Dfunctions.cc120 GraphDef& GrapplerFunctionItem::mutable_function_body() { return graph; } in mutable_function_body() function in tensorflow::grappler::GrapplerFunctionItem