Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for GetPlatform (0.13 sec)

  1. tensorflow/compiler/jit/xla_platform_info.cc

      } else if (device_type == DEVICE_GPU) {
        auto device = static_cast<Device*>(device_base);
        platform_id = device->tensorflow_accelerator_device_info()
                          ->stream->parent()
                          ->GetPlatform()
                          ->id();
      } else if (XlaDevice::GetMetadataFromDevice(device_base, &xla_device_metadata)
                     .ok()) {
        // If we are on an XlaDevice, use the underlying XLA platform's allocator
    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. tensorflow/compiler/jit/xla_launch_util.cc

      output_tensor_shapes.reserve(ctx->num_outputs());
      if (output.on_host_shape().is_dynamic()) {
        const se::Platform* platform = nullptr;
        if (stream != nullptr) {
          platform = stream->parent()->GetPlatform();
        } else {
          // Stream is not set for the host platform.
          TF_ASSIGN_OR_RETURN(platform,
                              se::PlatformManager::PlatformWithId(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    link:{groovyDslPath}/org.gradle.nativeplatform.tasks.InstallExecutable.html[InstallExecutable]::
     * `getSourceFile()` was replaced by `getExecutableFile()`.
     * `getPlatform()` was replaced by `getTargetPlatform()`.
     * `setTargetPlatform(NativePlatform)` was removed. Use `Property.set()` instead.
     * `getToolChain()` was changed to return a `Property`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetAutoscalingv2API() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.Autoscalingv2API
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetPlatform() string {
    	if x != nil {
    		return x.Platform
    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetIpFamilies() []string {
    	if x != nil {
    		return x.IpFamilies
    	}
    	return nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top