Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for RunSessionTf2xlaClusteringBridge (0.45 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf_test.cc

    };
    
    TEST_F(SessionClusterTensorflowDialectTest, ClustersTf) {
      CellReader<int64_t> compilation_status(kCompilationStreamz);
    
      TF_ASSERT_OK(CreateMlirModule("empty_func.mlir"));
    
      TF_EXPECT_OK(
          RunSessionTf2xlaClusteringBridge(*mlir_module_,
                                           /*is_in_fallback_enabled_mode=*/false));
      EXPECT_EQ(compilation_status.Delta(mlir::TF::kMlirPh1BridgeCounterReplicated,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.h

    // input MLIR should not have infeed and outfeed ops, which are unsupported via
    // this API. Returns OkStatus if passed, otherwise an error.
    tensorflow::Status RunSessionTf2xlaClusteringBridge(
        mlir::ModuleOp module, bool is_in_fallback_enabled_mode);
    
    }  // namespace v1
    }  // namespace tf2xla
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 14:08:41 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.cc

            /*error_prefix=*/"Bridge Errored running clustering pipeline:",
            is_in_fallback_enabled_mode, clustering_pipeline_status));
      }
    
      return absl::OkStatus();
    }
    
    tensorflow::Status RunSessionTf2xlaClusteringBridge(
        ModuleOp module, bool is_in_fallback_enabled_mode) {
      VLOG(2) << "TPU Sessions Bridge called stack trace is "
              << "(NOTE: this is not an error; rather the stack trace for "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top