Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc92 xla::StatusOr<se::Platform*> maybe_platform = in PlatformInfoFromContext() local
94 OP_REQUIRES_OK_RETURN(ctx, XlaPlatformInfo(), maybe_platform.status()); in PlatformInfoFromContext()
97 maybe_platform.ValueOrDie(), ctx->device()->GetAllocator({})); in PlatformInfoFromContext()