Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getForPlatform (0.12 sec)

  1. tensorflow/compiler/jit/xla_platform_info.cc

          se::PlatformManager::PlatformWithId(platform_info.platform_id());
      if (!platform.ok()) {
        return platform.status();
      }
    
      absl::StatusOr<xla::Compiler*> compiler_for_platform =
          xla::Compiler::GetForPlatform(platform.value());
      if (!compiler_for_platform.ok()) {
        // In some rare cases (usually in unit tests with very small clusters) we
        // may end up transforming an XLA cluster with at least one GPU operation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/xctest/plugins/XCTestConventionPlugin.java

                final ModelRegistry modelRegistry = ((ProjectInternal) project).getModelRegistry();
                final NativeToolChain toolChain = modelRegistry.realize("toolChains", NativeToolChainRegistryInternal.class).getForPlatform(currentPlatform);
    
                // Platform specific arguments
                // TODO: Need to lazily configure compile task
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_launch_util.cc

                                  XlaPlatformInfoFromDevice(ctx->device())));
        }
        TF_ASSIGN_OR_RETURN(auto transfer_manager,
                            xla::TransferManager::GetForPlatform(platform));
    
        xla::Shape output_device_shape = output.on_device_shape();
        TF_RETURN_IF_ERROR(transfer_manager->ReadDynamicShapes(
            stream, &output, &output_device_shape));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
Back to top