Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BuildHloFromTf (0.25 sec)

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

        arg.type = std::get<2>(arg_components);
        arg.kind = std::get<3>(arg_components);
      }
    
      return absl::OkStatus();
    }
    
    }  // anonymous namespace
    
    // Test BuildHloFromTf. BuildHloFromTf only performs part of the conversion, so
    // to make this test comparable to other compile tests, the test implements
    // the remaining parts of the conversion.
    Status CompileMlirToXlaHloViaBuilder(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.h

    // inputs to module_op that have already been added to the XlaBuilder. returns
    // are the returned XlaOps.
    ABSL_DEPRECATED("Use v2/legalize_tf.h::LegalizeMlirToHlo instead.")
    Status BuildHloFromTf(mlir::ModuleOp module_op, xla::XlaBuilder& builder,
                          llvm::ArrayRef<xla::XlaOp> xla_params,
                          std::vector<xla::XlaOp>& returns,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

      TF_RETURN_IF_ERROR(RefineShapes(arg_shapes, module_op));
    
      if (VLOG_IS_ON(2))
        tensorflow::DumpMlirOpToFile("compile_mlir_shape_refiner", module_op);
    
      return absl::OkStatus();
    }
    
    Status BuildHloFromTf(mlir::ModuleOp module_op, xla::XlaBuilder& builder,
                          llvm::ArrayRef<xla::XlaOp> xla_params,
                          std::vector<xla::XlaOp>& returns,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top