Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for static_size (0.13 sec)

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

      const int state_size =
          reduce_dataset->getAttrOfType<ArrayAttr>("Tstate").size();
      for (int i = 0; i < state_size; ++i) {
        body_returns.push_back(dataset_if.getResult(i));
      }
      // Copy the arguments but skip the states and the loop condition
      // which are updated in while body.
      for (int i = state_size + 1; i < body_args.size(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top