Home
last modified time | relevance | path

Searched refs:z_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dlatent_gan_estimator_impl.py99 z_shape = [batch_size] + params['z_shape']
104 name=INPUT_NAME, initializer=random_ops.truncated_normal(z_shape),
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc582 TensorShape z_shape = shapes[2]; in TestMatMulGrad() local
596 root_, {x, y}, {x_shape, y_shape}, {z}, {z_shape}, &max_error))); in TestMatMulGrad()
629 TensorShape z_shape; in RandMatMulShapes() local
632 z_shape = TensorShape({b, m, n}); in RandMatMulShapes()
635 z_shape = TensorShape({m, n}); in RandMatMulShapes()
637 shapes->push_back(z_shape); in RandMatMulShapes()
/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker_test.cc128 TensorShape z_shape({4, 2}); in TEST() local
135 scope, {x}, {x_shape}, {z}, {z_shape}, &max_error))); in TEST()