Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 25 of 92) sorted by relevance

1234

/external/skia/src/sksl/ir/
DSkSLBinaryExpression.cpp31 const Type& resultType) { in is_low_precision_matrix_vector_multiply()
46 const Type& resultType) { in rewrite_matrix_vector_multiply()
105 const Type* resultType; in Convert() local
152 const Type* resultType; in Make() local
164 const Type* resultType) { in Make()
DSkSLTernaryExpression.cpp38 const Type* resultType; in Convert() local
/external/angle/src/common/apple/
DSoftLinking.h51 # define SOFT_LINK_FUNCTION_HEADER(framework, functionName, resultType, parameterDeclarations, \ argument
63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ argument
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc59 auto resultType = result.getType().dyn_cast<RankedTensorType>(); in insertDynamicAlloc() local
87 auto resultType = result.getType().dyn_cast<RankedTensorType>(); in insertAlloc() local
107 RankedTensorType resultType = in convertResults() local
226 RankedTensorType resultType = result.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
305 auto resultType = result.getType().template cast<TensorType>(); in matchAndRewrite() local
Dhlo_legalize_to_memref.cc147 auto resultType = reshapeOp.getType().cast<RankedTensorType>(); in bufferize() local
191 ShapedType resultType; in bufferize() local
233 auto resultType = op.getType().cast<RankedTensorType>(); in insertDynamicMemrefCastOp() local
349 auto resultType = broadcastInDimOp.getType().dyn_cast<RankedTensorType>(); in bufferize() local
Dlegalize_to_linalg.cc608 auto resultType = getHloOpResultType(op); in matchAndRewrite() local
684 auto resultType = getHloOpResultType(broadcastOp); in getIndexingMaps() local
736 auto resultType = in matchAndRewrite() local
807 auto resultType = getHloOpResultType(op).template cast<ShapedType>(); in getIndexingMaps() local
859 auto resultType = in matchAndRewrite() local
933 auto resultType = reshapeOp.getType().cast<ShapedType>(); in matchAndRewrite() local
1095 auto resultType = this->typeConverter->convertType(op.getResult().getType()) in matchAndRewrite() local
1199 auto resultType = getHloOpResultType(op).cast<ShapedType>(); in getIndexingMaps() local
1294 auto resultType = this->typeConverter->convertType(dynamicSliceOp.getType()) in matchAndRewrite() local
1515 auto resultType = in matchAndRewrite() local
[all …]
Dhlo_legalize_to_arithmetic.cc53 auto resultType = op.getType(); in matchAndRewrite() local
Dunfuse_batch_norm.cc39 Value broadcastToFeatureDim(Location loc, RankedTensorType resultType, in broadcastToFeatureDim()
56 RankedTensorType resultType = operand.getType().dyn_cast<RankedTensorType>(); in getShapeValue() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/
Dlhlo_utils.h60 Type resultType = std::get<1>(it.value()); in verifyAllReduce() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/lib/Transforms/
Dlegalize_mhlo.cc51 auto resultType = op->getResultTypes().front(); in matchAndRewrite() local
86 auto resultType = op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite() local
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DParsers.java47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser()
/external/catch2/include/internal/
Dcatch_assertionresult.h29 ResultWas::OfType resultType; member
Dcatch_result_type.cpp13 bool isOk( ResultWas::OfType resultType ) { in isOk()
Dcatch_run_context.cpp421 ResultWas::OfType resultType, in reportExpr()
436 ResultWas::OfType resultType, in handleMessage()
489 ResultWas::OfType resultType, in handleNonExpr()
Dcatch_assertionhandler.cpp67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
Dcatch_message.cpp70 …apturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, String… in Capturer()
/external/icu/icu4c/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/cronet/third_party/icu/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/icu/libicu/cts_headers/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/skia/src/sksl/
DSkSLConstantFolder.cpp158 const Type& resultType = componentType.toCompound(context, outColumns, outRows); in simplify_matrix_multiplication() local
491 const Type& resultType) { in simplify_arithmetic()
631 const Type& resultType) { in simplify_matrix_division()
656 const Type* resultType) { in fold_expression()
674 const Type& resultType) { in Simplify()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dbufferize.cc44 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
121 auto resultType = in matchAndRewrite() local
369 auto resultType = in removeLeadingOnesFrom1DMemref() local
/external/skia/src/core/
DSkStroke.cpp49 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
55 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1078 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1094 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1121 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1148 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1162 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1214 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1246 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp408 const std::string& resultType, in sparseImageOpString()
422 const std::string& resultType, in sparseImageOpString()
437 const std::string& resultType, in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp316 const std::string& resultType, in sparseImageOpString()
340 const std::string& resultType, in sparseImageOpString()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java41 public TestResultMessage(final int resultType, in TestResultMessage()
129 private void init(final int resultType, in init()

1234