Home | History | Annotate | Download | only in kernels

Lines Matching refs:else_

43     const Tensor* else_;
46 OP_REQUIRES_OK(ctx, ctx->input("e", &else_));
49 ComputeScalar(ctx, cond, then, else_);
57 ComputeBroadcasting(ctx, cond, then, else_);
59 ComputeElementwise(ctx, cond, then, else_);
65 const Tensor* then, const Tensor* else_) {
94 ctx, then->shape().IsSameSize(else_->shape()),
98 else_->shape().DebugString()));
107 else_->flat_outer_dims<T>());
112 const Tensor* then, const Tensor* else_) {
120 then->flat<T>(), else_->flat<T>());
125 const Tensor* then, const Tensor* else_) {
127 ctx, then->shape().IsSameSize(else_->shape()),
131 else_->shape().DebugString()));
141 then->flat<T>(), else_->flat<T>());