Searched refs:output_image_shape (Results 1 – 4 of 4) sorted by relevance
52 ShapeHandle output_image_shape; in __anonbda156eb0102() local54 c->MakeShapeFromPartialTensorShape(shape, &output_image_shape)); in __anonbda156eb0102()55 DimensionHandle x_dim = c->Dim(output_image_shape, 0); in __anonbda156eb0102()56 DimensionHandle y_dim = c->Dim(output_image_shape, 1); in __anonbda156eb0102()
41 output_image_shape=None, argument126 output_image_shape=output_image_shape,
57 ::tensorflow::PartialTensorShape output_image_shape;94 context->GetAttr("output_image_shape", &output_image_shape)); in SingleImageRandomDotStereogramsOp()112 output_Ximage = output_image_shape.dim_size(0); in Compute()113 output_Yimage = output_image_shape.dim_size(1); in Compute()114 output_Cimage = output_image_shape.dim_size(2); in Compute()
73 output_image_shape=[1200, 800, 1])