Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsequence_ops.cc74 const TensorShape limit_in_shape = ctx->InputShape(1); in Compile() local
79 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(limit_in_shape), in Compile()
81 limit_in_shape.DebugString())); in Compile()