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.cc47 auto then_handle = ctx->Input(1); in Compile() local
120 auto then_handle = bcasted_then.ValueOrDie(); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc138 FHandle then_handle; in ComputeAsync() local
157 State(IfOp* kernel, OpKernelContext* ctx, bool cond, FHandle then_handle, in State()
206 Status GetHandles(OpKernelContext* ctx, FHandle* then_handle, in GetHandles()