Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/ops/
Dsingle_image_random_dot_stereograms_ops.cc52 ShapeHandle output_image_shape; in __anonbda156eb0102() local
54 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()
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dsingle_image_random_dot_stereograms.py41 output_image_shape=None, argument
126 output_image_shape=output_image_shape,
/external/tensorflow/tensorflow/contrib/image/kernels/
Dsingle_image_random_dot_stereograms_ops.cc57 ::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()
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dsingle_image_random_dot_stereograms_ops_test.py73 output_image_shape=[1200, 800, 1])