Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadEnvvars (1.62 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops_test.cc

      EXPECT_THAT(files, ::testing::IsEmpty());
      setenv("TF_DUMP_GRAPH_NAME_FILTER", "*", /*overwrite=*/1);
      setenv("TF_DUMP_GRAPH_GROUPS", "main,runtime_lowering", /*overwrite=*/1);
      DEBUG_DATA_DUMPER()->LoadEnvvars();
    
      TF_ASSERT_OK(CreateMlirModule("basic_cluster.mlir"));
    
      TF_EXPECT_OK(RunLowerClusterToRuntimeOpsPassPipeline(
          *mlir_module_, DeviceType(DEVICE_TPU_XLA_JIT)));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top