Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for old_to_new_output_mapping (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_merge_variables_with_execute.cc

        }
      }
    
      // Populate var_access_info.old_to_new_output_mapping.
      int new_output_index = 0;
      var_access_info.old_to_new_output_mapping.resize(
          execute_launch.getNumResults());
      for (int i = 0, end = execute_launch.getNumResults(); i < end; ++i) {
        if (output_merged[i]) {
          var_access_info.old_to_new_output_mapping[i] = -1;
        } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 17:52:11 UTC 2024
    - 27K bytes
    - Viewed (0)
Back to top