Searched refs:requested_input_tensor_as_partial_shape_ (Results 1 – 2 of 2) sorted by relevance
282 requested_input_tensor_as_partial_shape_.resize(inputs_.size()); in PostInputInit()780 requested_input_tensor_as_partial_shape_[input_idx] = true; in MakeShapeFromShapeTensorTreatScalarAsUnknownShape()798 requested_input_tensor_as_partial_shape_[input_idx] = true; in MakeShapeFromShapeTensor()1163 if (requested_input_tensor_as_partial_shape_[i] && in AttachContext()
310 return requested_input_tensor_as_partial_shape_[idx]; in requested_input_tensor_as_partial_shape()756 std::vector<bool> requested_input_tensor_as_partial_shape_; variable