Home
last modified time | relevance | path

Searched refs:getCallableResults (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_resource_read_for_write.cc123 func.getCallableResults())); in runOnOperation()
/external/llvm-project/mlir/include/mlir/Interfaces/
DCallInterfaces.td85 "ArrayRef<Type>", "getCallableResults"
/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp305 ArrayRef<Type> callableResultTypes = callable.getCallableResults(); in inlineCall()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinOps.td125 ArrayRef<Type> getCallableResults() { return getType().getResults(); }
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc564 ArrayRef<Type> TFRFuncOp::getCallableResults() { in getCallableResults() function in mlir::TFR::TFRFuncOp
/external/llvm-project/mlir/docs/
DInterfaces.md222 - `ArrayRef<Type> getCallableResults()`
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp404 callable.getCallableResults().size()); in initializeSymbolCallables()
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc817 func_op.getCallableResults()[i].dyn_cast<RankedTensorType>(); in ConvertKerasLSTMLayer()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td336 ArrayRef<Type> getCallableResults() {
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1839 ArrayRef<Type> spirv::FuncOp::getCallableResults() { in getCallableResults() function in spirv::FuncOp