Searched refs:start_in_shape (Results 1 – 1 of 1) sorted by relevance
73 const TensorShape start_in_shape = ctx->InputShape(0); in Compile() local76 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() local128 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(start_in_shape), in Compile()130 start_in_shape.DebugString())); in Compile()