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

  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils_test.cc 24 class DebugGraphUtilsTest : public ::testing::Test {
34 TEST_F(DebugGraphUtilsTest, TestParseNoAttributeDebugOpName) {
43 TEST_F(DebugGraphUtilsTest, TestMalformedDebugOpName) {
60 TEST_F(DebugGraphUtilsTest, TestDebugOpNameWithMalformedAttributes) {
90 TEST_F(DebugGraphUtilsTest, TestValidDebugOpNameWithSingleAttribute) {
107 TEST_F(DebugGraphUtilsTest, TestValidDebugOpNameWithMoreThanOneAttributes) {
129 TEST_F(DebugGraphUtilsTest, TestValidDebugOpNameWithMoreDuplicatettributes) {
139 TEST_F(DebugGraphUtilsTest, TestValidDebugOpNameWithWhitespaceInAttributes) {
debug_graph_utils.h 122 friend class DebugGraphUtilsTest;

Completed in 98 milliseconds