Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dsin.example.cpp40 .type = TestOperationType::SIN in get_test_model()
87 .type = TestOperationType::SIN in get_test_model_relaxed()
134 .type = TestOperationType::SIN in get_test_model_float16()
/frameworks/base/core/java/android/widget/
DEdgeEffect.java85 private static final float SIN = (float) Math.sin(ANGLE); field in EdgeEffect
149 final float r = width * RADIUS_FACTOR / SIN; in setSize()
152 final float or = height * RADIUS_FACTOR / SIN; in setSize()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp155 static_assert(static_cast<TestOperationType>(SIN) == TestOperationType::SIN);
DModel.proto125 SIN = 85; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp128 CHECK_TEST_ENUM(TestOperationType, SIN);
/frameworks/ml/nn/common/operations/
DElementwise.cpp185 NN_REGISTER_OPERATION(SIN, "SIN", elementwise::validate, elementwise::prepare,
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DElementwise.cpp100 DEFINE_ELEMENTWISE_SIGNATURE_WITH_RANK5(SIN, V1_2, TestOperandType::TENSOR_FLOAT32,
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h180 SIN = 85, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp624 TEST_SINGLE_OPERATION(SIN, V1_2, kRelaxedCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp509 static_assert(static_cast<int32_t>(OperationType::SIN) == ANEURALNETWORKS_SIN,