Home
last modified time | relevance | path

Searched defs:op_attr_array (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/runtime_fallback/opdefs/
Dtfrt_fallback_common.h29 auto op_attr_array = op.op_attrs().getValue(); in VerifyExecuteOpCommon() local
94 auto op_attr_array = op_attrs.getValue(); in PrintExecuteOpCommon() local
Dtfrt_fallback_common.cc23 mlir::MLIRContext *context, llvm::ArrayRef<mlir::Attribute> op_attr_array, in GetExecuteOpAttrsCommon()
103 llvm::SmallVector<mlir::Attribute, 4> op_attr_array; in ParseExecuteOpCommon() local
Dtfrt_fallback_async.cc182 SmallVector<Attribute, 4> op_attr_array; in parseBatchFunctionOp() local
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_batch_kernels.cc54 AggregateAttr op_attr_array, in ExecuteFallbackOp()
141 AggregateAttr op_attr_array, in BatchFunctionFallback()
Druntime_fallback_kernels.cc1055 AggregateAttr op_attr_array, AggregateAttr op_func_attr_array, in RuntimeFallbackExecuteOp()
1244 auto op_attr_array = AggregateAttr(frame->GetAttributeAt(0)); in RuntimeFallbackSyncExecuteOp() local
1305 auto op_attr_array = AggregateAttr(frame->GetAttributeAt(0)); in KernelFallbackSyncExecuteThinOp() local
/external/tensorflow/tensorflow/core/runtime_fallback/util/
Dattr_util.cc668 Status SetUpAttrValueMap(tfrt::AggregateAttr op_attr_array, in SetUpAttrValueMap()
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_execute_compat.cc738 tfrt::AggregateAttr op_attr_array, tfrt::AggregateAttr op_func_attr_array, in KernelFallbackCreateOp()