Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateful_random_ops.cc124 Status CheckStateShape(Algorithm alg, const TensorShape& shape) { in CheckStateShape() function
193 TF_RETURN_IF_ERROR(CheckStateShape(alg, var_shape)); in CompileImpl()
446 OP_REQUIRES_OK(ctx, CheckStateShape(alg, var_shape)); in Compile()