Home
last modified time | relevance | path

Searched defs:seed_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc156 TensorShape seed_shape = ctx->InputShape(1); in Compile() local
201 TensorShape seed_shape = ctx->InputShape(1); in Compile() local
252 TensorShape seed_shape = ctx->InputShape(1); in Compile() local
293 TensorShape seed_shape = ctx->InputShape(1); in Compile() local
344 TensorShape seed_shape = ctx->InputShape(1); in Compile() local
388 TensorShape seed_shape = ctx->InputShape(1); in Compile() local
Dcategorical_op.cc174 TensorShape seed_shape = ctx->InputShape(2); in Compile() local
Dstateless_random_ops_v2.cc526 TensorShape seed_shape = ctx->InputShape(0); in Compile() local
562 TensorShape seed_shape = ctx->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/core/ops/
Drandom_index_shuffle_ops.cc31 ShapeHandle index_shape, seed_shape, max_index_shape; in StatelessRandomPermuteShape() local