Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc60 XlaPlatformInfo PlatformInfoFromContext(OpKernelConstruction* ctx) { in PlatformInfoFromContext() function
196 platform_info_(PlatformInfoFromContext(ctx)) {} in XlaLocalLaunchBase()
438 platform_info_(PlatformInfoFromContext(ctx)), in XlaCompileOp()
510 : OpKernel(ctx), platform_info_(PlatformInfoFromContext(ctx)) {} in XlaRunOp()