Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Gillet (0.17 sec)

  1. tensorflow/c/eager/c_api_experimental.h

    // to have a non-string representation of devices (TF_Device) extracted from
    // tensors/ops/etc. and usable in APIs like OpSetDevice/ResetOp/etc.
    
    #define TFE_CUSTOM_DEVICE_VERSION 4
    
    // Struct to be filled in. Functions are required except where indicated.
    typedef struct TFE_CustomDevice {
      int version = TFE_CUSTOM_DEVICE_VERSION;
      // Method to copy a tensor to the custom device.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Viewed (0)
  2. RELEASE.md

    Yuncheng Li, @raoqiyu, Robert DiPietro, Sam Abrahams, Sebastian Raschka,
    Siddharth Agrawal, @snakecharmer1024, Stephen Roller, Sung Kim, SunYeop Lee,
    Thijs Vogels, Till Hoffmann, Victor Melo, Ville Kallioniemi, Waleed Abdulla,
    Wenjian Huang, Yaroslav Bulatov, Yeison Rodriguez, Yuan Tang, Yuxin Wu,
    @zhongzyd, Ziming Dong, Zohar Jackson
    
    We are also grateful to all who filed issues or helped resolve them, asked and
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  3. tensorflow/c/eager/tape.h

          const std::vector<int64_t>& unneeded_gradients,
          gtl::ArraySlice<Gradient*> output_gradients,
          absl::Span<Gradient*> result) const = 0;
    
      // Builds a tensor filled with ones with the same shape and dtype as `t`.
      virtual Status BuildOnesLike(const TapeTensor& t,
                                   Gradient** result) const = 0;
    
      // Looks up the ID of a Gradient.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
Back to top