Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,120 for llvm (0.47 sec)

  1. src/debug/pe/testdata/llvm-mingw-20211002-msvcrt-x86_64-crt2

    Than McIntosh <******@****.***> 1647953392 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 14:57:35 UTC 2022
    - 23.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "@llvm-project//mlir:FunctionInterfaces",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:InferTypeOpInterface",
            "@llvm-project//mlir:InliningUtils",
            "@llvm-project//mlir:Parser",
            "@llvm-project//mlir:Pass",
            "@llvm-project//mlir:QuantOps",
            "@llvm-project//mlir:Rewrite",
            "@llvm-project//mlir:SCFDialect",
            "@llvm-project//mlir:SideEffectInterfaces",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tf_tfl_translate_cl.cc

                                      llvm::cl::init("-"));
    // NOLINTNEXTLINE
    opt<bool> use_splatted_constant(
        "use-splatted-constant",
        llvm::cl::desc(
            "Replace constants with randomly generated splatted tensors"),
        llvm::cl::init(false), llvm::cl::Hidden);
    // NOLINTNEXTLINE
    opt<bool> input_mlir(
        "input-mlir",
        llvm::cl::desc("Take input TensorFlow model in textual MLIR instead of "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf_mlir_translate_main.cc

    #include "absl/strings/str_split.h"
    #include "llvm/Support/InitLLVM.h"
    #include "llvm/Support/MemoryBuffer.h"
    #include "llvm/Support/SMLoc.h"
    #include "llvm/Support/SourceMgr.h"
    #include "llvm/Support/ToolOutputFile.h"
    #include "mlir/IR/AsmState.h"  // from @llvm-project
    #include "mlir/IR/MLIRContext.h"  // from @llvm-project
    #include "mlir/Support/FileUtilities.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tf_tfl_translate_cl.h

    extern llvm::cl::opt<bool> use_splatted_constant;
    extern llvm::cl::opt<bool> input_mlir;
    extern llvm::cl::opt<bool> output_mlir;
    extern llvm::cl::list<std::string> custom_opdefs;
    extern llvm::cl::opt<bool> emit_quant_adaptor_ops;
    extern llvm::cl::opt<std::string> quant_stats_file_name;
    extern llvm::cl::opt<bool> convert_tf_while_to_tfl_while;
    extern llvm::cl::opt<std::string> select_user_tf_ops;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/ir/BUILD

            ":tfrt_fallback_opdefs",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:BytecodeOpInterface",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:InliningUtils",
            "@llvm-project//mlir:SideEffectInterfaces",
            "@llvm-project//mlir:Support",
            "@llvm-project//mlir:TransformUtils",
            "@llvm-project//mlir:Transforms",
            "@tf_runtime//:basic_kernels_opdefs",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/mlrt/BUILD

            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_side_effects",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:InliningUtils",
            "@llvm-project//mlir:SideEffectInterfaces",
            "@llvm-project//mlir:Support",
            "@llvm-project//mlir:Transforms",
            "@tf_runtime//:compiler_tfrt_op_interfaces",
            "@tf_runtime//:compiler_tfrt_traits",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 17:04:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/python/flatbuffer_to_mlir.cc

    #include "absl/strings/string_view.h"
    #include "llvm/Support/MemoryBuffer.h"
    #include "llvm/Support/SMLoc.h"
    #include "llvm/Support/SourceMgr.h"
    #include "llvm/Support/raw_ostream.h"
    #include "mlir/IR/Builders.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/IR/Location.h"  // from @llvm-project
    #include "mlir/IR/MLIRContext.h"  // from @llvm-project
    #include "mlir/IR/Value.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/common/uniform_quantized_types.cc

    #include <cstdint>
    
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/Support/Debug.h"
    #include "llvm/Support/MathExtras.h"
    #include "mlir/Dialect/Quant/QuantTypes.h"  // from @llvm-project
    #include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
    #include "mlir/IR/Location.h"  // from @llvm-project
    #include "mlir/IR/MLIRContext.h"  // from @llvm-project
    #include "mlir/IR/Operation.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  10. src/runtime/race/README

    the LLVM project (https://github.com/llvm/llvm-project/tree/main/compiler-rt).
    
    To update the .syso files use golang.org/x/build/cmd/racebuild.
    
    internal/amd64v1/race_darwin.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 15:19:32 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top