Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dremove_tf_if_const_args.cc90 CreateBranchFunction(builder, if_op.then_function(), branch_suffix, in RemoveConstArgsFromTfIfOp()
93 CreateBranchFunction(builder, if_op.else_function(), branch_suffix, in RemoveConstArgsFromTfIfOp()
105 llvm::StringRef CreateBranchFunction( in CreateBranchFunction() function in tensorflow::tfrt_compiler::__anon8b2b60a00111::RemoveTfIfConstArgs
H A Dmerge_tf_if_ops.cc175 auto then_branch_name = CreateBranchFunction( in MergeIfOpsWithSameArgs()
180 auto else_branch_name = CreateBranchFunction( in MergeIfOpsWithSameArgs()
205 llvm::StringRef CreateBranchFunction( in CreateBranchFunction() function in tensorflow::tfrt_compiler::__anon376b11610111::MergeTfIfOpsPass