Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for name (0.2 sec)

  1. tensorflow/c/eager/tape.h

            out_gradients.push_back(nullptr);
            if (build_default_zeros_grads) {
              auto func_name_it =
                  FunctionsAcceptingNoneForIndicesMap()->find(trace.op_type);
              if (func_name_it == FunctionsAcceptingNoneForIndicesMap()->end() ||
                  func_name_it->second.find(i) == func_name_it->second.end()) {
                zero_indices.push_back(i);
              }
            }
          } else {
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
Back to top