Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 208 for _xla (0.04 sec)

  1. tensorflow/compiler/jit/flags.h

    // Flags associated with the XLA bridge's mark_for_compilation_pass module.
    struct MarkForCompilationPassFlags {
      XlaAutoJitFlag xla_auto_jit_flag;
    
      // Minimum number of operators in an XLA compilation. Ignored for operators
      // placed on an XLA device or operators explicitly marked for compilation.
      int32 tf_xla_min_cluster_size;
    
      // Maximum number of operators in an XLA compilation.
      int32 tf_xla_max_cluster_size;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_launch_util.cc

    #include "tensorflow/compiler/tf2xla/xla_compiler.h"
    #include "xla/client/local_client.h"
    #include "xla/pjrt/pjrt_client.h"
    #include "xla/pjrt/pjrt_future.h"
    #include "xla/pjrt/pjrt_stream_executor_client.h"
    #include "xla/pjrt/tracked_device_buffer.h"
    #include "xla/shape_util.h"
    #include "xla/status_macros.h"
    #include "xla/stream_executor/platform_manager.h"
    #include "tensorflow/core/common_runtime/dma_helper.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/pjrt_device_context.cc

      TF_ASSIGN_OR_RETURN(xla::Shape shape,
                          shape_determination_fns.shape_representation_fn(
                              cpu_tensor->shape(), cpu_tensor->dtype(),
                              /*fast_mem=*/false, layout_preference));
      const xla::Layout* device_layout = &(shape.layout());
      // The device id should match the local_hardware_id in
      // tensorflow/compiler/xla/pjrt/pjrt_client.h.
      TF_ASSIGN_OR_RETURN(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 08:49:31 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/xla_platform_info.cc

    namespace {
    using XlaDeviceCompiler =
        DeviceCompiler<xla::LocalExecutable, xla::LocalClient>;
    using PjRtDeviceCompiler =
        DeviceCompiler<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    using XlaDeviceExecutablePersistor =
        DeviceExecutablePersistor<xla::LocalExecutable, xla::LocalClient>;
    using PjRtDeviceExecutablePersistor =
        DeviceExecutablePersistor<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    
    XlaDeviceCompiler* CreateXlaDeviceCompiler(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/kernels/xla_ops.cc

    };
    
    using XlaExecutableClosure =
        ExecutableClosure<xla::LocalExecutable, xla::LocalClient>;
    using XlaExecutableClosureStore =
        ExecutableClosureStore<xla::LocalExecutable, xla::LocalClient>;
    using PjRtExecutableClosure =
        ExecutableClosure<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    using PjRtExecutableClosureStore =
        ExecutableClosureStore<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/next_pluggable_device/tensor_pjrt_buffer_util.cc

    #include <utility>
    
    #include "absl/status/status.h"
    #include "absl/status/statusor.h"
    #include "absl/strings/str_cat.h"
    #include "tensorflow/compiler/jit/pjrt_tensor_buffer_util.h"
    #include "xla/pjrt/c/pjrt_c_api.h"
    #include "xla/pjrt/pjrt_c_api_client.h"
    #include "xla/pjrt/pjrt_client.h"
    #include "tensorflow/core/framework/resource_mgr.h"
    #include "tensorflow/core/framework/tensor.h"
    #include "tensorflow/core/framework/types.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 05:48:24 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

    #include "tensorflow/compiler/tf2xla/type_util.h"
    #include "xla/error_spec.h"
    #include "xla/literal.h"
    #include "xla/literal_util.h"
    #include "xla/mlir_hlo/mhlo/IR/hlo_ops.h"
    #include "xla/pjrt/cpu/cpu_client.h"
    #include "xla/pjrt/pjrt_client.h"
    #include "xla/pjrt/pjrt_executable.h"
    #include "xla/shape.h"
    #include "xla/shape_util.h"
    #include "xla/tests/literal_test_util.h"
    #include "tensorflow/core/framework/tensor.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

    #include "tensorflow/compiler/tf2xla/xla_helpers.h"
    #include "xla/client/xla_computation.h"
    #include "xla/hlo/ir/hlo_sharding.h"
    #include "xla/mlir_hlo/mhlo/IR/hlo_ops.h"
    #include "xla/mlir_hlo/mhlo/IR/register.h"
    #include "xla/mlir_hlo/mhlo/transforms/passes.h"
    #include "xla/shape.h"
    #include "xla/translate/mhlo_to_hlo/layout_util.h"
    #include "xla/translate/mhlo_to_hlo/mlir_hlo_to_hlo.h"
    #include "xla/translate/mhlo_to_hlo/type_to_shape.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/BUILD

            "@local_xla//xla/client:padding",
            "@local_xla//xla/client:sharding_builder",
            "@local_xla//xla/mlir_hlo",
            "@local_xla//xla/mlir_hlo:convert_op_folder",
            "@local_xla//xla/mlir_hlo:mhlo_passes",
            "@local_xla//xla/mlir_hlo:type_conversion",
            "@local_xla//xla/stream_executor/tpu:c_api_conversions",
            "@local_xla//xla/stream_executor/tpu:tpu_api",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/BUILD

            "@local_xla//xla:status_macros",
            "@local_xla//xla/client:local_client",
            "@local_xla//xla/pjrt:pjrt_client",
            "@local_xla//xla/pjrt:pjrt_future",
            "@local_xla//xla/pjrt:pjrt_stream_executor_client",
            "@local_xla//xla/pjrt:tracked_device_buffer",
            "@local_xla//xla/service:shaped_buffer",
            "@local_xla//xla/stream_executor:device_memory_allocator",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
Back to top