Home
last modified time | relevance | path

Searched refs:applyTensorflowAndCLOptions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dkernel_creator.cc118 if (apply_cl_options) applyTensorflowAndCLOptions(pm); in LowerTFToJITInvocation()
146 if (apply_cl_options) applyTensorflowAndCLOptions(pm); in LowerTFtoLoops()
238 if (apply_cl_options) applyTensorflowAndCLOptions(pm); in LowerLoopsToGPU()
333 if (apply_cl_options) tensorflow::applyTensorflowAndCLOptions(pm); in LowerKernelBodiesToLowLevelIr()
356 if (apply_cl_options) applyTensorflowAndCLOptions(pm); in AmendKernelLLVMIRWithStaticKnowledge()
375 if (apply_cl_options) applyTensorflowAndCLOptions(pm); in GenerateDeviceCode()
392 if (apply_cl_options) applyTensorflowAndCLOptions(pm); in LowerHostSideToFinalForm()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dpass_utils.cc36 tensorflow::applyTensorflowAndCLOptions(pm); in ConvertLmhloToJitRt()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dgraph_optimization_pass.cc48 ::tensorflow::applyTensorflowAndCLOptions(pm); in Run()
H A Dbridge.cc57 ::tensorflow::applyTensorflowAndCLOptions(bridge); in RunTFXLABridge()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddump_mlir_util.h112 void applyTensorflowAndCLOptions(mlir::PassManager& pm,
H A Ddump_mlir_util.cc330 void applyTensorflowAndCLOptions(mlir::PassManager& pm, in applyTensorflowAndCLOptions() function
H A Dcompile_mlir_util.cc465 applyTensorflowAndCLOptions(tf2xla); in LegalizeToHlo()
779 applyTensorflowAndCLOptions(pm); in CompileGraphSetup()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/function/
H A Dfunction.cc53 tensorflow::applyTensorflowAndCLOptions(pm); in CompileTFMLIRToBEF()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
H A Dc_api_unified_experimental_mlir.cc526 ::tensorflow::applyTensorflowAndCLOptions(pm); in GetFunctionDef()