Searched refs:stride_shape (Results 1 – 1 of 1) sorted by relevance
103 const TensorShape stride_shape = ctx->InputShape(2); in GetStride() local105 if (!TensorShapeUtils::IsVector(stride_shape)) { in GetStride()107 stride_shape.DebugString()); in GetStride()109 if (stride_shape.num_elements() != num_dims()) { in GetStride()291 const TensorShape stride_shape = ctx->InputShape(4); in Compile() local293 OP_REQUIRES(ctx, TensorShapeUtils::IsVector(stride_shape), in Compile()295 stride_shape.DebugString())); in Compile()498 const TensorShape stride_shape = ctx->InputShape(4); in Compile() local500 OP_REQUIRES(ctx, TensorShapeUtils::IsVector(stride_shape), in Compile()502 stride_shape.DebugString())); in Compile()