Home
last modified time | relevance | path

Searched refs:kNestedModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dexecutor_tpuv1_outline_tpu_island.cc40 constexpr llvm::StringRef kNestedModule = "_tpu_v1_compat_outlined"; variable
68 if (Operation *nested_module = symbol_table.lookup(kNestedModule)) { in runOnOperation()
75 StringAttr::get(ctx, kNestedModule)); in runOnOperation()
166 builder.getContext(), kNestedModule, in runOnOperation()
H A Dexecutor_tpuv1_inline_tpu_island.cc43 constexpr llvm::StringRef kNestedModule = "_tpu_v1_compat_outlined"; variable
53 Operation *nested_module = symbol_table.lookup(kNestedModule); in runOnOperation()
58 if (!call_op.f().getRootReference().getValue().startswith(kNestedModule)) in runOnOperation()