Searched defs:op_attr_array (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/ |
H A D | tfrt_fallback_common.h | 29 auto op_attr_array = op.op_attrs().getValue(); in VerifyExecuteOpCommon() local 94 auto op_attr_array = op_attrs.getValue(); in PrintExecuteOpCommon() local
|
H A D | tfrt_fallback_common.cc | 23 mlir::MLIRContext *context, llvm::ArrayRef<mlir::Attribute> op_attr_array, in GetExecuteOpAttrsCommon() 103 llvm::SmallVector<mlir::Attribute, 4> op_attr_array; in ParseExecuteOpCommon() local
|
H A D | tfrt_fallback_async.cc | 248 SmallVector<Attribute, 4> op_attr_array; in parse() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/opdefs/ |
H A D | tfrt_fallback_common.h | 29 auto op_attr_array = op.op_attrs().getValue(); in VerifyExecuteOpCommon() local 94 auto op_attr_array = op_attrs.getValue(); in PrintExecuteOpCommon() local
|
H A D | tfrt_fallback_common.cc | 23 mlir::MLIRContext *context, llvm::ArrayRef<mlir::Attribute> op_attr_array, in GetExecuteOpAttrsCommon() 103 llvm::SmallVector<mlir::Attribute, 4> op_attr_array; in ParseExecuteOpCommon() local
|
H A D | tfrt_fallback_async.cc | 182 SmallVector<Attribute, 4> op_attr_array; in parseBatchFunctionOp() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
H A D | runtime_fallback_batch_kernels.cc | 53 AggregateAttr op_attr_array, in ExecuteFallbackOp() 140 AggregateAttr op_attr_array, in BatchFunctionFallback()
|
H A D | runtime_fallback_kernels.cc | 1079 AggregateAttr op_attr_array, AggregateAttr op_func_attr_array, in RuntimeFallbackExecuteOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/ |
H A D | attr_util.cc | 667 Status SetUpAttrValueMap(tfrt::AggregateAttr op_attr_array, in SetUpAttrValueMap()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | kernel_fallback_execute_compat.cc | 602 tfrt::AggregateAttr op_attr_array, tfrt::AggregateAttr op_func_attr_array, in KernelFallbackCreateOp()
|