Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for true (0.16 sec)

  1. tensorflow/c/experimental/next_pluggable_device/c_api.h

    // access coordination service functionalities.
    TF_CAPI_EXPORT extern TF_CoordinationServiceAgent*
    TF_GetCoordinationServiceAgent(TF_OpKernelContext* ctx);
    
    // Returns true if the coordination service agent has been initialized.
    TF_CAPI_EXPORT extern bool TF_CoordinationServiceIsInitialized(
        TF_CoordinationServiceAgent* agent);
    
    TF_CAPI_EXPORT extern void TF_CoordinationServiceInsertKeyValue(
    C
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Dec 20 20:01:06 GMT 2023
    - 7.2K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      void (*path_exists)(const TF_Filesystem* filesystem, const char* path,
                          TF_Status* status);
    
      /// Checks if all values in `paths` exist in the filesystem.
      ///
      /// Returns `true` if and only if calling `path_exists` on each entry in
      /// `paths` would set `status` to `TF_OK`.
      ///
      /// Caller guarantees that:
      ///   * `paths` has exactly `num_files` entries.
    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