Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/vts_models/
Dlocal_response_norm_float_1.model.cpp24 .type = OperandType::FLOAT32, in createTestModel()
33 .type = OperandType::FLOAT32, in createTestModel()
42 .type = OperandType::FLOAT32, in createTestModel()
Dlocal_response_norm_float_4.model.cpp24 .type = OperandType::FLOAT32, in createTestModel()
33 .type = OperandType::FLOAT32, in createTestModel()
42 .type = OperandType::FLOAT32, in createTestModel()
Dlocal_response_norm_float_3.model.cpp24 .type = OperandType::FLOAT32, in createTestModel()
33 .type = OperandType::FLOAT32, in createTestModel()
42 .type = OperandType::FLOAT32, in createTestModel()
Dlocal_response_norm_float_2.model.cpp24 .type = OperandType::FLOAT32, in createTestModel()
33 .type = OperandType::FLOAT32, in createTestModel()
42 .type = OperandType::FLOAT32, in createTestModel()
Dsoftmax_float_2.model.cpp15 .type = OperandType::FLOAT32, in createTestModel()
Dsoftmax_quant8_1.model.cpp15 .type = OperandType::FLOAT32, in createTestModel()
Dsoftmax_quant8_2.model.cpp15 .type = OperandType::FLOAT32, in createTestModel()
Dsoftmax_float_1.model.cpp15 .type = OperandType::FLOAT32, in createTestModel()
/frameworks/ml/nn/tools/test_generator/tests/P_full/
Dstdout.txt.expect30 // int -> FLOAT32 map
39 // int -> FLOAT32 map
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_avgpool/
Dstdout.txt.expect32 // int -> FLOAT32 map
41 // int -> FLOAT32 map
/frameworks/ml/nn/tools/test_generator/tests/P_weird/
Dstdout.txt.expect35 // int -> FLOAT32 map
44 // int -> FLOAT32 map
/frameworks/ml/nn/tools/test_generator/tests/P_vts_full/
Dstdout.txt.expect77 // int -> FLOAT32 map
86 // int -> FLOAT32 map
/frameworks/ml/nn/runtime/test/generated/models/
Dsoftmax_float_2.model.cpp3 OperandType type1(Type::FLOAT32, {}); in CreateModel()
Dsoftmax_float_1.model.cpp3 OperandType type1(Type::FLOAT32, {}); in CreateModel()
Dsoftmax_quant8_1.model.cpp3 OperandType type1(Type::FLOAT32, {}); in CreateModel()
Dsoftmax_quant8_2.model.cpp3 OperandType type1(Type::FLOAT32, {}); in CreateModel()
Dlocal_response_norm_float_2.model.cpp3 OperandType type2(Type::FLOAT32, {}); in CreateModel()
Dlocal_response_norm_float_4.model.cpp3 OperandType type2(Type::FLOAT32, {}); in CreateModel()
Dlocal_response_norm_float_3.model.cpp3 OperandType type2(Type::FLOAT32, {}); in CreateModel()
Dlocal_response_norm_float_1.model.cpp3 OperandType type2(Type::FLOAT32, {}); in CreateModel()
/frameworks/ml/nn/tools/test_generator/tests/P_lstm/
Dstdout.txt.expect59 // int -> FLOAT32 map
68 // int -> FLOAT32 map
/frameworks/ml/nn/common/operations/
DLSTMTest.cpp107 OperandType CellClipOpndTy(Type::FLOAT32, {}); in LSTMOpModel()
109 OperandType ProjClipOpndTy(Type::FLOAT32, {}); in LSTMOpModel()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h32 FLOAT32 = ANEURALNETWORKS_FLOAT32, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp124 static_assert(static_cast<int32_t>(OperandType::FLOAT32) == ANEURALNETWORKS_FLOAT32,
DExecutionPlan.cpp770 case OperandType::FLOAT32: in getPerformanceInfo()