Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_retval_index_for_sharding (0.23 sec)

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

          int64_t ret_index =
              mlir::cast<IntegerAttr>(
                  execute.getDeviceVarUpdatesIndices().getValue()[entry.index()])
                  .getInt();
          arg_metadata->set_retval_index_for_sharding(ret_index);
        }
      }
      // Update the metadata of the compile op.
      compile.setAttr("metadata", StringAttr::get(compile.getContext(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.9K bytes
    - Viewed (0)
Back to top