Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtranspose_op.cc132 auto tensor_or_status = e.ResolveConstant(ctx->compiler()->client()); in Compile() local
133 OP_REQUIRES_OK(ctx, tensor_or_status.status()); in Compile()
139 if (tensor_or_status.ValueOrDie().has_value()) { in Compile()