Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dselect_op.cc46 auto else_handle = ctx->Input(2); in Compile() local
78 ctx->SetOutput(0, xla::Select(cond_handle, then_handle, else_handle)); in Compile()
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc151 FHandle else_handle; in ComputeAsync() local
153 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, else_func_, &else_handle), done); in ComputeAsync()
157 (new State(this, ctx, cond, then_handle, else_handle, done))->Start(); in ComputeAsync()
167 FHandle else_handle, DoneCallback done) in State() argument
172 else_handle_(else_handle), in State()