Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for graph_old_bridge_ (0.22 sec)

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

      *compilation_result = {};
      bool has_mlir = computation.index() == 0;
    
      std::string mlir_string = has_mlir ? "has_mlir" : "has_function_to_hlo";
      const std::string kBridgePhase2Config =
          absl::StrCat("graph_old_bridge_", mlir_string);
    
      if (has_mlir) {
        TF_RETURN_IF_ERROR(CompileMLIRTFFunction(
            std::get<0>(computation), metadata, use_tuple_args,
            shape_determination_funcs, arg_shapes, arg_core_mapping,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top