Home
last modified time | relevance | path

Searched refs:AppendShapeWithStatus (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc299 OP_REQUIRES_OK(ctx, samples_shape.AppendShapeWithStatus(rate_t.shape())); in Compute()
Drandom_op.cc169 OP_REQUIRES_OK(ctx, samples_shape.AppendShapeWithStatus(alpha_t.shape())); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h216 Status AppendShapeWithStatus(const TensorShapeBase& shape);
Dtensor_shape.cc494 Status TensorShapeBase<Shape>::AppendShapeWithStatus( in AppendShapeWithStatus() function in tensorflow::TensorShapeBase