Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LocalDevice (0.27 sec)

  1. tensorflow/compiler/jit/xla_device.h

    #include "tensorflow/core/platform/mutex.h"
    #include "tensorflow/core/platform/stream_executor_no_cuda.h"
    #include "tensorflow/core/tfrt/common/async_value_tensor.h"
    
    namespace tensorflow {
    
    class XlaDevice : public LocalDevice {
     public:
      // Given a tensor, sets `xla::Shape*` the shape of tensor's representation
      // on device, fully padded. On error, the contents of `xla::Shape*`
      // are undefined.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_device.cc

        XlaDevice::global_compute_streams_ =
            new std::vector<std::shared_ptr<se::Stream>>;
    
    XlaDevice::XlaDevice(const SessionOptions& session_options,
                         const Options& options)
        : LocalDevice(session_options,
                      BuildXlaDeviceAttributes(options.device_name_prefix,
                                               options.device_name,
                                               options.device_ordinal)),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
Back to top