Home
last modified time | relevance | path

Searched refs:XlaPlatformInfo (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h35 class XlaPlatformInfo {
37 XlaPlatformInfo() : device_type_("") {} in XlaPlatformInfo() function
38 XlaPlatformInfo(XlaPlatformInfo&&) = default;
39 explicit XlaPlatformInfo(const DeviceType device_type, in XlaPlatformInfo() function
52 XlaPlatformInfo& operator=(XlaPlatformInfo&& other) = default;
91 TF_DISALLOW_COPY_AND_ASSIGN(XlaPlatformInfo);
121 const XlaPlatformInfo platform_info_;
156 XlaPlatformInfo platform_info_;
176 const XlaPlatformInfo platform_info_;
Dxla_ops.cc60 XlaPlatformInfo PlatformInfoFromContext(OpKernelConstruction* ctx) { in PlatformInfoFromContext()
94 OP_REQUIRES_OK_RETURN(ctx, XlaPlatformInfo(), maybe_platform.status()); in PlatformInfoFromContext()
100 return XlaPlatformInfo(device_type, platform_id, xla_device_metadata, in PlatformInfoFromContext()
199 const XlaPlatformInfo& platform_info, in BuildCompilationCache()
256 const XlaPlatformInfo& platform_info, absl::Span<const int> resources, in CompileToLocalExecutable()