Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for false (0.23 sec)

  1. tensorflow/c/c_api.h

    // names will be modified if their name already exists in the graph. If false,
    // conflicting names will be treated as an error. Note that this option has no
    // effect if a prefix is set, since the prefix will guarantee all names are
    // unique. Defaults to false.
    TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsSetUniquifyNames(
        TF_ImportGraphDefOptions* opts, unsigned char uniquify_names);
    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

                   TF_FileStatistics* stats, TF_Status* status);
    
      /// Checks whether the given `path` is a directory or not.
      ///
      /// If `status` is not `TF_OK`, returns `false`, otherwise returns the same
      /// as the `is_directory` member of a `TF_FileStatistics` that would be used
      /// on the equivalent call of `stat`.
      ///
      /// Plugins:
    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