Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetClusterFuncOps (0.11 sec)

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

        mlir::RegisterCommonToolingDialects(registry_);
        context_.appendDialectRegistry(registry_);
        context_.loadAllAvailableDialects();
      }
    
      absl::StatusOr<std::vector<mlir::tf_device::ClusterFuncOp>> GetClusterFuncOps(
          absl::string_view mlir_module_filename) {
        TF_RETURN_IF_ERROR(CreateMlirModule(mlir_module_filename));
        std::vector<mlir::tf_device::ClusterFuncOp> cluster_func_ops;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 12 04:22:33 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top