Searched refs:Tqueue_size (Results 1 – 1 of 1) sorted by relevance
349 Tensor* Tqueue_size = nullptr; in ComputeAsync() local350 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, TensorShape({}), &Tqueue_size)); in ComputeAsync()351 Tqueue_size->flat<int32>().setConstant(queue->size()); in ComputeAsync()