Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SharesBufferWith (0.12 sec)

  1. tensorflow/cc/framework/gradient_checker.cc

      for (int y_idx = 0; y_idx < y_datas->size(); y_idx++) {
        for (int x_idx = 0; x_idx < x_datas->size(); x_idx++) {
          Tensor y_data = (*y_datas)[y_idx];
          if (y_data.SharesBufferWith((*x_datas)[x_idx])) {
            // Create copies of outputs that share a buffer with any inputs since
            // the underlying buffer of the input Tensors are not copied for some
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top