Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PROVIDED (0.14 sec)

  1. tensorflow/c/c_api.h

    // The partial derivatives are returned in `dy`. `dy` should be allocated to
    // size `nx`.
    // `prefix` names the scope into which all gradients operations are being added.
    // `prefix` must be unique within the provided graph otherwise this operation
    // will fail. If `prefix` is nullptr, the default prefixing behaviour takes
    // place, see TF_AddGradients for more details.
    //
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      /// Requires that `*region` is not used in any concurrent or subsequent
      /// operations.
      ///
      /// This operation must be provided. See "REQUIRED OPERATIONS" above.
      void (*cleanup)(TF_ReadOnlyMemoryRegion* region);
    
      /// Returns a pointer to the memory region.
      ///
      /// This operation must be provided. See "REQUIRED OPERATIONS" above.
      const void* (*data)(const TF_ReadOnlyMemoryRegion* region);
    
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top