Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dabs.example.cpp40 .type = TestOperationType::ABS in get_test_model()
87 .type = TestOperationType::ABS in get_test_model_relaxed()
134 .type = TestOperationType::ABS in get_test_model_float16()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DElementwise.cpp34 case TestOperationType::ABS: in elementwiseOpConstructor()
93 DEFINE_ELEMENTWISE_SIGNATURE_WITH_RANK5(ABS, V1_2, TestOperandType::TENSOR_FLOAT32,
103 DEFINE_ELEMENTWISE_SIGNATURE_WITH_RANK5(ABS, V1_3, TestOperandType::TENSOR_INT32);
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed18748 type: ABS
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dabs_int32.example.cpp40 .type = TestOperationType::ABS in get_test_model()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp96 static_assert(static_cast<TestOperationType>(ABS) == TestOperationType::ABS);
DModel.proto78 ABS = 38; enumerator
/frameworks/base/tools/aapt2/compile/
DPng.cpp241 #ifdef ABS
242 #undef ABS
246 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
284 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
285 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
286 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp81 CHECK_TEST_ENUM(TestOperationType, ABS);
/frameworks/ml/nn/common/operations/
DElementwise.cpp175 NN_REGISTER_OPERATION(ABS, "ABS", elementwise::validateAbs, elementwise::prepare,
/frameworks/base/tools/aapt/
DImages.cpp873 #define ABS(a) ((a)<0?-(a):(a)) macro
940 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
941 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
942 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h133 ABS = 38, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp627 TEST_SINGLE_OPERATION(ABS, V1_2, kMediumCriteria);
707 TEST_SINGLE_OPERATION(ABS, V1_3, kMediumCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp399 static_assert(static_cast<int32_t>(OperationType::ABS) == ANEURALNETWORKS_ABS,
/frameworks/ml/nn/tools/api/
Dtypes.spec2998 %{DeclareOperation_1.2 ABS 38},