Lines Matching refs:hal

34 using namespace hal;
66 struct ModelVersion<hal::V1_0::Model> {
70 struct ModelVersion<hal::V1_1::Model> {
74 struct ModelVersion<hal::V1_2::Model> {
78 struct ModelVersion<hal::V1_3::Model> {
87 hal::V1_0::OperationType uncheckedConvertTo<hal::V1_0::OperationType>(OperationType type) { in uncheckedConvertTo()
91 hal::V1_1::OperationType uncheckedConvertTo<hal::V1_1::OperationType>(OperationType type) { in uncheckedConvertTo()
95 hal::V1_2::OperationType uncheckedConvertTo<hal::V1_2::OperationType>(OperationType type) { in uncheckedConvertTo()
104 hal::V1_0::Operand convertTo<hal::V1_0::Operand>(Operand operand) { in convertTo()
108 hal::V1_2::Operand convertTo<hal::V1_2::Operand>(Operand operand) { in convertTo()
117 hal::V1_0::OperandLifeTime convertTo<hal::V1_0::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo()
121 hal::V1_3::OperandLifeTime convertTo<hal::V1_3::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo()
128 void getNoncompliantOperations(const hal::V1_3::Model& model,
131 void getNoncompliantOperations<hal::V1_0::Model>(const hal::V1_3::Model& model, in getNoncompliantOperations()
136 void getNoncompliantOperations<hal::V1_1::Model>(const hal::V1_3::Model& model, in getNoncompliantOperations()
141 void getNoncompliantOperations<hal::V1_2::Model>(const hal::V1_3::Model& model, in getNoncompliantOperations()
194 template MetaModel::ReturnedSlice<hal::V1_0::Model> MetaModel::getSlice(
195 Slice<hal::V1_0::Model>* slice) const;
196 template MetaModel::ReturnedSlice<hal::V1_1::Model> MetaModel::getSlice(
197 Slice<hal::V1_1::Model>* slice) const;
198 template MetaModel::ReturnedSlice<hal::V1_2::Model> MetaModel::getSlice(
199 Slice<hal::V1_2::Model>* slice) const;