Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dselect_op.cc48 auto then_handle = ctx->Input(1); in Compile() local
121 auto then_handle = bcasted_then.ValueOrDie(); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfunctional_ops.cc136 FHandle then_handle; in ComputeAsync() local
155 State(IfOp* kernel, OpKernelContext* ctx, bool cond, FHandle then_handle, in State()
204 Status GetHandles(OpKernelContext* ctx, FHandle* then_handle, in GetHandles()