Searched refs:GetOutputTypeLengths (Results 1 – 2 of 2) sorted by relevance
139 …std::vector<size_t> GetOutputTypeLengths() const { return operator_cost()->outputs_type_lengths();… in GetOutputTypeLengths() function
67 auto type_length = prev_op_->GetOutputTypeLengths()[prev_op_output_index_]; in InitEdgeCost()