Home
last modified time | relevance | path

Searched refs:uncheckedConvertTo (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1124 T_ReturnType uncheckedConvertTo(OperationType type);
1126 V1_0::OperationType uncheckedConvertTo<V1_0::OperationType>(OperationType type) { in uncheckedConvertTo() function
1130 V1_1::OperationType uncheckedConvertTo<V1_1::OperationType>(OperationType type) { in uncheckedConvertTo() function
1451 slicedOperation.type = uncheckedConvertTo<SlicedOperationType>(origOperation.type); in initializeSlice()