Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreatePjRtDeviceMetadata (0.38 sec)

  1. tensorflow/compiler/jit/xla_compiler_options_util_test.cc

          GetShapeDeterminationFns(), XlaDevice::PaddedShapeFn(),
          /*use_multiple_streams=*/false);
    }
    
    std::unique_ptr<PjRtBaseDevice::Metadata> CreatePjRtDeviceMetadata(
        DeviceType compilation_device_type) {
      return std::make_unique<PjRtBaseDevice::Metadata>(compilation_device_type,
                                                        GetShapeDeterminationFns());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 29 01:41:20 UTC 2023
    - 14.8K bytes
    - Viewed (0)
Back to top