Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 194 for TFRT (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/compiler/mlir/tensorflow:__pkg__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    td_library(
        name = "tensorflow_tfrt_ops_td_files",
        srcs = [
            "tfrt_ops.td",
        ],
        compatible_with = get_compatible_with_portable(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api_internal.h

      TF_SessionOptions session_options;
      // true if async execution is enabled.
      bool async = false;
      TFE_ContextDevicePlacementPolicy device_placement_policy{
          TFE_DEVICE_PLACEMENT_SILENT};
      // If true, use TFRT backend
      bool use_tfrt = false;
      // Whether to run elementary eager ops wrapped in a call op.
      bool run_eager_op_as_function = false;
      // Whether to rewrite jit_compile functions.
      bool jit_compile_rewrite = false;
    };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 18 19:26:34 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/mlrt/assign_op_key.mlir

    // RUN: tf-tfrt-opt -split-input-file -tf-mlrt-assign-op-key %s | FileCheck %s
    
    // CHECK-LABEL: func @main
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 0 : i32}
    
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 1 : i32}
    
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 2 : i32}
    
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 3 : i32}
    
    // CHECK: tf.Sub
    // CHECK-SAME: {__op_key = 4 : i32}
    
    // CHECK: tf.Sub
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/core/concrete_function.h

    // are loaded from, since they retain pointers to the TensorHandles owned by the
    // SavedModel, and the FunctionDef of the SavedModel.
    //
    // Note(bmzhao): This class is only TEMPORARILY virtual, as a way to unblock
    // TFRT integration with TF Serving. Do not add more virtual implementations of
    // this class. Eventually we want to remove this virtual base class indirection
    // and have only a single implementation.
    class ConcreteFunction {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 29 15:50:58 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/ifrt/tf_restore_merging.mlir

    // RUN: tf-tfrt-opt %s -tf-restore-merging | FileCheck %s
    
    // CHECK-LABEL: func @single_restore_group
    // CHECK-SAME:    (%[[ARG0:.*]]: {{.*}})
    func.func @single_restore_group(%arg0: tensor<!tf_type.string>) -> (tensor<*xf32>, tensor<*xi32>) {
      %0 = "tf.Const"() {value = dense<"foo"> : tensor<1x!tf_type.string>} : () -> tensor<1x!tf_type.string>
      %1 = "tf.Const"() {value = dense<""> : tensor<1x!tf_type.string>} : () -> tensor<1x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 06 18:22:47 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_dialect.td

    ==============================================================================*/
    #ifdef TF_MLRT_DIALECT
    #else
    #define TF_MLRT_DIALECT
    
    include "mlir/Interfaces/SideEffectInterfaces.td"
    include "tensorflow/compiler/mlir/tfrt/ir/mlrt/mlrt_dialect.td"
    
    // TODO(chky,rohitju): Unify this dialect with tfrt_fallback_sync dialect after
    // vrooml is using the new interpreter.
    def TensorflowMlrt_Dialect : Dialect {
      let name = "tf_mlrt";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 2K 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/saved_model/saved_model.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tfrt/saved_model/saved_model.h"
    
    #include <utility>
    
    #include "llvm/ADT/STLFunctionalExtras.h"
    #include "llvm/ADT/SmallVector.h"
    #include "llvm/ADT/StringRef.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/xla_launch_util_gpu_test.cc

    #include "tensorflow/core/framework/types.h"
    #include "tensorflow/core/kernels/ops_testutil.h"
    #include "tensorflow/core/platform/refcount.h"
    #include "tensorflow/core/tfrt/common/create_pjrt_client_util.h"
    #include "tensorflow/core/tfrt/common/pjrt_util.h"
    #include "tsl/framework/allocator.h"
    #include "tsl/lib/core/status_test_util.h"
    #include "tsl/platform/status.h"
    #include "tsl/platform/statusor.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 10K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/cannonicalize_ops_outside_compilation.mlir

    // RUN: tf-opt %s -tf-replicated-clustering-bridge-v2 -tfrt-lower-cluster-to-runtime-ops-tpu 2>&1 | FileCheck %s
    
    // This test verifies that the tail extraction is not terminated prematurely
    // due to the outside compilation attribute could be removed in
    // canonicalization of Reshape ops.
    
    // Reshape should not be executed on TPU as all are marked by outside
    // compilation. And there should be no host-device communication.
    // CHECK: tf._TPUCompileMlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top