Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for legalize_tf_mlir (1.36 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h"
    
    #include <memory>
    #include <string>
    #include <vector>
    
    #include "absl/log/log.h"
    #include "llvm/ADT/StringRef.h"
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h

    A. Unique TensorFlower <******@****.***> 1713126120 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/BUILD

            "//tensorflow/core:test",
            "@com_google_googletest//:gtest_main",
        ],
    )
    
    cc_library(
        name = "legalize_tf_mlir",
        srcs = ["legalize_tf_mlir.cc"],
        hdrs = ["legalize_tf_mlir.h"],
        deps = [
            ":compilation_timer",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:serialize_mlir_module_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:42:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_to_hlo.cc

    #include "tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/compilation_timer.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h"
    #include "tensorflow/compiler/tf2xla/layout_util.h"
    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    #include "xla/client/compile_only_client.h"
    #include "xla/shape.h"
    #include "tensorflow/core/framework/metrics.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir_test.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h"
    
    #include <memory>
    #include <string>
    #include <vector>
    
    #include <gmock/gmock.h>
    #include <gtest/gtest.h>
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf.cc

    #include "tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/compilation_timer.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_to_hlo.h"
    #include "tensorflow/compiler/tf2xla/layout_util.h"
    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    #include "xla/hlo/ir/hlo_module.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 00:40:46 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top