Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Position (0.22 sec)

  1. tensorflow/c/experimental/filesystem/plugins/posix/posix_filesystem.cc

      // POSIX's `ftell` returns `long`, do a manual cast.
      int64_t position = int64_t{ftell(posix_file->handle)};
      if (position < 0)
        TF_SetStatusFromIOError(status, errno, posix_file->filename);
      else
        TF_SetStatus(status, TF_OK, "");
    
      return position;
    }
    
    static void Flush(const TF_WritableFile* file, TF_Status* status) {
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Sun Mar 24 20:08:23 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Add functionality to SubSlice a tensor.
        *   Add searchsorted (ie lower/upper_bound) op.
        *   Add model explainability to Boosted Trees.
        *   Support negative positions for tf.substr.
        *   There was previously a bug in the bijector_impl where the
            _reduce_jacobian_det_over_event does not handle scalar ILDJ
            implementations properly.
    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)
Back to top