Searched refs:SIN (Results 1 – 10 of 10) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | sin.example.cpp | 40 .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/ |
D | EdgeEffect.java | 85 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/ |
D | StaticAssert.cpp | 155 static_assert(static_cast<TestOperationType>(SIN) == TestOperationType::SIN);
|
D | Model.proto | 125 SIN = 85; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 128 CHECK_TEST_ENUM(TestOperationType, SIN);
|
/frameworks/ml/nn/common/operations/ |
D | Elementwise.cpp | 185 NN_REGISTER_OPERATION(SIN, "SIN", elementwise::validate, elementwise::prepare,
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Elementwise.cpp | 100 DEFINE_ELEMENTWISE_SIGNATURE_WITH_RANK5(SIN, V1_2, TestOperandType::TENSOR_FLOAT32,
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 180 SIN = 85, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 624 TEST_SINGLE_OPERATION(SIN, V1_2, kRelaxedCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 509 static_assert(static_cast<int32_t>(OperationType::SIN) == ANEURALNETWORKS_SIN,
|