/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 27 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 39 #define COMPARE_ENUMS_FULL(symbol, lhsType, rhsType) \ argument
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
H A D | Assertions.cpp | 25 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 41 #define COMPARE_ENUMS_FULL(symbol, lhsType, rhsType) \ argument
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
H A D | Assertions.cpp | 25 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 40 #define COMPARE_ENUMS_FULL(lhsSymbol, rhsSymbol, lhsType, rhsType) \ argument
|
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/generics/ |
H A D | CompareNullabilityVisitor.java | 24 public Boolean visitClassType(Type.ClassType lhsType, Type rhsType) { in visitClassType() 83 public Boolean visitArrayType(Type.ArrayType lhsType, Type rhsType) { in visitArrayType()
|
H A D | GenericsChecks.java | 124 Tree tree, Type lhsType, Type rhsType, VisitorState state, NullAway analysis) { in reportInvalidAssignmentInstantiationError() 300 Type lhsType = getTreeType(lhsTree, state); in checkTypeParameterNullnessForAssignability() local 358 Type lhsType, Type rhsType, VisitorState state) { in compareNullabilityAnnotations()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Assertions.cpp | 35 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 51 #define COMPARE_ENUMS_FULL(lhsSymbol, rhsSymbol, lhsType, rhsType) \ argument
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/ |
H A D | RelationalOperationExpr.java | 107 private boolean isValidEqualityType(TypeNode lhsType, TypeNode rhsType) { in isValidEqualityType() 147 private boolean isValidRelationalType(TypeNode lhsType, TypeNode rhsType) { in isValidRelationalType()
|
H A D | AssignmentExpr.java | 50 TypeNode lhsType = assignmentExpr.variableExpr().variable().type(); in build() local
|
H A D | ArithmeticOperationExpr.java | 90 private boolean isValidConcatTypes(TypeNode lhsType, TypeNode rhsType) { in isValidConcatTypes()
|
H A D | AssignmentOperationExpr.java | 76 TypeNode lhsType = assignmentOperationExpr.variableExpr().variable().type(); in build() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | legalize_to_standard.cc | 46 auto lhsType = lhs.getType().cast<TensorType>(); in matchAndRewrite() local 94 auto lhsType = lhs.getType().cast<TensorType>(); in matchAndRewrite() local
|
H A D | legalize_einsum_to_dot_general.cc | 65 auto lhsType = einsum.lhs().getType().cast<RankedTensorType>(); in matchAndRewrite() local
|
H A D | chlo_legalize_to_hlo.cc | 1549 auto lhsType = in matchAndRewrite() local 1599 auto lhsType = lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
H A D | ChloOps.cpp | 141 ShapedType lhsType = operands[0].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local 192 ShapedType lhsType = operands[0].getType().dyn_cast<ShapedType>(); in inferReturnTypeComponents() local
|
H A D | BroadcastUtils.cpp | 31 RankedTensorType lhsType = lhs.getType().dyn_cast<RankedTensorType>(); in isLegalNumpyRankedBroadcast() local
|
H A D | StablehloOps.cpp | 1016 auto lhsType = op.lhs().getType().cast<ShapedType>(); in inferReturnTypes() local 1023 auto lhsType = lhs().getType().cast<ShapedType>(); in verify() local 1106 auto lhsType = this->lhs().getType().dyn_cast<RankedTensorType>(); in verify() local 1150 auto lhsType = lhs().getType().dyn_cast<ShapedType>(); in reifyReturnTypeShapes() local 1982 auto lhsType = op.lhs().getType().cast<RankedTensorType>(); in verifyConvolutionAttributes() local 2054 auto lhsType = op.lhs().getType().cast<RankedTensorType>(); in inferConvolutionOpReturnShape() local 2095 auto lhsType = lhs().getType().dyn_cast<RankedTensorType>(); in verify() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | chlo_ops.cc | 168 ShapedType lhsType = operands[0].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local 219 ShapedType lhsType = operands[0].getType().dyn_cast<ShapedType>(); in inferReturnTypeComponents() local
|
H A D | hlo_ops.cc | 1014 auto lhsType = op.lhs().getType().cast<ShapedType>(); in inferReturnTypes() local 1021 auto lhsType = lhs().getType().cast<ShapedType>(); in verify() local 1104 auto lhsType = this->lhs().getType().dyn_cast<RankedTensorType>(); in verify() local 1187 auto lhsType = lhs().getType().dyn_cast<ShapedType>(); in reifyReturnTypeShapes() local 2277 auto lhsType = op.lhs().getType().cast<RankedTensorType>(); in verifyConvolutionAttributes() local 2349 auto lhsType = op.lhs().getType().cast<RankedTensorType>(); in inferConvolutionOpReturnShape() local 2494 auto lhsType = lhs().getType().dyn_cast<RankedTensorType>(); in verify() local
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 352 auto &lhsType = shader.getObjectType(insn.word(3)); in EmitBinaryOp() local 564 auto &lhsType = shader.getObjectType(insn.word(3)); in EmitDot() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
H A D | lhlo_legalize_to_affine.cc | 53 MemRefType lhsType = lhs.getType().cast<MemRefType>(); in matchAndRewrite() local 568 const auto& lhsType = lhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/ |
H A D | broadcast_utils.cc | 32 RankedTensorType lhsType = lhs.getType().dyn_cast<RankedTensorType>(); in isLegalNumpyRankedBroadcast() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/lib/Transforms/ |
H A D | legalize_mhlo.cc | 80 auto lhsType = op.lhs().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1198 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local 1515 QualType lhsType = Context.getCanonicalType(PropertyRValueType); in DiagnosePropertyAccessorMismatch() local
|
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/ |
H A D | NullAway.java | 491 Type lhsType = ASTHelpers.getType(tree.getVariable()); in matchAssignment() local 530 Type lhsType = ASTHelpers.getType(tree.getVariable()); in matchCompoundAssignment() local
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | IntermNode.cpp | 2295 const TType &lhsType = mLeft->getType(); in getIndexStructFieldName() local
|