Home
last modified time | relevance | path

Searched defs:array_attr (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddevice_util.cc63 mlir::ArrayAttr array_attr, in GetDevicesFromOp()
147 if (auto array_attr = devices_attr.dyn_cast<mlir::ArrayAttr>()) { in GetDevicesFromOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dperception_ops_utils.cc48 ArrayAttr array_attr = attrs.get(attr_name).dyn_cast_or_null<ArrayAttr>(); in HasIntegerArrayWithSize() local
69 ArrayAttr array_attr = attrs.get(attr_name).dyn_cast_or_null<ArrayAttr>(); in GetIntegerArraySafe() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/util/
H A Dattr_util.cc619 Status SetUpListAttr(tfrt::ArrayAttr array_attr, in SetUpListAttr()
687 } else if (auto array_attr = attr_value.dyn_cast<tfrt::ArrayAttr>()) { in SetUpAttrValueMap() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/
H A Dcompatibility_analysis.cc124 if (auto array_attr = attr.second.dyn_cast<mlir::ArrayAttr>()) { in AnalyzeOpAttributes() local
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp47 int array_attr [1] [[]]; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_batch_kernels.cc74 auto array_attr = attr.cast<tfrt::ArrayAttr>(); in ExecuteFallbackOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dexecutor_tpuv1_outline_tpu_island.cc184 if (auto array_attr = attr.getValue().dyn_cast<ArrayAttr>()) { in runOnOperation() local
H A Dtfg-to-tfe.cc58 mlir::ArrayAttr array_attr, llvm::SmallVector<mlir::Type> &output_types, in FilterTfgSpecificArgResultAttributes()
/aosp_15_r20/external/ltp/lib/
H A Dtst_fd.c206 union bpf_attr array_attr = { in open_bpf_map() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dcorert_converter.cc325 if (auto array_attr = attr.dyn_cast<mlir::ArrayAttr>()) { in ConvertAttribute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
H A Dtf_framework_legalize_to_llvm.cc76 auto &array_attr = attr.getValue(); in ConvertArrayAttrToStackAllocatedArray() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
H A Dc_api_unified_experimental_mlir.cc409 ArrayAttr array_attr = attr.dyn_cast<ArrayAttr>(); in Create() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_ops.cc572 auto array_attr = rewriter.getArrayAttr(array_list); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc422 auto array_attr = op->getAttrOfType<ArrayAttr>("T"); in IsIdentityNSingleInput() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc1728 auto array_attr = attr.getValue().dyn_cast_or_null<mlir::ArrayAttr>(); in GetStringsFromDictionaryAttr() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc84 auto array_attr = attr.cast<ArrayAttr>(); in GetI64ArrayAttrValues() local