Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 188 for TFRT (0.64 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu-multiple-while-body-func.mlir

    // RUN: tf-opt %s -tf-replicated-clustering-bridge-v2 -tfrt-lower-cluster-to-runtime-ops-tpu 2>&1 | FileCheck %s
    // RUN: tf-opt %s -tf-replicated-clustering-bridge-v1 -tfrt-lower-cluster-to-runtime-ops-tpu -tf-dialect-to-executor-v1 2>&1 | FileCheck %s
    
    // This test verifies there is no warning about shape inference failure in TPU
    // bridge in handling multiple usage of the same function.
    
    // Since it is possible that this warning may become an error in the future,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.td

    #ifdef TFRT_FALLBACK_ASYNC_OPS
    #else
    #define TFRT_FALLBACK_ASYNC_OPS
    
    include "tfrt/tfrt_op_base.td"
    include "tfrt/compiler/opdefs/tfrt_op_interfaces.td"
    include "tfrt/compiler/opdefs/tfrt_traits.td"
    include "tfrt/core_runtime/opdefs/corert_base.td"
    include "tfrt/core_runtime/opdefs/corert_traits.td"
    include "tfrt_fallback.td"
    include "mlir/Interfaces/SideEffectInterfaces.td"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libtf/BUILD

        ],
    )
    
    tf_cc_test(
        name = "libtf_tensor_test",
        size = "medium",
        srcs = ["tests/tensor_test.cc"],
        tags = ["no_oss"],  # TODO(b/193268458): Need to disable TFRT.
        deps = [
            ":libtf",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c/eager:abstract_context",
            "//tensorflow/c/eager:abstract_tensor_handle",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/remove_tf_if_const_args.mlir

    // RUN: tf-tfrt-opt -tfrt-remove-tf-if-const-args %s | FileCheck %s -dump-input-filter=all
    
    func.func @then(%x: tensor<i32>, %y: tensor<i32>) -> (tensor<i32>) {
      %0 = "tf.AddV2"(%x, %y) : (tensor<i32>, tensor<i32>) -> tensor<i32>
      func.return %0 : tensor<i32>
    }
    
    func.func @else(%x: tensor<i32>, %y: tensor<i32>) -> (tensor<i32>) {
      %0 = "tf.Const"() {value = dense<1> : tensor<i32> } : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 10:51:48 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/const_tensor.mlir

    // RUN: tf-tfrt-opt -tf-to-tfrt %s | FileCheck %s --dump-input=fail
    
    // CHECK-LABEL: func @string_tensor
    func.func @string_tensor() -> (tensor<0x!tf_type.string>, tensor<7x!tf_type.string>) {
      // CHECK: {shape = [0], value = []}
      %0 = "tf.Const"() {value = dense<[]> : tensor<0x!tf_type.string>} : () -> tensor<0x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 00:40:32 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batch_function_fallback.mlir

    func.func @f(%arg0: !tfrt.chain, %arg1: !tfrt_fallback.tf_tensor, %arg2: !tfrt_fallback.tf_tensor, %arg3: !tfrt_fallback.tf_tensor, %arg4: !tfrt_fallback.tf_tensor,
            %arg5: !tfrt_fallback.tf_tensor, %arg6: !tfrt_fallback.tf_tensor, %arg7: !tfrt_fallback.tf_tensor, %arg8: !tfrt_fallback.tf_tensor, %arg9: !tfrt_fallback.tf_tensor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 08 08:08:48 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/tests/lhlo_to_jitrt/BUILD

    #
    # glob_lit_tests(
    #     name = "all_tests",
    #     data = [":test_utilities"],
    #     driver = "//tensorflow/compiler/mlir:run_lit.sh",
    #     features = if_oss(["--path=org_tensorflow/tensorflow/compiler/mlir/tfrt"]),
    #     test_file_exts = ["mlir"],
    # )
    #
    # # Bundle together all of the test utilities that are used by tests.
    # filegroup(
    #     name = "test_utilities",
    #     testonly = True,
    #     data = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 838 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_tpu_ops.td

    #ifdef TF_MLRT_TPU_OPS
    #else
    #define TF_MLRT_TPU_OPS
    
    include "mlir/Interfaces/SideEffectInterfaces.td"
    include "tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_dialect.td"
    include "tensorflow/compiler/mlir/tfrt/ir/mlrt/mlrt_dialect.td"
    
    def TensorflowMlrtTpu_Dialect : Dialect {
      let name = "tf_mlrt_tpu";
    
      let description = [{
        The TF MLRT TPU Dialect.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 04 21:25:31 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/tests/ifrt/BUILD

    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
            "//tensorflow/compiler/mlir/tfrt:tf-tfrt-opt",
            "@llvm-project//llvm:FileCheck",
            "@llvm-project//mlir:run_lit.sh",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 04:35:40 UTC 2023
    - 607 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/optimize.mlir

    // RUN: tf-tfrt-opt -optimize-tf-for-tfrt -split-input-file -verify-diagnostics %s | FileCheck %s
    
    // CHECK-LABEL: @fold_device_index
    func.func @fold_device_index() -> tensor<i32> {
      // CHECK-NOT: tf.DeviceIndex
      // CHECK: tf.Const
      // CHECK-SAME: value = dense<1> : tensor<i32>
      %0 = "tf.DeviceIndex"() {device = "/device:CPU:0", device_names = ["GPU", "CPU"]} : () -> tensor<i32>
      func.return %0 : tensor<i32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jul 01 23:50:06 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top