HomeSort by relevance Sort by last modified time
    Searched refs:TestToFromProto (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_stats_test.cc 72 string TestToFromProto(const string& cmd, const Options& opts) {
116 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts));
152 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts));
185 EXPECT_EQ(root.DebugString(), TestToFromProto("graph", opts));
233 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts));
268 EXPECT_EQ(root.DebugString(), TestToFromProto("scope", opts));
tfprof_show_test.cc 78 string TestToFromProto(const string& cmd, const Options& opts,
124 EXPECT_EQ(dump_str, TestToFromProto("scope", opts));
171 EXPECT_EQ(dump_str, TestToFromProto("scope", opts));
215 EXPECT_EQ(dump_str, TestToFromProto("op", opts, true));

Completed in 61 milliseconds