Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MockXlaDeviceExecutablePersistor (0.33 sec)

  1. tensorflow/compiler/jit/device_compiler_test.cc

      args[1].type = DT_INT32;
      args[1].shape = TensorShape({2});
      return args;
    }
    
    class MockXlaDeviceExecutablePersistor
        : public DeviceExecutablePersistor<xla::LocalExecutable, xla::LocalClient> {
     public:
      MockXlaDeviceExecutablePersistor()
          : DeviceExecutablePersistor<xla::LocalExecutable, xla::LocalClient>(
                Config{testing::TmpDir(), false, "xla"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top