Searched refs:mutable_function_body (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ | ||
H A D | functions.h | 84 GraphDef& mutable_function_body(); |
H A D | functions.cc | 120 GraphDef& GrapplerFunctionItem::mutable_function_body() { return graph; } in mutable_function_body() function in tensorflow::grappler::GrapplerFunctionItem |