Searched defs:mutable_proto (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ | ||
D | tfprof_node_show.cc | 52 GraphNodeProto* ShowNode::mutable_proto() { return &proto_; } in mutable_proto() function in tensorflow::tfprof::ShowNode |
/external/tensorflow/tensorflow/compiler/xla/client/ | ||
D | xla_computation.h | 59 HloModuleProto* mutable_proto() { return &proto_; } in mutable_proto() function |