Lines Matching refs:convertTo
102 T_ReturnType convertTo(Operand operand);
104 hal::V1_0::Operand convertTo<hal::V1_0::Operand>(Operand operand) { in convertTo() function
108 hal::V1_2::Operand convertTo<hal::V1_2::Operand>(Operand operand) { in convertTo() function
115 T_ReturnType convertTo(OperandLifeTime lifetime);
117 hal::V1_0::OperandLifeTime convertTo<hal::V1_0::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo() function
121 hal::V1_3::OperandLifeTime convertTo<hal::V1_3::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo() function
256 operand.lifetime = convertTo<decltype(operand.lifetime)>(OperandLifeTime::SUBGRAPH_INPUT); in getIndex()
259 extend(&mSlicedOperands, convertTo<T_SlicedOperand>(operand)).first; in getIndex()
396 slicedOperand = convertTo<SlicedOperand>(origOperand); in processOperations()
403 const auto subgraphOutputLifetime = convertTo<decltype(slicedOperand.lifetime)>( in processOperations()
462 extend(&slicedOperands, convertTo<SlicedOperand>(origOperand)) in makeSlice()