Home
last modified time | relevance | path

Searched defs:opName (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/mlir/lib/Transforms/
DOpStats.cpp51 auto splitOperationName = [](StringRef opName) { in printSummary()
58 StringRef dialectName, opName; in printSummary() local
DViewOpGraph.cpp129 auto opName = getOpName(op); in processModule() local
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
DNameScope.java70 private NameScope(String opPrefix, String opName, Map<String, Integer> ids) { in NameScope() argument
116 private final String opName; field in NameScope
DScope.java125 public Scope withName(String opName) { in withName()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTransforms.cpp109 StringRef opName, MLIRContext *context, LinalgTilingOptions options, in LinalgBaseTilingPattern()
153 StringRef opName, MLIRContext *context, in LinalgBaseTileAndFusePattern()
243 StringRef opName, MLIRContext *context, in LinalgBaseInterchangePattern()
270 StringRef opName, MLIRContext *context, LinalgPromotionOptions options, in LinalgBasePromotionPattern()
298 StringRef opName, MLIRContext *context, LinalgMarker marker, in LinalgBaseVectorizationPattern()
/external/llvm-project/mlir/test/lib/Reducer/
DMLIRTestReducer.cpp39 StringRef opName = op->getName().getStringRef(); in runOnFunction() local
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp245 void PatternEmitter::emitNativeCodeMatch(DagNode tree, StringRef opName, in emitNativeCodeMatch()
325 void PatternEmitter::emitOpMatch(DagNode tree, StringRef opName, int depth) { in emitOpMatch()
395 void PatternEmitter::emitOperandMatch(DagNode tree, StringRef opName, in emitOperandMatch()
449 void PatternEmitter::emitAttributeMatch(DagNode tree, StringRef opName, in emitAttributeMatch()
508 StringRef opName, const FmtObjectBase &matchFmt, in emitMatchCheck()
513 void PatternEmitter::emitMatchCheck(StringRef opName, in emitMatchCheck()
523 void PatternEmitter::emitMatchLogic(DagNode tree, StringRef opName) { in emitMatchLogic()
DOpDocGen.cpp69 static void emitAssemblyFormat(StringRef opName, StringRef format, in emitAssemblyFormat()
/external/llvm-project/mlir/test/lib/Transforms/
DTestDynamicPipeline.cpp51 auto opName = symbolOp.getName(); in runOnOperation() local
/external/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
DPDLInterp.cpp39 StringAttr opName; in parseCreateOperationOp() local
/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
Dfuzz_session.h37 #define SINGLE_INPUT_OP_BUILDER(dtype, opName) \ argument
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dfuzz_session.h38 #define SINGLE_INPUT_OP_BUILDER(dtype, opName) \ argument
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DSession.java381 private GraphOperation operationByName(String opName) { in operationByName()
390 private Output<?> parseOutput(String opName) { in parseOutput()
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp129 StringAttr opName; in parseOperationOp() local
310 Optional<StringRef> opName = name(); in hasTypeInference() local
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java487 public int getInputIndex(String opName) { in getInputIndex()
570 public int getOutputIndex(String opName) { in getOutputIndex()
/external/tensorflow/tensorflow/go/op/
Dscope.go180 func (s *Scope) opName(typ string) string { func
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_comparisons_double.cpp108 …v_kernel_double(cl_context context, cl_command_queue queue, const char *fnName, const char *opName, in test_equiv_kernel_double()
247 …e, cl_context context, cl_command_queue queue, const char *fnName, const char *opName, equivVerify… in test_equiv_kernel_set_double()
Dtest_comparisons_float.cpp114 …iv_kernel_float(cl_context context, cl_command_queue queue, const char *fnName, const char *opName, in test_equiv_kernel_float()
267 …at(cl_context context, cl_command_queue queue, const char *fnName, const char *opName, equivVerify… in test_equiv_kernel_set_float()
/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp54 if (Optional<OperationName> opName = pat.getRootKind()) in applyCostModel() local
/external/llvm-project/mlir/test/lib/Dialect/SPIRV/
DTestAvailability.cpp39 auto opName = op->getName(); in runOnFunction() local
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmsimpleexpression.cpp225 const WideString& opName, in CXFA_FMBinExpression()
360 const WideString& opName, in CXFA_FMUnaryExpression()
/external/llvm-project/mlir/include/mlir/Pass/
DPass.h278 Optional<StringRef> opName; variable
/external/llvm-project/mlir/lib/Dialect/OpenMP/IR/
DOpenMPDialect.cpp228 const llvm::StringRef opName = result.name.getStringRef(); in parseParallelOp() local
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp333 const auto opName = (*opClass)["Name"].asString(); in printDefs() local
510 const auto opName = (*opClass)["Name"].asString(); in printHasResultType() local
586 const auto opName = (*opClass)["Name"].asString(); in printEpilogue() local
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp333 const auto opName = (*opClass)["Name"].asString(); in printDefs() local
510 const auto opName = (*opClass)["Name"].asString(); in printHasResultType() local
586 const auto opName = (*opClass)["Name"].asString(); in printEpilogue() local

12