Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for grads_map (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tensor_array_ops_decomposition.cc

        llvm::StringMap<Value> grads_map;
        for (const string& source : grad_it->getSecond()) {
          auto g = func.front().addArgument(t, func.getLoc());
          (*stats)[g].accumulate_on_write = true;
          grads_map[source] = g;
        }
        auto& stat = (*stats)[arg];
        stat.accumulate_on_write = ta_accumulate_on_write(argnum);
        stat.grads = std::move(grads_map);
      }
      UpdateFuncType(func);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 02 20:41:19 UTC 2023
    - 40.2K bytes
    - Viewed (0)
Back to top