Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnpackArgs (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

        return slice;
      };
      auto loop_operands_im2 = UnpackArgs(loop_operands_indexes_im2);
      auto loop_operands_im1 = UnpackArgs(loop_operands_indexes_im1);
      auto loop_operands_i = UnpackArgs(loop_operands_indexes_i);
      auto forward_res_im2 = UnpackArgs(forward_res_indexes_im2);
      auto forward_res_im1 = UnpackArgs(forward_res_indexes_im1);
      auto core_tpu_res_im2 = UnpackArgs(core_tpu_res_indexes_im2);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top