Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PjRtExecutionUtilTest (0.21 sec)

  1. tensorflow/compiler/jit/xla_launch_util_test.cc

      for (int i = 0; i < variables.size(); i++) {
        variable_snapshots[variables[i].index()] = variables[i].var()->tensor();
      }
      return variable_snapshots;
    }
    
    class PjRtExecutionUtilTest : public OpsTestBase {
     public:
      PjRtExecutionUtilTest() {
        // Set flag to use PJRT for device compilation and execution.
        auto& rollout_config = GetXlaOpsCommonFlags()->tf_xla_use_device_api;
        rollout_config.enabled_for_xla_launch_ = true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top