/frameworks/ml/nn/common/operations/ |
D | SVDF.cpp | 33 SVDF::SVDF(const Operation& operation, RunTimeOperandInfo* operands) { in SVDF() function in android::nn::SVDF 51 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare() 74 const RunTimeOperandInfo* input = GetInput(operation, operands, SVDF::kInputTensor); in Prepare() 76 GetInput(operation, operands, SVDF::kWeightsFeatureTensor); in Prepare() 78 GetInput(operation, operands, SVDF::kWeightsTimeTensor); in Prepare() 112 bool SVDF::Eval() { in Eval() 164 void SVDF::EvalFloat32(const float* inputData, const float* inputStateData, const float* biasData, in EvalFloat32()
|
D | SVDF.h | 39 class SVDF { 41 SVDF(const hal::Operation& operation, RunTimeOperandInfo* operands);
|
D | SVDFTest.cpp | 246 ASSERT_EQ(execution.setInput(SVDF::k##X##Tensor, X##_.data(), sizeof(float) * X##_.size()), \ in Invoke() 255 ASSERT_EQ(execution.setOutput(SVDF::k##X##Tensor, X##_.data(), sizeof(float) * X##_.size()), \ in Invoke() 262 ASSERT_EQ(execution.setInput(SVDF::kRankParam, &rank_, sizeof(rank_)), Result::NO_ERROR); in Invoke() 265 ASSERT_EQ(execution.setInput(SVDF::kActivationParam, &activation, sizeof(activation)), in Invoke()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed347 | 163 type: SVDF
|
D | seed112 | 163 type: SVDF
|
D | seed040 | 178 type: SVDF
|
D | seed375 | 764 type: SVDF 777 type: SVDF
|
D | seed133 | 239 type: SVDF
|
D | seed229 | 798 type: SVDF 851 type: SVDF
|
D | seed324 | 411 type: SVDF
|
D | seed023 | 411 type: SVDF
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | svdf_state_float16.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf_float16.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf_bias_present_float16.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 397 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/ |
D | svdf_relaxed.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf2_relaxed.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf_state_relaxed.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf_bias_present_relaxed.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 397 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/ |
D | svdf.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf_bias_present.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 397 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf_state.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
D | svdf2.example.cpp | 110 .type = TestOperationType::SVDF in get_test_model() 363 .type = TestOperationType::SVDF in get_test_model_all_inputs_as_internal()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 83 static_assert(static_cast<TestOperationType>(SVDF) == TestOperationType::SVDF);
|
D | Model.proto | 67 SVDF = 27; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 70 CHECK_TEST_ENUM(TestOperationType, SVDF);
|