Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PaddingArray (0.22 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    using PaddingArray = std::vector<std::pair<int64_t, int64_t>>;
    
    // Returns padding values for ReduceWindow op as a vector of pairs.
    //
    // Requires padding to be either 'SAME' or 'VALID' and the number of input
    // dimensions to be equal to the size of window dimensions and window strides.
    template <int num_dims>
    static PaddingArray GetReduceWindowPaddingAsArray(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top