Home
last modified time | relevance | path

Searched defs:mutable_proto (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node_show.cc55 GraphNodeProto* ShowNode::mutable_proto() { return &proto_; } in mutable_proto() function in tensorflow::tfprof::ShowNode
169 MultiGraphNodeProto* ShowMultiNode::mutable_proto() { return &proto_; } in mutable_proto() function in tensorflow::tfprof::ShowMultiNode
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.h59 HloModuleProto* mutable_proto() { return &proto_; } in mutable_proto() function