Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsequence_ops.cc73 const TensorShape start_in_shape = ctx->InputShape(0); in Compile() local
76 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(start_in_shape), in Compile()
78 start_in_shape.DebugString())); in Compile()
125 const TensorShape start_in_shape = ctx->InputShape("start"); in Compile() local
128 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(start_in_shape), in Compile()
130 start_in_shape.DebugString())); in Compile()