Searched refs:AppendShapeWithStatus (Results 1 – 4 of 4) sorted by relevance
299 OP_REQUIRES_OK(ctx, samples_shape.AppendShapeWithStatus(rate_t.shape())); in Compute()
169 OP_REQUIRES_OK(ctx, samples_shape.AppendShapeWithStatus(alpha_t.shape())); in Compute()
216 Status AppendShapeWithStatus(const TensorShapeBase& shape);
494 Status TensorShapeBase<Shape>::AppendShapeWithStatus( in AppendShapeWithStatus() function in tensorflow::TensorShapeBase