Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for end7_ (0.05 sec)

  1. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

              begin = begin_
    
            if end_ty != TFRTypes.INDEX:
              end_ = self._ssa_name('end')
              self._emit_with_loc(
                  '\n{} = arith.index_cast {} : {} to index'.format(
                      end_, end, end_ty), node)
              end = end_
    
            if step is None:
              step = self._ssa_name('step')
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

    ///
    /// The API number increases whenever we break API compatibility while still
    /// maintaining ABI compatibility. This happens only in the following cases:
    ///   1. A new method is added _at the end_ of the function table.
    ///   2. Preconditions or postconditions for one operation in these function
    ///   table change. Note that only core TensorFlow is able to impose these
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
Back to top