/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderAtomicOpTests.cpp | 99 … AtomicOperandType operandType, DataType type, Precision precision, in ShaderAtomicOpCase() 264 …ShaderAtomicAddCase(Context &context, const char *name, AtomicOperandType operandType, DataType ty… in ShaderAtomicAddCase() 426 …ShaderAtomicMinCase(Context &context, const char *name, AtomicOperandType operandType, DataType ty… in ShaderAtomicMinCase() 509 …ShaderAtomicMaxCase(Context &context, const char *name, AtomicOperandType operandType, DataType ty… in ShaderAtomicMaxCase() 593 …ShaderAtomicAndCase(Context &context, const char *name, AtomicOperandType operandType, DataType ty… in ShaderAtomicAndCase() 673 …ShaderAtomicOrCase(Context &context, const char *name, AtomicOperandType operandType, DataType typ… in ShaderAtomicOrCase() 748 …ShaderAtomicXorCase(Context &context, const char *name, AtomicOperandType operandType, DataType ty… in ShaderAtomicXorCase() 835 …ShaderAtomicExchangeCase(Context &context, const char *name, AtomicOperandType operandType, DataTy… in ShaderAtomicExchangeCase() 923 …apCase::ShaderAtomicCompSwapCase(Context &context, const char *name, AtomicOperandType operandType, in ShaderAtomicCompSwapCase() 1126 …omicOpTests::ShaderAtomicOpTests(Context &context, const char *name, AtomicOperandType operandType) in ShaderAtomicOpTests() [all …]
|
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | DriverTestHelpers.hpp | 247 HalOperandType operandType = HalOperandType::TENSOR_FLOAT32, in AddInputOperand() 274 HalOperandType operandType = HalOperandType::TENSOR_FLOAT32, in AddOutputOperand() 348 armnn_driver::hal_1_3::HalPolicy::OperandType operandType = in AddInputOperand() 374 armnn_driver::hal_1_3::HalPolicy::OperandType operandType = in AddOutputOperand() 420 HalOperandType operandType = HalOperandType::TENSOR_FLOAT32, in AddTensorOperand() 468 HalOperandType operandType = HalPolicy::OperandType::TENSOR_FLOAT32, in AddTensorOperand()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
H A D | StablehloOps.cpp | 603 auto operandType = std::get<0>(it).cast<ShapedType>(); in verifyReduceScatter() local 644 auto operandType = operand().getType().cast<TensorType>(); in verify() local 1212 auto operandType = adaptor.operand().getType().cast<TensorType>(); in inferReturnTypeComponents() local 2180 auto operandType = getOperand().getType().cast<TupleType>(); in verify() local 2225 Type operandType = adaptor.operand().getType(); in inferReturnTypeComponents() local 2273 auto operandType = operand().getType().dyn_cast<RankedTensorType>(); in verify() local 2326 auto operandType = operand().getType().cast<RankedTensorType>(); in verify() local 2371 auto operandType = operand().getType().cast<RankedTensorType>(); in verify() local 2412 auto operandType = operand().getType().cast<RankedTensorType>(); in verify() local 2449 auto operandType = operands[0].getType().dyn_cast<RankedTensorType>(); in reifyReturnTypeShapes() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | hlo_ops.cc | 639 auto operandType = operand().getType().cast<TensorType>(); in verify() local 1249 auto operandType = adaptor.operand().getType().cast<TensorType>(); in inferReturnTypeComponents() local 1353 RankedTensorType operandType = in matchAndRewrite() local 2650 auto operandType = getOperand().getType().cast<TupleType>(); in verify() local 2742 Type operandType = adaptor.operand().getType(); in inferReturnTypeComponents() local 2790 auto operandType = operand().getType().dyn_cast<RankedTensorType>(); in verify() local 2843 auto operandType = operand().getType().cast<RankedTensorType>(); in verify() local 2888 auto operandType = operand().getType().cast<RankedTensorType>(); in verify() local 2929 auto operandType = operand().getType().cast<RankedTensorType>(); in verify() local 2966 auto operandType = operands[0].getType().dyn_cast<RankedTensorType>(); in reifyReturnTypeShapes() local [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 1069 static bool compliantWithV1_0(const V1_2::OperandType& operandType) { in compliantWithV1_0() 1073 static bool compliantWithV1_0(const V1_3::OperandType& operandType) { in compliantWithV1_0() 1077 static bool compliantWithV1_2(const V1_3::OperandType& operandType) { in compliantWithV1_2() 1081 V1_0::OperandType convertToV1_0(const V1_2::OperandType& operandType) { in convertToV1_0() 1089 V1_2::OperandType convertToV1_2(const V1_0::OperandType& operandType) { in convertToV1_2() 1093 V1_2::OperandType convertToV1_2(const V1_3::OperandType& operandType) { in convertToV1_2() 1101 V1_0::OperandType convertToV1_0(const V1_3::OperandType& operandType) { in convertToV1_0() 1511 OperandType uncheckedConvert(V1_3::OperandType operandType) { in uncheckedConvert() 1515 OperationType uncheckedConvert(V1_3::OperationType operandType) { in uncheckedConvert() 1635 V1_3::OperandType convertToV1_3(OperandType operandType) { in convertToV1_3() [all …]
|
D | ValidateHal.cpp | 960 bool validOperandType(V1_0::OperandType operandType) { in validOperandType() 976 bool validOperandType(V1_2::OperandType operandType) { in validOperandType() 1000 bool validOperandType(V1_3::OperandType operandType) { in validOperandType()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestOperandExtraParams.cpp | 119 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams() local 242 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local 250 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
|
D | TestValidation.cpp | 74 ANeuralNetworksOperandType operandType = { in addScalarOperand() local 80 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand() 90 ANeuralNetworksOperandType operandType = { in addTensorOperand() local 329 ANeuralNetworksOperandType operandType = { in addScalarOperand() local 336 ANeuralNetworksOperandType operandType = { in addTensorOperand() local 571 ANeuralNetworksOperandType operandType = { in TEST_F() local 2483 ANeuralNetworksOperandType operandType = { in createModel() local 2498 ANeuralNetworksOperandType operandType = { in TEST_F() local 2516 ANeuralNetworksOperandType operandType = { in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | unfuse_batch_norm.cc | 170 auto operandType = operand.getType().cast<RankedTensorType>(); in createReduce() local 200 RankedTensorType operandType, Value scale, in calculateReduceSize() 254 auto operandType = bnOp.operand().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
H A D | materialize_broadcasts.cc | 39 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Cast.cpp | 46 #define ANDROID_NN_COPY_CAST(operandType, dataType) \ in copyToTensor() argument 77 #define ANDROID_NN_COPY_TO_TENSOR(operandType, dataType) \ in eval() argument
|
D | ArgMinMax.cpp | 58 #define NNAPI_IMPL_ARG_MIN_MAX(operandType, dataType) \ in argMinMaxGeneric() argument
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | Utils.cpp | 632 bool isQuantizedOperand(const V1_0::OperandType& operandType) in isQuantizedOperand() 645 bool isQuantizedOperand(const V1_2::OperandType& operandType) in isQuantizedOperand() 662 bool isQuantizedOperand(const V1_3::OperandType& operandType) in isQuantizedOperand()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/ |
D | TypeUtils.cpp | 120 bool isNonExtensionScalar(OperandType operandType) { in isNonExtensionScalar() 147 size_t getNonExtensionSize(OperandType operandType) { in getNonExtensionSize() 176 std::optional<size_t> getNonExtensionSize(OperandType operandType, const Dimensions& dimensions) { in getNonExtensionSize() 359 std::ostream& operator<<(std::ostream& os, const OperandType& operandType) { in operator <<()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
H A D | lhlo_legalize_to_affine.cc | 137 MemRefType operandType = operand.getType().cast<MemRefType>(); in matchAndRewrite() local 250 MemRefType operandType = operand.getType().cast<MemRefType>(); in matchAndRewrite() local 483 auto operandType = operand.getType().dyn_cast<ShapedType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/IR/ |
H A D | lhlo_ops.cc | 101 auto operandType = getElementTypeOrSelf(op.getInput().getType()); in verify() local 276 auto operandType = op.getOperand().getType().dyn_cast<ShapedType>(); in verify() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/ |
H A D | lhlo_utils.h | 59 Type operandType = std::get<0>(it.value()); in verifyAllReduce() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDevice.cpp | 384 auto operandType = static_cast<::android::nn::OperandType>(op.operandType.type); in allocate() local 421 auto operandType = static_cast<::android::nn::OperandType>(op.operandType.type); in allocate() local
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 2308 const Type& operandType = arguments[0]->type(); in writeSpecialIntrinsic() local 3634 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, const Type& operandType, in writeBinaryOperation() 3654 const Type& operandType, in writeBinaryOperationComponentwiseIfMatrix() 3664 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, const Type& operandType, in writeBinaryOperation() 3672 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool() 3682 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison() 3714 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixUnary(const Type& operandType, in writeComponentwiseMatrixUnary() 3733 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() 3836 const Type* operandType; in writeBinaryExpression() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | FuzzHarness.cpp | 40 const auto operandType = static_cast<OperandType>(operand.type); in operandOverflows() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Conversions.cpp | 138 GeneralResult<OperandType> unvalidatedConvert(const aidl_hal::OperandType& operandType) { in unvalidatedConvert() 569 GeneralResult<OperandType> convert(const aidl_hal::OperandType& operandType) { in convert() 894 nn::GeneralResult<OperandType> unvalidatedConvert(const nn::OperandType& operandType) { in unvalidatedConvert()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | Conversions.cpp | 93 GeneralResult<OperandType> unvalidatedConvert(const hal::V1_2::OperandType& operandType) { in unvalidatedConvert() 398 nn::GeneralResult<OperandType> unvalidatedConvert(const nn::OperandType& operandType) { in unvalidatedConvert()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
H A D | Conversions.cpp | 202 GeneralResult<OperandType> unvalidatedConvert(const hal::V1_0::OperandType& operandType) { in unvalidatedConvert() 486 nn::GeneralResult<OperandType> unvalidatedConvert(const nn::OperandType& operandType) { in unvalidatedConvert()
|
/aosp_15_r20/external/executorch/backends/mediatek/runtime/ |
H A D | NeuronExecutor.cpp | 62 int32_t operandType = 0; in LoadFromCompiledNetwork() local
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapperExtensions.h | 52 ANeuralNetworksOperandType operandType; member
|