Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for with (0.12 sec)

  1. tensorflow/c/c_api.h

    // corresponding entry in the `dims` array must be -1.
    //
    // This does not overwrite the existing shape associated with `output`,
    // but merges the input shape with the existing shape.  For example,
    // setting a shape of [-1, 2] with an existing shape [2, -1] would set
    // a final shape of [2, 2] based on shape merging semantics.
    //
    // Returns an error into `status` if:
    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_WritableFile* file, TF_Status* status);
    
      /// Creates an object to append to a file with the specified `path`.
      ///
      /// If the file doesn't exists, it is first created with empty contents.
      /// The `file` object must only be accessed by one thread at a time.
      ///
      /// Plugins:
      ///   * Must set `status` to `TF_OK` if `file` was updated.
    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