Home
last modified time | relevance | path

Searched refs:minval_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc124 TensorShape minval_shape = ctx->InputShape(2); in Compile() local
125 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(minval_shape), in Compile()
127 minval_shape.DebugString())); in Compile()
Drandom_ops.cc219 const TensorShape minval_shape = ctx->InputShape(1); in Compile() local
221 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(minval_shape), in Compile()
223 minval_shape.DebugString())); in Compile()