Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CompileSerializedMlirToXlaHlo (0.3 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.h

    // accompanying metadata and stores them in CompilationResult.
    ABSL_DEPRECATED("Use v2/legalize_tf.h::LegalizeMlirToHlo instead.")
    absl::StatusOr<std::string> CompileSerializedMlirToXlaHlo(
        llvm::StringRef mlir_module_string, llvm::ArrayRef<TensorShape> arg_shapes,
        llvm::StringRef device_type, bool use_tuple_args, bool enable_op_fallback,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

        if (!populate_result.ok()) {
          llvm::errs() << "Failed to populate result io info";
          return populate_result;
        }
      }
      return mlir_compilation;
    }
    
    absl::StatusOr<std::string> CompileSerializedMlirToXlaHlo(
        llvm::StringRef mlir_module_string, llvm::ArrayRef<TensorShape> arg_shapes,
        llvm::StringRef device_type, bool use_tuple_args, bool enable_op_fallback,
    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