Home
last modified time | relevance | path

Searched refs:argN (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test_h.golden37 // // ...set args using computation.argN methods
119 // T& argN(...dim indices...)
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp364 unsigned argN = arg.getArgNumber(); in buildTensorExp() local
368 auto map = op.getIndexingMap(argN); in buildTensorExp()
370 return merger.addExp(Kind::kTensor, argN); in buildTensorExp()
/external/llvm-project/mlir/docs/
DDeclarativeRewrites.md93 [directives](#special-directives). `argN` is for matching (if used in source
100 `argN` can be a `dag` object itself, thus we can have nested `dag` tree to model
DOpDefinitions.md70 arg0, arg1, argN)`. The operator can be any TableGen `def`; an argument can
/external/llvm-project/mlir/include/mlir/IR/
DOpBase.td2296 // In the source pattern, `argN` can be used to specify matchers (e.g., using
2304 // In the result pattern, `argN` can be used to refer to a previously bound
2305 // name, with potential transformations (e.g., using tAttr, etc.). `argN` can
2390 // If used as a DAG node, i.e., `(NativeCodeCall<"..."> <arg0>, ..., <argN>)`,
2392 // wrapped C++ expression will be replaced by `<argN>`.
/external/bcc/tools/
Dtrace_example.txt93 The reason is that the default type for argN and retval is an unsigned 64-bit