Searched refs:target_shape_in (Results 1 – 2 of 2) sorted by relevance
35 const Tensor &input_shape_in, const Tensor &target_shape_in, in Reshape() argument45 OP_REQUIRES(context, TensorShapeUtils::IsVector(target_shape_in.shape()), in Reshape()48 target_shape_in.shape().DebugString())); in Reshape()51 const int64 output_rank = target_shape_in.NumElements(); in Reshape()61 auto target_shape = target_shape_in.vec<int64>(); in Reshape()
26 const Tensor &input_shape_in, const Tensor &target_shape_in,