/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() 301 Type rhsType = getTreeType(rhsTree, 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 | 51 TypeNode rhsType = assignmentExpr.valueExpr().type(); in build() local
|
H A D | ArithmeticOperationExpr.java | 90 private boolean isValidConcatTypes(TypeNode lhsType, TypeNode rhsType) { in isValidConcatTypes()
|
H A D | AssignmentOperationExpr.java | 77 TypeNode rhsType = assignmentOperationExpr.valueExpr().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 | 47 auto rhsType = rhs.getType().cast<TensorType>(); in matchAndRewrite() local 95 auto rhsType = rhs.getType().cast<TensorType>(); in matchAndRewrite() local
|
H A D | legalize_einsum_to_dot_general.cc | 66 auto rhsType = einsum.rhs().getType().cast<RankedTensorType>(); in matchAndRewrite() local
|
H A D | chlo_legalize_to_hlo.cc | 1551 auto rhsType = in matchAndRewrite() local 1600 auto rhsType = rhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
H A D | lhlo_legalize_to_affine.cc | 54 MemRefType rhsType = rhs.getType().cast<MemRefType>(); in matchAndRewrite() local 569 const auto& rhsType = rhs.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 | 33 RankedTensorType rhsType = rhs.getType().dyn_cast<RankedTensorType>(); in isLegalNumpyRankedBroadcast() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
H A D | BroadcastUtils.cpp | 32 RankedTensorType rhsType = rhs.getType().dyn_cast<RankedTensorType>(); in isLegalNumpyRankedBroadcast() local
|
H A D | StablehloOps.cpp | 1017 auto rhsType = op.rhs().getType().cast<ShapedType>(); in inferReturnTypes() local 1024 auto rhsType = rhs().getType().cast<ShapedType>(); in verify() local 1107 auto rhsType = this->rhs().getType().dyn_cast<RankedTensorType>(); in verify() local 1151 auto rhsType = rhs().getType().dyn_cast<ShapedType>(); in reifyReturnTypeShapes() local 1988 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in verifyConvolutionAttributes() local 2068 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in inferConvolutionOpReturnShape() local 2096 auto rhsType = rhs().getType().dyn_cast<RankedTensorType>(); in verify() local
|
H A D | ChloOps.cpp | 142 ShapedType rhsType = operands[1].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/lib/Transforms/ |
H A D | legalize_mhlo.cc | 81 auto rhsType = op.rhs().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1199 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local 1516 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | chlo_ops.cc | 169 ShapedType rhsType = operands[1].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local
|
H A D | hlo_ops.cc | 1015 auto rhsType = op.rhs().getType().cast<ShapedType>(); in inferReturnTypes() local 1022 auto rhsType = rhs().getType().cast<ShapedType>(); in verify() local 1105 auto rhsType = this->rhs().getType().dyn_cast<RankedTensorType>(); in verify() local 1188 auto rhsType = rhs().getType().dyn_cast<ShapedType>(); in reifyReturnTypeShapes() local 2283 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in verifyConvolutionAttributes() local 2363 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in inferConvolutionOpReturnShape() local 2495 auto rhsType = rhs().getType().dyn_cast<RankedTensorType>(); in verify() local
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
D | nashorn.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/javax. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
D | nashorn.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/javax. ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lint-checks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |