Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetRandomValuesForMaxPooling (0.52 sec)

  1. tensorflow/cc/gradients/nn_grad_test.cc

      // numeric gradient computation in the gradient checker can change the max
      // value if a pool has values that are too close together.
      template <typename T>
      void SetRandomValuesForMaxPooling(Tensor* tensor) {
        auto tensor_flat = tensor->flat<T>();
        // First set the array to an increasing sequence of values spaced
        // a reasonable amount apart
        T cur = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 22 20:45:22 UTC 2022
    - 15K bytes
    - Viewed (0)
Back to top