Searched refs:InputMapping (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/ |
D | add.mlir | 21 // CHECK: // InputMapping {0, 1} 37 // TUPLE-ARGS: // InputMapping {0, 1} 49 // NO_RET_TUPLE: // InputMapping {0, 1}
|
D | graph-resource.mlir | 23 // CHECK: // InputMapping {0, 1}
|
D | graph-resource.pbtxt | 62 # CHECK: // InputMapping {0, 1}
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | DialectConversion.h | 48 struct InputMapping { struct 57 Optional<InputMapping> getInputMapping(unsigned input) const { in getInputMapping() argument 84 SmallVector<Optional<InputMapping>, 4> remappedInputs;
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | DialectConversion.cpp | 2365 InputMapping{newInputNo, newInputCount, /*replacementValue=*/nullptr}; in remapInput() 2374 InputMapping{origInputNo, /*size=*/0, replacementValue}; in remapInput()
|