Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for TFRT (0.16 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/control_flow.mlir

    // CHECK: tfrt.return [[pred_res]]#0, [[body_res]]#1, [[pred_res]]#1 : !tfrt.chain, !tfrt_fallback.tf_tensor, i1
    
    // CHECK: func @"while_cond_lt9/tfrt_predicate"([[ch:%.*]]: !tfrt.chain, [[arg:%.*]]: !tfrt_fallback.tf_tensor) -> (!tfrt.chain, i1)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 00:40:32 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/BUILD

            "//tensorflow/core/tfrt/ifrt/...",
            "//tensorflow/core/tfrt/kernels/...",
            "//tensorflow/core/tfrt/mlrt/...",
            "//tensorflow/core/tfrt/saved_model/...",
            "//tensorflow/core/tfrt/tfrt_session/...",
        ] + if_google([
            "//learning/brain/experimental/mlir/tflite/tfmrt/...",
            "//learning/brain/experimental/mlir/tfrt_compiler/...",
            "//learning/brain/experimental/tfrt/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v2/BUILD

        cc_api_version = 2,
        visibility = [
            "//learning/serving/contrib/tfrt/mlir/saved_model_analysis:__pkg__",
        ],
    )
    
    cc_library(
        name = "cluster_tf",
        srcs = ["cluster_tf.cc"],
        hdrs = ["cluster_tf.h"],
        visibility = [
            "//learning/serving/contrib/tfrt/mlir/saved_model_analysis:__pkg__",
            "//tensorflow/compiler/mlir/tensorflow/transforms:__pkg__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/internal/saved_model_api_test.cc

      return tensorflow::io::JoinPath(tensorflow::testing::TensorFlowSrcRoot(),
                                      kTestData, saved_model_dir);
    }
    
    // This value parameterized test allows us to test both TFRT
    // and non TFRT runtimes.
    // https://github.com/google/googletest/blob/dcc92d0ab6c4ce022162a23566d44f673251eee4/googletest/docs/advanced.md#value-parameterized-tests
    class CSavedModelAPITest : public ::testing::TestWithParam<bool> {};
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 08:08:45 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/xla_platform_info.cc

    #include "tensorflow/core/framework/types.h"
    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/tfrt/common/create_pjrt_client_util.h"
    #include "tensorflow/core/tfrt/common/global_state.h"
    #include "tensorflow/core/tfrt/common/pjrt_util.h"
    #include "tensorflow/core/tpu/tpu_defs.h"
    #include "tsl/framework/device_type.h"
    
    namespace tensorflow {
    namespace {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. 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)
  7. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/BUILD

        default_visibility = [
            "//learning/serving/contrib/tfrt/mlir/saved_model_analysis:__pkg__",
            "//tensorflow/compiler/mlir:__pkg__",
            "//tensorflow/compiler/mlir/tensorflow/transforms:__pkg__",
            "//tensorflow/compiler/mlir/tf2xla/api:__subpackages__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
            "//tensorflow/compiler/tf2xla:__pkg__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_ops.td

    #ifdef TF_MLRT_OPS
    #else
    #define TF_MLRT_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 CreateOp: TensorflowMlrt_Op<"createop", []> {
      let summary = "The Fallback CreateOp";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/pjrt_device_context.cc

    #include "tensorflow/core/framework/device.h"
    #include "tensorflow/core/framework/device_factory.h"
    #include "tensorflow/core/profiler/lib/traceme.h"
    #include "tensorflow/core/tfrt/common/async_value_tensor.h"
    #include "tensorflow/core/tfrt/common/create_pjrt_client_util.h"
    #include "tsl/framework/device_id_utils.h"
    
    namespace tensorflow {
    namespace {
    
    absl::StatusOr<std::unique_ptr<xla::PjRtBuffer>> HostTensorToPjRtBuffer(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 08:49:31 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "//tensorflow/compiler/mlir/tensorflow:export_tf_dialect_op",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_traits",
            "//tensorflow/core/tfrt/fallback:fallback_state",
            "//tensorflow/core/tfrt/fallback:op_kernel_runner",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top