Searched refs:event_proto (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/tools/ftrace_proto_gen/ |
D | main.cc | 192 perfetto::Proto event_proto; in main() local 193 if (!perfetto::GenerateProto(group, format, &event_proto)) { in main() 198 proto.MergeFrom(event_proto); in main()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.h | 192 static Status DumpEventProtoToFile(const Event& event_proto, 361 const Event& event_proto, const string& grpc_stream_url,
|
D | debug_io_utils.cc | 620 Status DebugFileIO::DumpEventProtoToFile(const Event& event_proto, in DumpEventProtoToFile() argument 635 event_proto.SerializeToString(&event_str); in DumpEventProtoToFile() 872 const Event& event_proto, const string& grpc_stream_url, in SendEventProtoThroughGrpcStream() argument 878 bool write_ok = debug_grpc_channel->WriteEvent(event_proto); in SendEventProtoThroughGrpcStream()
|
/external/tensorflow/tensorflow/core/util/ |
D | BUILD | 833 name = "event_proto", 876 ":event_proto",
|