Home
last modified time | relevance | path

Searched defs:then_handle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dselect_op.cc45 auto then_handle = ctx->Input(1); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc150 FHandle then_handle; in ComputeAsync() local
166 State(IfOp* kernel, OpKernelContext* ctx, bool cond, FHandle then_handle, in State()