Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsInternalFramesForFilenames (0.15 sec)

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

      auto id3 = StringAttr::get(&context, "python/tensorflow/show_file.py");
      auto loc3 = FileLineColLoc::get(&context, id3, 0, 0);
    
      // These locations will be evalauted as internal frames, passing the
      // IsInternalFramesForFilenames() check so will be filtered out.
      auto id_filtered =
          StringAttr::get(&context, "//tensorflow/python/dir/filtered_file_A.py");
      auto loc_filtered = FileLineColLoc::get(&context, id_filtered, 0, 0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:47:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top