Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emit_location_information (0.16 sec)

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

                       .Attr("dtype", DT_FLOAT)
                       .Finalize(&graph, &node));
    
      string actual;
      StringWritableFile file(&actual);
      TF_ASSERT_OK(DumpTextualIRToFile(MlirDumpConfig().emit_location_information(),
                                       graph, /*flib_def=*/nullptr, &file));
    
      string expected_substr = R"(loc(#loc))";
      ExpectHasSubstr(actual, expected_substr);
    }
    
    TEST(Dump, DumpToTFG) {
    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