Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PjRtExecutionUtilGpuTest (0.61 sec)

  1. tensorflow/compiler/jit/xla_launch_util_gpu_test.cc

      for (int i = 0; i < variables.size(); i++) {
        variable_snapshots[variables[i].index()] = variables[i].var()->tensor();
      }
      return variable_snapshots;
    }
    
    class PjRtExecutionUtilGpuTest : public OpsTestBase {
     public:
      PjRtExecutionUtilGpuTest() {
        // Set flag to use PJRT for device compilation and execution.
        auto& rollout_config = GetXlaOpsCommonFlags()->tf_xla_use_device_api;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top