Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsequence_ops.cc126 const TensorShape stop_in_shape = ctx->InputShape("stop"); in Compile() local
131 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(stop_in_shape), in Compile()
133 stop_in_shape.DebugString())); in Compile()