Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Position (0.16 sec)

  1. tensorflow/c/experimental/filesystem/filesystem_interface.h

                     TF_Status* status);
    
      /// Returns the current write position in `*file`.
      ///
      /// Plugins should ensure that the implementation is idempotent, 2 identical
      /// calls result in the same answer.
      ///
      /// Plugins:
      ///   * Must set `status` to `TF_OK` and return current position if no error.
      ///   * Must set `status` to any other value and return -1 in case of error.
    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)
  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