Searched refs:z_shape (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
D | latent_gan_estimator_impl.py | 99 z_shape = [batch_size] + params['z_shape'] 104 name=INPUT_NAME, initializer=random_ops.truncated_normal(z_shape),
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 582 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/ |
D | gradient_checker_test.cc | 128 TensorShape z_shape({4, 2}); in TEST() local 135 scope, {x}, {x_shape}, {z}, {z_shape}, &max_error))); in TEST()
|