Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for not_expected_substr (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/dump_graph_test.cc

          /*flib_def=*/nullptr, &file));
    
      string expected_substr("tfg.graph");
      ExpectHasSubstr(actual, expected_substr);
    
      string not_expected_substr("tf_executor.island");
      ExpectHasNoSubstr(actual, not_expected_substr);
    }
    
    }  // namespace
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:47:51 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top