Home
last modified time | relevance | path

Searched defs:compiled_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/gpu/
H A Dgpu_shared_context.cc29 const std::string* compiled_code) in GpuSharedContext()
H A Dgpu_shared_context.h63 const std::string* compiled_code() const { return compiled_code_; } in compiled_code() function
/aosp_15_r20/external/ply/ply/example/GardenSnake/
H A DGardenSnake.py774 compiled_code = compile(code) variable