Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for getNumArguments (0.13 sec)

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

            decomposed_partitioned_call_callees) {
      OpBuilder builder(while_op);
      auto modify_region_arguments = [&](Region& region) {
        int64_t original_arg_count = region.getNumArguments();
        for (int64_t i = 0; i < original_arg_count; ++i) {
          auto operand = while_op.getOperand(i);
          auto it = buffer_to_size->find(operand);
          if (it == buffer_to_size->end()) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
Back to top