Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java132 if (outputType == OutputType.LONG || outputType == OutputType.DOUBLE) { in applyMutation()
218 return OutputType.STRING; in getInstructionOutputType()
221 return OutputType.BOOLEAN; in getInstructionOutputType()
225 return OutputType.BYTE; in getInstructionOutputType()
229 return OutputType.CHAR; in getInstructionOutputType()
233 return OutputType.SHORT; in getInstructionOutputType()
241 return OutputType.INT; in getInstructionOutputType()
248 return OutputType.LONG; in getInstructionOutputType()
255 return OutputType.FLOAT; in getInstructionOutputType()
262 return OutputType.DOUBLE; in getInstructionOutputType()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dquantized_lstm.mod.py52 OutputType = ("TENSOR_QUANT8_ASYMM", (n_batch, n_output), 1 / 128, 128) variable
54 prev_output = Input("prevOutput", OutputType)
57 output = Output("output", OutputType)
151 OutputType = ("TENSOR_QUANT8_ASYMM", (n_batch, n_output), 1 / 128, 128) variable
153 prev_output = Input("prevOutput", OutputType)
156 output = Output("output", OutputType)
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DGeneratedTestHarness.cpp70 OutputType outputType;
215 if (testConfig.outputType == OutputType::INSUFFICIENT && in EvaluatePreparedModel()
222 if (testConfig.outputType == OutputType::INSUFFICIENT) { in EvaluatePreparedModel()
283 if (testConfig.outputType != OutputType::FULLY_SPECIFIED && in EvaluatePreparedModel()
302 case OutputType::FULLY_SPECIFIED: in EvaluatePreparedModel()
309 case OutputType::UNSPECIFIED: in EvaluatePreparedModel()
315 case OutputType::INSUFFICIENT: in EvaluatePreparedModel()
339 std::vector<OutputType> outputTypesList; in EvaluatePreparedModel()
345 outputTypesList = {OutputType::UNSPECIFIED, OutputType::INSUFFICIENT}; in EvaluatePreparedModel()
350 outputTypesList = {OutputType::FULLY_SPECIFIED}; in EvaluatePreparedModel()
[all …]
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDequantize.cpp35 template <typename InputType, typename OutputType>
36 bool compute(const InputType* inputData, const Shape& inputShape, OutputType* outputData) { in compute()
42 outputData[i] = static_cast<OutputType>(scale * (value - zeroPoint)); in compute()
47 template <typename OutputType>
48 bool computePerChannel(const int8_t* inputData, const Shape& inputShape, OutputType* outputData) { in computePerChannel()
71 outputData[i] = static_cast<OutputType>(scale * (value - zeroPoint)); in computePerChannel()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp82 OutputType outputType;
558 if (testConfig.outputType == OutputType::INSUFFICIENT && in EvaluatePreparedModel()
719 case OutputType::FULLY_SPECIFIED: in EvaluatePreparedModel()
731 case OutputType::UNSPECIFIED: in EvaluatePreparedModel()
742 case OutputType::INSUFFICIENT: in EvaluatePreparedModel()
766 case OutputType::MISSED_DEADLINE: in EvaluatePreparedModel()
790 std::vector<OutputType> outputTypesList; in EvaluatePreparedModel()
803 outputTypesList = {OutputType::UNSPECIFIED, OutputType::INSUFFICIENT}; in EvaluatePreparedModel()
833 for (const OutputType outputType : outputTypesList) { in EvaluatePreparedModel()
850 const std::vector<OutputType> outputTypesList = {OutputType::FULLY_SPECIFIED}; in EvaluatePreparedCoupledModels()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp59 OutputType outputType;
531 if (testConfig.outputType == OutputType::INSUFFICIENT && in EvaluatePreparedModel()
695 case OutputType::FULLY_SPECIFIED: in EvaluatePreparedModel()
707 case OutputType::UNSPECIFIED: in EvaluatePreparedModel()
718 case OutputType::INSUFFICIENT: in EvaluatePreparedModel()
742 case OutputType::MISSED_DEADLINE: in EvaluatePreparedModel()
769 std::vector<OutputType> outputTypesList; in EvaluatePreparedModel()
782 outputTypesList = {OutputType::UNSPECIFIED, OutputType::INSUFFICIENT}; in EvaluatePreparedModel()
811 for (const OutputType outputType : outputTypesList) { in EvaluatePreparedModel()
828 const std::vector<OutputType> outputTypesList = {OutputType::FULLY_SPECIFIED}; in EvaluatePreparedCoupledModels()
[all …]
/aosp12/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp72 slang::Slang::OutputType OutputType, in DetermineOutputFile() argument
74 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()
89 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()
98 switch (OutputType) { in DetermineOutputFile()
H A Dslang.h80 enum OutputType { enum
151 OutputType mOT;
213 OutputType OT);
240 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
H A Dslang_backend.h67 Slang::OutputType mOT;
174 Slang::OutputType OT,
H A Drs_cc_options.h52 slang::Slang::OutputType mOutputType;
H A Dslang.cpp229 llvm::raw_ostream *OS, OutputType OT) { in createBackend()
H A Dslang_backend.cpp250 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pwg.c44 strcpy(h->OutputType, ""); in _write_header_pwg()