Home
last modified time | relevance | path

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

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