Home
last modified time | relevance | path

Searched defs:tf_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dkernel_creator.cc408 mlir::MLIRContext& context, llvm::StringRef tf_code) { in SetupContextAndParseModule()
425 mlir::MLIRContext& context, llvm::StringRef tf_code, in GenerateKernelForTfCode()
H A Dtf_to_kernel.cc115 std::string tf_code; in Run() local